summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-12-19 20:31:13 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-12-19 20:31:13 +0000
commitbeb8963e37a694190a590725714f077969cad758 (patch)
treec77778636ee590e3fe667d5320a95638bb86c8b5 /dev-libs/xerces-c/metadata.xml
parentpackage.mask >=ghc-6.8.2 for testing (diff)
downloadgentoo-2-beb8963e37a694190a590725714f077969cad758.tar.gz
gentoo-2-beb8963e37a694190a590725714f077969cad758.tar.bz2
gentoo-2-beb8963e37a694190a590725714f077969cad758.zip
Version bump (bug #196800). Redigested version 2.7.0-r1 for new tarball (bug #192829).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-libs/xerces-c/metadata.xml')
-rw-r--r--dev-libs/xerces-c/metadata.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/xerces-c/metadata.xml b/dev-libs/xerces-c/metadata.xml
index df3e0f7e68c4..e67fa2013928 100644
--- a/dev-libs/xerces-c/metadata.xml
+++ b/dev-libs/xerces-c/metadata.xml
@@ -4,3 +4,18 @@
<herd>cpp</herd>
<longdescription>xerces-c is a C++ library specializing in XML parsing. It is released by the Apache Foundation</longdescription>
</pkgmetadata>
+<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='native'>Use the 'native' method to fetch URLs. Please read
+ the documentation for this. This is only available on MacOS X</flag>
+ <flag name='threads'>Enable threading support through pthread (or other
+ libraries on AIX, IRIX, HPUX, Solars). Highly recommended.</flag>
+</use>
+