Ravenports generated: 08 Aug 2020 20:45
[ravenports.git] / bucket_C6 / re2c
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               re2c
4 VERSION=                2.0.2
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Generator of C-based recognizers from regex
8 HOMEPAGE=               https://re2c.org
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://github.com/skvadrik/re2c/releases/download/2.0.2/
13 DISTFILE[1]=            re2c-2.0.2.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=                   cpe c++:primary
24
25 LICENSE=                PUBDOM:primary
26 LICENSE_FILE=           PUBDOM:{{WRKSRC}}/LICENSE
27 LICENSE_SCHEME=         solo
28
29 FPC_EQUIVALENT=         devel/re2c
30
31 MUST_CONFIGURE=         gnu
32
33 post-install:
34         ${MKDIR} ${STAGEDIR}${STD_DOCDIR}
35         ${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR}
36         (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${STD_DOCDIR})
37         (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${STD_EXAMPLESDIR})
38         ${RM} ${STAGEDIR}${STD_DOCDIR}/re2c.1
39
40 [FILE:405:descriptions/desc.primary]
41 re2c is a tool for generating C-based recognizers from regular
42 expressions.  re2c-based scanners are efficient:  for programming
43 languages, given similar specifications, an re2c-based scanner is
44 typically almost twice as fast as a flex-based scanner with little or no
45 increase in size (possibly a decrease on cisc architectures).  Indeed,
46 re2c-based scanners are quite competitive with hand-crafted ones.
47
48
49 [FILE:96:distinfo]
50 6cddbb558dbfd697a729cb4fd3f095524480283b89911ca5221835d8a67ae5e0      1292972 re2c-2.0.2.tar.xz
51
52
53 [FILE:97:manifests/plist.primary]
54 bin/
55  re2c
56  re2go
57 share/man/man1/
58  re2c.1.gz
59  re2go.1.gz
60 share/re2c/stdlib/unicode_categories.re
61
62
63 [FILE:2164:manifests/plist.examples]
64 share/examples/re2c/c/
65  01_basic.c
66  01_basic.re
67  __run_all.sh
68 share/examples/re2c/c/conditions/
69  parse_u32_blocks.c
70  parse_u32_blocks.re
71  parse_u32_conditions.c
72  parse_u32_conditions.re
73 share/examples/re2c/c/eof/
74  01_sentinel.c
75  01_sentinel.re
76  02_bounds_checking.c
77  02_bounds_checking.re
78  03_eof_rule.c
79  03_eof_rule.re
80  04_generic_api_sentinel.c
81  04_generic_api_sentinel.re
82  05_generic_api_eof_rule.c
83  05_generic_api_eof_rule.re
84 share/examples/re2c/c/fill/
85  01_fill.c
86  01_fill.re
87  02_fill.c
88  02_fill.re
89 share/examples/re2c/c/generic_api/
90  ifstream.c
91  ifstream.re
92 share/examples/re2c/c/headers/
93  header.c
94  header.re
95 share/examples/re2c/c/headers/src/lexer/lexer.h
96 share/examples/re2c/c/includes/
97  definitions.h
98  include.c
99  include.re
100 share/examples/re2c/c/real_world/
101  cxx98.c
102  cxx98.re
103 share/examples/re2c/c/reuse/
104  braille.c
105  braille.re
106  braille.ucs2.txt
107  braille.utf16.txt
108  braille.utf32.txt
109  braille.utf8.txt
110  reuse.c
111  reuse.re
112 share/examples/re2c/c/state/
113  push.c
114  push.re
115 share/examples/re2c/c/submatch/
116  01_stags.c
117  01_stags.re
118  02_mtags.c
119  02_mtags.re
120  03_posix.c
121  03_posix.re
122  http_rfc7230.c
123  http_rfc7230.re
124  parse_etc_passwd.c
125  parse_etc_passwd.re
126  parse_options.c
127  parse_options.re
128  parse_records.c
129  parse_records.re
130  uri_rfc3986.c
131  uri_rfc3986.re
132 share/examples/re2c/go/
133  01_basic.go
134  01_basic.re
135  __run_all.sh
136 share/examples/re2c/go/conditions/
137  parse_u32_blocks.go
138  parse_u32_blocks.re
139  parse_u32_conditions.go
140  parse_u32_conditions.re
141 share/examples/re2c/go/eof/
142  01_sentinel.go
143  01_sentinel.re
144  02_bounds_checking.go
145  02_bounds_checking.re
146  03_eof_rule.go
147  03_eof_rule.re
148  04_generic_api_sentinel.go
149  04_generic_api_sentinel.re
150  05_generic_api_eof_rule.go
151  05_generic_api_eof_rule.re
152 share/examples/re2c/go/fill/
153  01_fill.go
154  01_fill.re
155  02_fill.go
156  02_fill.re
157 share/examples/re2c/go/headers/
158  header.go
159  header.re
160 share/examples/re2c/go/headers/src/lexer/lexer.go
161 share/examples/re2c/go/includes/
162  definitions.go
163  include.go
164  include.re
165 share/examples/re2c/go/reuse/
166  reuse.go
167  reuse.re
168 share/examples/re2c/go/state/
169  push.go
170  push.re
171 share/examples/re2c/go/submatch/
172  01_stags.go
173  01_stags.re
174  02_mtags.go
175  02_mtags.re
176  03_posix.go
177  03_posix.re
178
179
180 [FILE:1141:manifests/plist.docs]
181 share/doc/re2c/
182  help.rst
183  help.rst.in
184  manpage.rst
185  manpage.rst.in
186  re2go.1
187 share/doc/re2c/manual/api/
188  api.rst_
189  interface.rst_
190 share/doc/re2c/manual/conditions/conditions.rst_
191 share/doc/re2c/manual/configurations/configurations.rst_
192 share/doc/re2c/manual/directives/directives.rst_
193 share/doc/re2c/manual/dot/dot.rst_
194 share/doc/re2c/manual/encodings/encodings.rst_
195 share/doc/re2c/manual/eof/
196  01_sentinel.rst_
197  02_bounds_checking.rst_
198  03_eof_rule.rst_
199  04_generic_api.rst_
200  eof.rst_
201 share/doc/re2c/manual/fill/
202  01_fill.rst_
203  02_fill.rst_
204  fill.rst_
205 share/doc/re2c/manual/headers/headers.rst_
206 share/doc/re2c/manual/includes/includes.rst_
207 share/doc/re2c/manual/options/
208  debug.rst_
209  internal.rst_
210  options.rst_
211 share/doc/re2c/manual/regexps/regular_expressions.rst_
212 share/doc/re2c/manual/reuse/reuse.rst_
213 share/doc/re2c/manual/skeleton/skeleton.rst_
214 share/doc/re2c/manual/state/state.rst_
215 share/doc/re2c/manual/submatch/
216  submatch.rst_
217  submatch_example_mtags.rst_
218  submatch_example_posix.rst_
219  submatch_example_stags.rst_
220 share/doc/re2c/manual/syntax/syntax.rst_
221 share/doc/re2c/manual/warnings/
222  warnings_general.rst_
223  warnings_list.rst_
224