Ravenports generated: 10 Jan 2021 01:38
[ravenports.git] / bucket_AE / gengetopt
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               gengetopt
4 VERSION=                2.23
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Command-line option parser generator
8 HOMEPAGE=               https://www.gnu.org/software/gengetopt/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GNU/gengetopt
13 DISTFILE[1]=            gengetopt-2.23.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         examples
18                         docs
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 USES=                   makeinfo c++:primary
24
25 LICENSE=                GPLv3+:primary
26 LICENSE_TERMS=          primary:{{WRKSRC}}/LICENSE
27 LICENSE_FILE=           GPLv3+:{{WRKSRC}}/COPYING
28 LICENSE_SCHEME=         solo
29
30 INFO=                   primary:gengetopt
31 FPC_EQUIVALENT=         devel/gengetopt
32 INFO_SUBDIR=            .
33
34 MUST_CONFIGURE=         gnu
35
36 SINGLE_JOB=             yes
37
38 post-install:
39         ${RM} ${STAGEDIR}${STD_DOCDIR}/LICENSE
40         ${RM} ${STAGEDIR}${PREFIX}/share/info/index.info
41
42 [FILE:475:descriptions/desc.primary]
43 This program generate a C function that uses getopt_long function to parse
44 the command line options, validate them and fill a struct.
45
46 Thus your program can now handle options such as:
47
48         myprog --input foo.c -o foo.o --no-tabs -i 100 *.class
49
50 And both long options (those that start with --) and short options (start
51 with - and consist of only one character) can be handled. For standards
52 about short and long options you may want to take a look at the GNU Coding
53 Standards.
54
55
56 [FILE:100:distinfo]
57 b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac       584860 gengetopt-2.23.tar.xz
58
59
60 [FILE:95:manifests/plist.primary]
61 bin/gengetopt
62 share/gengetopt/
63  getopt.c
64  getopt1.c
65  gnugetopt.h
66 share/man/man1/gengetopt.1.gz
67
68
69 [FILE:229:manifests/plist.examples]
70 share/examples/gengetopt/
71  README.example
72  cmdline1.c
73  cmdline1.h
74  cmdline2.c
75  cmdline2.h
76  main1.cc
77  main2.c
78  sample1.ggo
79  sample2.ggo
80  test_manual_help.c
81  test_manual_help_cmd.c
82  test_manual_help_cmd.ggo
83  test_manual_help_cmd.h
84
85
86 [FILE:100:manifests/plist.docs]
87 share/doc/gengetopt/
88  COPYING
89  ChangeLog
90  INSTALL
91  NEWS
92  README
93  THANKS
94  gengetopt.html
95  index.html
96
97
98 [FILE:263:patches/patch-configure]
99 --- configure.orig      2019-06-04 08:27:18 UTC
100 +++ configure
101 @@ -3404,7 +3404,7 @@ fi
102  gengetoptdocdir=$docdir
103  
104  
105 -gengetoptexamplesdir=$gengetoptdocdir/examples
106 +gengetoptexamplesdir='${datarootdir}/examples/${PACKAGE_TARNAME}'
107  
108  ac_ext=c
109  ac_cpp='$CPP $CPPFLAGS'
110