summaryrefslogtreecommitdiff
blob: 7bccc64eec34f0dd23702efa990c8cad87bedcc6 (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
51
52
53
54
55
56
57
58
59
60
<?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="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>