[Lunar-commits] r21430 - moonbase/branches/submissions/new/gengetopt
Dennis Veatch
stumbles at lunar-linux.org
Tue Sep 19 12:00:12 UTC 2006
Author: stumbles
Date: 2006-09-19 12:00:12 +0000 (Tue, 19 Sep 2006)
New Revision: 21430
Modified:
moonbase/branches/submissions/new/gengetopt/DETAILS
Log:
just a version bump
Modified: moonbase/branches/submissions/new/gengetopt/DETAILS
===================================================================
--- moonbase/branches/submissions/new/gengetopt/DETAILS 2006-09-19 05:59:43 UTC (rev 21429)
+++ moonbase/branches/submissions/new/gengetopt/DETAILS 2006-09-19 12:00:12 UTC (rev 21430)
@@ -1,15 +1,16 @@
MODULE=gengetopt
- VERSION=2.13
+ VERSION=2.17
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.gnu.org/gnu/gengetopt
- SOURCE_VFY=sha1:a530f3b46e3c1a446d7f25a3d5dfe919c9757071
- WEB_SITE=http://www.gnu.org/software/gengetopt/gengetopt.html
- ENTERED=20050731
- UPDATED=20050731
- SHORT="a tool to write option parsing code for C programs "
+ 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.
+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