Ravenports generated: 25 Nov 2019 17:36
[ravenports.git] / bucket_AF / re2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               re2
4 VERSION=                20191101
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Fast, safe, thread-friendly C++ regex library
8 HOMEPAGE=               https://github.com/google/re2
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/google:re2:2019-11-01
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   c++:single gmake
21
22 LICENSE=                BSD3CLAUSE:single
23 LICENSE_FILE=           BSD3CLAUSE:{{WRKSRC}}/LICENSE
24 LICENSE_SCHEME=         solo
25
26 FPC_EQUIVALENT=         devel/re2
27
28 INVALID_RPATH=          yes
29
30 MAKE_ARGS=              prefix={{PREFIX}}
31
32 SOVERSION=              0.0.0
33
34 post-install:
35         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libre2.so
36
37 [FILE:591:descriptions/desc.single]
38 RE2 is a fast, safe, thread-friendly alternative to backtracking regular
39 expression engines like those used in PCRE, Perl, and Python written in
40  C++.
41
42 RE2 uses automata theory  to guarantee that regular expression searches 
43 run in time linear in the size of the input. RE2 implements memory limits, 
44 so that searches can be constrained to a fixed amount of memory. RE2 is 
45 engineered to use a small fixed C++ stack footprint no matter what inputs 
46 or regular expressions it must process; thus RE2 is useful in 
47 multithreaded environments where thread stacks cannot grow arbitrarily 
48 large.
49
50
51 [FILE:107:distinfo]
52 5229d7e801bdb3d62a1b9d82de7c74eda223cb5e264d5bd04bcf31a933245d27       391234 google-re2-2019-11-01.tar.gz
53
54
55 [FILE:153:manifests/plist.single]
56 include/re2/
57  filtered_re2.h
58  re2.h
59  stringpiece.h
60  set.h
61 lib/
62  libre2.so.%%SOVERSION%%
63  libre2.a
64  libre2.so
65  libre2.so.%%SOMAJOR%%
66 lib/pkgconfig/re2.pc
67