diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-28 02:48:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-28 02:48:45 +0000 |
commit | ffefb338d5f04dfe46ea5fea8063ae2991d1be36 (patch) | |
tree | bcc0206d47770b40bc1584ba01dd8e931d965369 /devel/gengetopt/pkg-plist | |
parent | Add gtoaster 200009260, a GTK frontend for cdrecord. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=34334
Diffstat (limited to 'devel/gengetopt/pkg-plist')
-rw-r--r-- | devel/gengetopt/pkg-plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/gengetopt/pkg-plist b/devel/gengetopt/pkg-plist new file mode 100644 index 000000000000..1a1e8e4970d0 --- /dev/null +++ b/devel/gengetopt/pkg-plist @@ -0,0 +1,26 @@ +bin/gengetopt +share/doc/gengetopt/examples/sample1.ggo +share/doc/gengetopt/examples/sample2.ggo +share/doc/gengetopt/examples/main1.cc +share/doc/gengetopt/examples/main2.c +share/doc/gengetopt/examples/cmdline1.c +share/doc/gengetopt/examples/cmdline1.h +share/doc/gengetopt/examples/cmdline2.c +share/doc/gengetopt/examples/cmdline2.h +share/doc/gengetopt/gengetopt.html +share/doc/gengetopt/cmdline1.c.html +share/doc/gengetopt/man_getopt.html +share/doc/gengetopt/no_getopt_long.txt +share/doc/gengetopt/ChangeLog +share/doc/gengetopt/COPYING +share/doc/gengetopt/NEWS +share/doc/gengetopt/THANKS +share/doc/gengetopt/INSTALL +share/doc/gengetopt/README +share/doc/gengetopt/LICENSE +share/gengetopt/getopt.h +share/gengetopt/getopt.c +share/gengetopt/getopt1.c +@dirrm share/doc/gengetopt/examples +@dirrm share/doc/gengetopt +@dirrm share/gengetopt |