diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-23 20:39:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-23 20:39:34 +0000 |
commit | 5492baae4ce6484248ebbf5f65103af2512ca769 (patch) | |
tree | ffad6aa06913ff8e3187b457bed54b402824ba8e /dev-db/drizzle/metadata.xml | |
parent | Convert musepack support to SV8 api, thanks to ssuominen in bug #297910 (diff) | |
download | historical-5492baae4ce6484248ebbf5f65103af2512ca769.tar.gz historical-5492baae4ce6484248ebbf5f65103af2512ca769.tar.bz2 historical-5492baae4ce6484248ebbf5f65103af2512ca769.zip |
Initial import of drizzle, masked, some things are definitely yet to polish, like PAM integration, upstream as well as in Gentoo. Once again thanks to Pavel Stratil for the base ebuild and testing work.
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'dev-db/drizzle/metadata.xml')
-rw-r--r-- | dev-db/drizzle/metadata.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/dev-db/drizzle/metadata.xml b/dev-db/drizzle/metadata.xml new file mode 100644 index 000000000000..039c69606fd6 --- /dev/null +++ b/dev-db/drizzle/metadata.xml @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>flameeyes@gentoo.org</email> + </maintainer> + <maintainer> + <email>pavel.stratil-jun@fenix.cz</email> + <description>Proxied co-maintainer, CC on all bugs</description> + </maintainer> + + <use> + <flag name="tcmalloc"> + Use the <pkg>dev-util/google-perftools</pkg> libraries to + replace the malloc() implementation with a possibly faster one. + </flag> + + <flag name="doc"> + Build the API documentation for the package, using + <pkg>app-doc/doxygen</pkg>. Warning, this might take over an + hour on slower machines. + </flag> + + <flag name="memcache"> + Enable the memcache plugin for user-defined functions and + statistics in I_S tables (using + <pkg>dev-libs/libmemcached</pkg>). + + Currently restricts tests because of an upstream testsuite bug. + </flag> + + <flag name="gearman"> + Enable the gearman plugins for user-defined functions and + logging (using <pkg>sys-cluster/gearman</pkg>). + </flag> + + <flag name="gnutls"> + Enable the MD5 plugin for user-defined functions (using + <pkg>net-libs/gnutls</pkg>). + + Note: when enabling both this flag and the curl flag, + <pkg>net-misc/curl</pkg> has to be built with the gnutls USE + flag or with no SSL support at all to avoid runtime linking + conflicts. + </flag> + + <flag name="openssl"> + Enable the MD5 plugin for user-defined functions (using + <pkg>dev-libs/openssl</pkg>). + + Note: when enabling both this flag and the curl flag, + <pkg>net-misc/curl</pkg> has to be built with the openssl USE + flag or with no SSL support at all to avoid runtime linking + conflicts. + </flag> + + <flag name="curl"> + Enable the HTTP authentication plugin (using + <pkg>net-misc/curl</pkg>). This is needed for the tests to apply + properly. + </flag> + + <flag name="pam"> + Enable the PAM authentication plugin (using + <pkg>sys-libs/pam</pkg>). + + Warning: currently the pam configuration file is missing so it + will not work out of the box. + </flag> + </use> +</pkgmetadata> |