summaryrefslogtreecommitdiff
path: root/dev-libs/libpcre/metadata.xml
blob: f5512da0f52db5cd9240282d5d2970f727270c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>base-system@gentoo.org</email>
		<name>Gentoo Base System</name>
	</maintainer>
	<use>
		<flag name="bzip2">
			Add support for pcregrep command to search within
			bzip2-compressed files (via <pkg>app-arch/bzip2</pkg>).
		</flag>
		<flag name="pcre16">Build PCRE library for 16 bit characters (e.g. UTF-16).</flag>
		<flag name="pcre32">Build PCRE library for 32 bit characters (e.g. UTF-32).</flag>
		<flag name="readline">
			Add support for command line editing to pcretest, through
			<pkg>sys-libs/readline</pkg>.
		</flag>
		<flag name="valgrind">Support Valgrind (<pkg>dev-util/valgrind</pkg>) with annotations to improve results for memcheck.</flag>
		<flag name="zlib">
			Add support for pcregrep command to search within
			gzip-compressed files (via <pkg>sys-libs/zlib</pkg>).
		</flag>
	</use>
	<upstream>
		<bugs-to>https://bugs.exim.org/describecomponents.cgi?product=PCRE</bugs-to>
		<remote-id type="cpe">cpe:/a:pcre:pcre</remote-id>
		<remote-id type="sourceforge">pcre</remote-id>
	</upstream>
</pkgmetadata>