blob: ed2cb0bbc5fa92ac78088ce22369e17b254eec07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>pavel.stratil-jun@fenix.cz</email>
<description>Proxied co-maintainer, assign bugs to him</description>
</maintainer>
<maintainer>
<email>flameeyes@gentoo.org</email>
</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="v8">
Use <pkg>dev-lang/v8</pkg>.
</flag>
</use>
<upstream>
<remote-id type="launchpad">drizzle</remote-id>
</upstream>
</pkgmetadata>
|