Ravenports generated: 11 Oct 2020 21:37
[ravenports.git] / bucket_1F / pcre2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               pcre2
4 VERSION=                10.35
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Perl Compatible Regular Expressions, version 2
8 HOMEPAGE=               http://www.pcre.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            SF/pcre/pcre2/10.35
13 DISTFILE[1]=            pcre2-10.35.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   autoreconf cpe libtool pkgconfig readline
23
24 LICENSE=                BSD3CLAUSE:primary
25 LICENSE_FILE=           BSD3CLAUSE:{{WRKSRC}}/LICENCE
26 LICENSE_SCHEME=         solo
27
28 CPE_VENDOR=             pcre
29 FPC_EQUIVALENT=         devel/pcre2
30
31 MUST_CONFIGURE=         gnu
32 CONFIGURE_ARGS=         --enable-pcre2-16
33                         --enable-pcre2-32
34                         --enable-pcre2test-libreadline
35                         --disable-jit
36
37 INSTALL_TARGET=         install-strip
38 INSTALL_REQ_TOOLCHAIN=  yes
39 SOVERSION=              0.10.0
40 PLIST_SUB=              POSIXVERSION=2.0.3
41                         POSIXMAJOR=2
42
43 [FILE:555:descriptions/desc.primary]
44 PCRE2 is the name used for a revised API for the PCRE library, which is
45 a set of functions, written in C, that implement regular expression
46 pattern matching using the same syntax and semantics as Perl, with just
47 a few differences. Some features that appeared in Python and the
48 original PCRE before they appeared in Perl are also available using the
49 Python syntax. There is also some support for one or two .NET and
50 Oniguruma syntax items, and there are options for requesting some minor
51 changes that give better ECMAScript (aka JavaScript) compatibility.
52
53
54 [FILE:97:distinfo]
55 8fdcef8c8f4cd735169dd0225fd010487970c1bcadd49e9b90e26c7250a33dc9      2299082 pcre2-10.35.tar.gz
56
57
58 [FILE:3151:manifests/plist.primary]
59 bin/
60  pcre2-config
61  pcre2grep
62  pcre2test
63 include/
64  pcre2.h
65  pcre2posix.h
66 lib/
67  libpcre2-16.a
68  libpcre2-16.so
69  libpcre2-16.so.%%SOMAJOR%%
70  libpcre2-16.so.%%SOVERSION%%
71  libpcre2-32.a
72  libpcre2-32.so
73  libpcre2-32.so.%%SOMAJOR%%
74  libpcre2-32.so.%%SOVERSION%%
75  libpcre2-8.a
76  libpcre2-8.so
77  libpcre2-8.so.%%SOMAJOR%%
78  libpcre2-8.so.%%SOVERSION%%
79  libpcre2-posix.a
80  libpcre2-posix.so
81  libpcre2-posix.so.%%POSIXMAJOR%%
82  libpcre2-posix.so.%%POSIXVERSION%%
83 lib/pkgconfig/
84  libpcre2-16.pc
85  libpcre2-32.pc
86  libpcre2-8.pc
87  libpcre2-posix.pc
88 share/man/man1/
89  pcre2-config.1.gz
90  pcre2grep.1.gz
91  pcre2test.1.gz
92 share/man/man3/
93  pcre2.3.gz
94  pcre2_callout_enumerate.3.gz
95  pcre2_code_copy.3.gz
96  pcre2_code_copy_with_tables.3.gz
97  pcre2_code_free.3.gz
98  pcre2_compile.3.gz
99  pcre2_compile_context_copy.3.gz
100  pcre2_compile_context_create.3.gz
101  pcre2_compile_context_free.3.gz
102  pcre2_config.3.gz
103  pcre2_convert_context_copy.3.gz
104  pcre2_convert_context_create.3.gz
105  pcre2_convert_context_free.3.gz
106  pcre2_converted_pattern_free.3.gz
107  pcre2_dfa_match.3.gz
108  pcre2_general_context_copy.3.gz
109  pcre2_general_context_create.3.gz
110  pcre2_general_context_free.3.gz
111  pcre2_get_error_message.3.gz
112  pcre2_get_mark.3.gz
113  pcre2_get_match_data_size.3.gz
114  pcre2_get_ovector_count.3.gz
115  pcre2_get_ovector_pointer.3.gz
116  pcre2_get_startchar.3.gz
117  pcre2_jit_compile.3.gz
118  pcre2_jit_free_unused_memory.3.gz
119  pcre2_jit_match.3.gz
120  pcre2_jit_stack_assign.3.gz
121  pcre2_jit_stack_create.3.gz
122  pcre2_jit_stack_free.3.gz
123  pcre2_maketables.3.gz
124  pcre2_maketables_free.3.gz
125  pcre2_match.3.gz
126  pcre2_match_context_copy.3.gz
127  pcre2_match_context_create.3.gz
128  pcre2_match_context_free.3.gz
129  pcre2_match_data_create.3.gz
130  pcre2_match_data_create_from_pattern.3.gz
131  pcre2_match_data_free.3.gz
132  pcre2_pattern_convert.3.gz
133  pcre2_pattern_info.3.gz
134  pcre2_serialize_decode.3.gz
135  pcre2_serialize_encode.3.gz
136  pcre2_serialize_free.3.gz
137  pcre2_serialize_get_number_of_codes.3.gz
138  pcre2_set_bsr.3.gz
139  pcre2_set_callout.3.gz
140  pcre2_set_character_tables.3.gz
141  pcre2_set_compile_extra_options.3.gz
142  pcre2_set_compile_recursion_guard.3.gz
143  pcre2_set_depth_limit.3.gz
144  pcre2_set_glob_escape.3.gz
145  pcre2_set_glob_separator.3.gz
146  pcre2_set_heap_limit.3.gz
147  pcre2_set_match_limit.3.gz
148  pcre2_set_max_pattern_length.3.gz
149  pcre2_set_newline.3.gz
150  pcre2_set_offset_limit.3.gz
151  pcre2_set_parens_nest_limit.3.gz
152  pcre2_set_recursion_limit.3.gz
153  pcre2_set_recursion_memory_management.3.gz
154  pcre2_set_substitute_callout.3.gz
155  pcre2_substitute.3.gz
156  pcre2_substring_copy_byname.3.gz
157  pcre2_substring_copy_bynumber.3.gz
158  pcre2_substring_free.3.gz
159  pcre2_substring_get_byname.3.gz
160  pcre2_substring_get_bynumber.3.gz
161  pcre2_substring_length_byname.3.gz
162  pcre2_substring_length_bynumber.3.gz
163  pcre2_substring_list_free.3.gz
164  pcre2_substring_list_get.3.gz
165  pcre2_substring_nametable_scan.3.gz
166  pcre2_substring_number_from_name.3.gz
167  pcre2api.3.gz
168  pcre2build.3.gz
169  pcre2callout.3.gz
170  pcre2compat.3.gz
171  pcre2convert.3.gz
172  pcre2demo.3.gz
173  pcre2jit.3.gz
174  pcre2limits.3.gz
175  pcre2matching.3.gz
176  pcre2partial.3.gz
177  pcre2pattern.3.gz
178  pcre2perform.3.gz
179  pcre2posix.3.gz
180  pcre2sample.3.gz
181  pcre2serialize.3.gz
182  pcre2syntax.3.gz
183  pcre2unicode.3.gz
184