[Lunar-commits] r21431 - in moonbase/trunk/devel: . gengetopt
Dennis Veatch
stumbles at lunar-linux.org
Tue Sep 19 12:02:48 UTC 2006
Author: stumbles
Date: 2006-09-19 12:02:48 +0000 (Tue, 19 Sep 2006)
New Revision: 21431
Added:
moonbase/trunk/devel/gengetopt/
moonbase/trunk/devel/gengetopt/DETAILS
Removed:
moonbase/trunk/devel/gengetopt/DETAILS
Log:
Initial import from submissions.
Copied: moonbase/trunk/devel/gengetopt (from rev 21429, moonbase/branches/submissions/new/gengetopt)
Deleted: moonbase/trunk/devel/gengetopt/DETAILS
Copied: moonbase/trunk/devel/gengetopt/DETAILS (from rev 21430, moonbase/branches/submissions/new/gengetopt/DETAILS)
===================================================================
--- moonbase/trunk/devel/gengetopt/DETAILS (rev 0)
+++ moonbase/trunk/devel/gengetopt/DETAILS 2006-09-19 12:02:48 UTC (rev 21431)
@@ -0,0 +1,16 @@
+ MODULE=gengetopt
+ VERSION=2.17
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnu.org/gnu/gengetopt/
+ SOURCE_VFY=sha1:edcba391fbe92edd60573ced60d1d8b730147177
+ WEB_SITE=http://www.gnu.org/software/gengetopt/
+ ENTERED=20060919
+ UPDATED=20050919
+ SHORT="write option parsing code for C programs "
+
+cat << EOF
+Gengetopt is a tool to generate C code to parse the command line arguments
+argc and argv that are part of every C or C++ program. The generated code
+uses the C library function getopt_long to perform the actual command line
+parsing.
+EOF
More information about the Lunar-commits
mailing list