pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/argtable2
Module name: wip
Committed by: jihbed
Date: Thu Aug 23 21:27:24 UTC 2012
Import into wip/argtable2
Log Message:
Import argtable2-2.13 as wip/argtable2.
Parsing a program's command line arguments has always been a distraction from
the main programming task at hand. The argtable library simplifies the job by
enabling the programmer to define the command line options directly in the
source code as a static array of structs and then pass that array to argtable
library functions which parse the command line accordingly. The values
extracted from the command line are deposited directly into user-defined program
variables where they can be accessed by the main program. Argtable can also
generate descriptions of the command line syntax from that same array for
display as on-line help.
Status:
Vendor Tag: JIHBED
Release Tags: JIHBED_20120823
C wip/argtable2/Makefile
C wip/argtable2/PLIST
C wip/argtable2/distinfo
C wip/argtable2/DESCR
4 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jJIHBED:yesterday -jJIHBED wip/argtable2
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index