[Lunar-commits] r16247 - in moonbase/branches/submissions/new: . gengetopt
Dennis Veatch
stumbles at lunar-linux.org
Sat Aug 27 20:35:12 UTC 2005
Author: stumbles
Date: 2005-08-27 20:35:09 +0000 (Sat, 27 Aug 2005)
New Revision: 16247
Added:
moonbase/branches/submissions/new/gengetopt/
moonbase/branches/submissions/new/gengetopt/DETAILS
Log:
For those who like to parse code for C.
Added: moonbase/branches/submissions/new/gengetopt/DETAILS
===================================================================
--- moonbase/branches/submissions/new/gengetopt/DETAILS 2005-08-27 19:46:34 UTC (rev 16246)
+++ moonbase/branches/submissions/new/gengetopt/DETAILS 2005-08-27 20:35:09 UTC (rev 16247)
@@ -0,0 +1,15 @@
+ MODULE=gengetopt
+ VERSION=2.13
+ 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 "
+
+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
Property changes on: moonbase/branches/submissions/new/gengetopt/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list