summaryrefslogtreecommitdiff
blob: 62ee959a35bda51035800bb9a6937c3f05874ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cpp</herd>
<longdescription>xerces-c is a C++ library specializing in XML parsing. It is released by the Apache Foundation</longdescription>
<use>
	<flag name='iconv'>Use iconv as message loader and transcoder (in general it
	would be possible to use iconv only as message loader and something else
	like icu or the native method as transcoder and vice-versa, but this is a
	less common case and hard to handle).</flag>
	<flag name='icu'>Use ICU as message loader and transcoder. ICU supports over
	180 different encodings and/or locale specific message support.</flag>
	<flag name='libwww'>Use the libwww library for fetching URLs, instead
	of the builtin method.</flag>
	<flag name='threads'>Enable threading support through pthread (or other
	libraries on AIX, IRIX, HPUX, Solars). Highly recommended.</flag>
</use>
</pkgmetadata>