mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
906853f642
* 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
26 lines
834 B
Plaintext
26 lines
834 B
Plaintext
@comment $FreeBSD$
|
|
bin/gengetopt
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.h
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline2.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline2.h
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/main1.cc
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/main2.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/sample1.ggo
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/sample2.ggo
|
|
%%PORTDOCS%%%%DOCSDIR%%/gengetopt.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
%%DATADIR%%/getopt.c
|
|
%%DATADIR%%/getopt1.c
|
|
%%DATADIR%%/gnugetopt.h
|
|
@dirrm %%DATADIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|