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