[csw-devel] SF.net SVN: gar:[3456] csw/mgar/pkg/libpopt/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Feb 24 10:59:17 CET 2009


Revision: 3456
          http://gar.svn.sourceforge.net/gar/?rev=3456&view=rev
Author:   dmichelsen
Date:     2009-02-24 09:59:17 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
libpopt: Switch to dynamic gspecs, depend on gettextrt

Modified Paths:
--------------
    csw/mgar/pkg/libpopt/trunk/Makefile
    csw/mgar/pkg/libpopt/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec

Modified: csw/mgar/pkg/libpopt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libpopt/trunk/Makefile	2009-02-24 02:24:40 UTC (rev 3455)
+++ csw/mgar/pkg/libpopt/trunk/Makefile	2009-02-24 09:59:17 UTC (rev 3456)
@@ -4,15 +4,24 @@
 
 DESCRIPTION = Popt is a C library for parsing command line parameters
 define BLURB
+Popt is a C library for parsing command line parameters. Popt was
+heavily influenced by the getopt() and getopt_long() functions,
+but it improves on them by allowing more powerful argument expansion.
+Popt can parse arbitrary argv[] style arrays and automatically set
+variables based on command line arguments. Popt allows command line
+arguments to be aliased via configuration files and includes utility
+functions for parsing arbitrary strings into argv[] arrays using
+shell-like rules. 
 endef
 
 MASTER_SITES = http://rpm5.org/files/$(GARNAME)/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWlibpopt)
 
+PACKAGES = CSWlibpopt
+
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-REQUIRED_PKGS = CSWggettext CSWiconv
+REQUIRED_PKGS = CSWggettextrt CSWiconv
 
 BUILD64 = 1
 NORUNPATH = 1

Modified: csw/mgar/pkg/libpopt/trunk/checksums
===================================================================
--- csw/mgar/pkg/libpopt/trunk/checksums	2009-02-24 02:24:40 UTC (rev 3455)
+++ csw/mgar/pkg/libpopt/trunk/checksums	2009-02-24 09:59:17 UTC (rev 3456)
@@ -1,2 +1 @@
 4f90a07316eb825604dd10ae4f9f3f04  download/popt-1.14.tar.gz
-ee4e9a79a4e5dc3ccc90413ec229e51a  download/CSWlibpopt.gspec

Deleted: csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec
===================================================================
--- csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec	2009-02-24 02:24:40 UTC (rev 3455)
+++ csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec	2009-02-24 09:59:17 UTC (rev 3456)
@@ -1,4 +0,0 @@
-%var            bitname libpopt
-%var            pkgname CSWlibpopt
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list