Commit graph

7 commits

Author SHA1 Message Date
Renato Botelho
906853f642 - Update to 2.16. This version adds the following features:
* a --full-help option is generated that shows also hidden options
        * multiple parsers can be linked into the same executable (even
          when using configuration files, thanks to Andre Noll)
        * when invoking getopt_long, discard any pointers to previously
          scanned command lines (thanks to Andre Noll)
        * fixed a bug in generation of help strings that might cause
          a seg fault (reported by Paul Biggar)

PR:		ports/95329
Submitted by:	maintainer
2006-04-05 19:44:29 +00:00
Andrey Slusar
00f2aeb4de * Update to version 2.14
* Pass maintainership to submitter.

PR:		ports/90448
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
Approved by:	sem(mentor)
2005-12-16 15:17:18 +00:00
Kirill Ponomarev
a035b01e0f - Update to version 2.11
PR:		ports/64016
Submitted by:	maintainer
2004-03-10 09:41:59 +00:00
Edwin Groothuis
43c7467deb Upgrade devel/gengetopt to make it compile under -current again.
Implicit approval because the port didn't build with the old version.
Also noticed on bento.

PR:		ports/45690
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Reviewed by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-12-18 11:46:07 +00:00
Pete Fritchman
4a5c2c67cb - add NOPORTDOCS support & install documentation
- minor indentation fix in pkg-descr
- add @comment $FreeBSD$ to pkg-plist & sort

PR:		31543
Submitted by:	maintainer
2001-11-15 05:58:49 +00:00
Ying-Chieh Liao
b8b5051b4e upgrade to 2.3 2001-05-04 09:35:53 +00:00
Will Andrews
ffefb338d5 Add gengetopt 2.1, a program that will generate a C function that uses
getopt_long function to parse the command line options, validate them and
fill a struct.

PR:		21922
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2000-10-28 02:48:45 +00:00