The FreeBSD Ports Archive
FreeBSD devel : argtable4>
An ANSI C library for parsing GNU style command line arguments
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 comand 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.
http://argtable.sourceforge.net/
|
argtable history
v. 1.14
date: 2007/09/03 09:57:28; author: itetcu; state: Exp; lines: +5 -7
Update to version 2.7
PR: ports/116020
Submitted by: KATO Tsuguru
v. 1.13
date: 2007/02/01 02:41:23; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.12
date: 2006/08/14 22:55:06; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.11
date: 2006/02/23 10:35:29; author: ade; state: Exp; lines: +3 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.10
date: 2006/02/22 19:50:51; author: mnag; state: Exp; lines: +3 -5
- Update to 2.6
- portlint(1)
PR: 93653
Submitted by: KATO Tsuguru
v. 1.9
date: 2005/12/26 16:41:24; author: ehaupt; state: Exp; lines: +21 -15
- Use libtool
- Respect NOPORTDOCS
- Bump PORTREVISION
- Remove 3 patches
PR: 90924
Submitted by: KATO Tsuguru
v. 1.8
date: 2005/12/26 01:33:19; author: ijliao; state: Exp; lines: +19 -21
upgrade to 2.5
v. 1.7
date: 2005/06/03 23:04:33; author: pav; state: Exp; lines: +1 -1
- Update to 2.4
PR: ports/81849
Submitted by: KATO Tsuguru
v. 1.6
date: 2005/04/12 03:25:04; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.5
date: 2005/04/11 08:01:58; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.4
date: 2004/03/20 17:23:44; author: krion; state: Exp; lines: +22 -7
- Update to version 2.3
PR: ports/64503
Submitted by: Ports Fury
v. 1.3
date: 2004/02/04 04:35:49; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.2
date: 2004/01/23 18:11:48; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.1
date: 2003/12/17 02:53:52; author: ijliao; state: Exp;
add argtable 2.2
An ANSI C library for parsing GNU style command line arguments
=============================================================================
|
| |

|