[csw-devel] SF.net SVN: gar:[3703] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Wed Mar 11 03:39:52 CET 2009
Revision: 3703
http://gar.svn.sourceforge.net/gar/?rev=3703&view=rev
Author: hson
Date: 2009-03-11 02:39:52 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
gengetopt: Initial commit
Added Paths:
-----------
csw/mgar/pkg/gengetopt/
csw/mgar/pkg/gengetopt/branches/
csw/mgar/pkg/gengetopt/tags/
csw/mgar/pkg/gengetopt/trunk/
csw/mgar/pkg/gengetopt/trunk/Makefile
csw/mgar/pkg/gengetopt/trunk/checksums
csw/mgar/pkg/gengetopt/trunk/files/
Property changes on: csw/mgar/pkg/gengetopt/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/gengetopt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gengetopt/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gengetopt/trunk/Makefile 2009-03-11 02:39:52 UTC (rev 3703)
@@ -0,0 +1,30 @@
+GARNAME = gengetopt
+GARVERSION = 2.22
+CATEGORIES = utils
+
+DESCRIPTION = parses the command line options
+define BLURB
+ 'getgetopt' takes an easy-to-do description of options and generates a C
+ function that uses the GNU getopt_long(3) function to parse and validate the
+ options. gengetopt is perfect if you don't want to write all the stuff
+ required to call GNU getopt_long(3), or if you have a program and wish it
+ took many options. The generated code works if you use autoconf or automake.
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+#PACKAGES = CSWgtar
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.gnu.org/software/gengetopt/
+
+#REQUIRED_PKGS = CSWggettextrt CSWiconv
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
Added: csw/mgar/pkg/gengetopt/trunk/checksums
===================================================================
--- csw/mgar/pkg/gengetopt/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gengetopt/trunk/checksums 2009-03-11 02:39:52 UTC (rev 3703)
@@ -0,0 +1 @@
+346f35c9e0607733b26dcbba9fbbfa8c download/gengetopt-2.22.tar.gz
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