diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-06 11:17:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-06 11:17:27 +0000 |
commit | a45df635ecc8cdbc3769603f9227999d916b38fa (patch) | |
tree | 8d447f00fbc3dbae7077bcd95f50eba2f0500488 /dev-libs/xerces-c/metadata.xml | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | gentoo-2-a45df635ecc8cdbc3769603f9227999d916b38fa.tar.gz gentoo-2-a45df635ecc8cdbc3769603f9227999d916b38fa.tar.bz2 gentoo-2-a45df635ecc8cdbc3769603f9227999d916b38fa.zip |
Add missing USE=xqilla flag description and some pkg tags to metadata, GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'dev-libs/xerces-c/metadata.xml')
-rw-r--r-- | dev-libs/xerces-c/metadata.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/dev-libs/xerces-c/metadata.xml b/dev-libs/xerces-c/metadata.xml index 62ee959a35bd..ead6be498d14 100644 --- a/dev-libs/xerces-c/metadata.xml +++ b/dev-libs/xerces-c/metadata.xml @@ -4,15 +4,19 @@ <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> + <flag name='iconv'>Use iconv (<pkg>virtual/libiconv</pkg>) 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 (<pkg>dev-libs/icu</pkg>) as message loader and + transcoder. ICU supports over 180 different encodings and/or locale + specific message support</flag> + <flag name='libwww'>Use the <pkg>net-libs/libwww</pkg> 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> + <flag name='xqilla'>Apply patches from the XQilla project and install + additional header files</flag> </use> </pkgmetadata> |