dev-libs/libpcre: stable 8.42 for sparc, bug #678646
[gentoo.git] / dev-libs / libpcre / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer type="project">
5         <email>base-system@gentoo.org</email>
6         <name>Gentoo Base System</name>
7 </maintainer>
8 <use>
9         <flag name="bzip2">
10                 Add support for pcregrep command to search within
11                 bzip2-compressed files (via <pkg>app-arch/bzip2</pkg>).
12         </flag>
13         <flag name="pcre16">Build PCRE library for 16 bit characters (e.g. UTF-16).</flag>
14         <flag name="pcre32">Build PCRE library for 32 bit characters (e.g. UTF-32).</flag>
15         <flag name="readline">
16                 Add support for command line editing to pcretest, through
17                 <pkg>sys-libs/readline</pkg>.
18         </flag>
19         <flag name="recursion-limit">
20                 Limit match recursion to 8192; if disabled, the default limit is
21                 used, which is the same as the match limit.
22         </flag>
23         <flag name="zlib">
24                 Add support for pcregrep command to search within
25                 gzip-compressed files (via <pkg>sys-libs/zlib</pkg>).
26         </flag>
27 </use>
28 <upstream>
29         <remote-id type="cpe">cpe:/a:pcre:pcre</remote-id>
30         <remote-id type="sourceforge">pcre</remote-id>
31 </upstream>
32 </pkgmetadata>