You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.6 KiB
55 lines
1.6 KiB
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<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="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="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>). The configuration file created will be
|
||
|
/etc/pam.d/drizzle.
|
||
|
</flag>
|
||
|
|
||
|
<flag name="md5">
|
||
|
Enable the MD5 plugin, using <pkg>dev-libs/libgcrypt</pkg>; this
|
||
|
replaces the older openssl and gnutls USE flags.
|
||
|
</flag>
|
||
|
|
||
|
<flag name="haildb">
|
||
|
Use the <pkg>dev-db/haildb</pkg> libraries to replace the innodb
|
||
|
plugin storage engine with haildb (an innodb fork).
|
||
|
</flag>
|
||
|
</use>
|
||
|
</pkgmetadata>
|