blob: 72e0a6acedd746c2836b6ef1b3cf640a53b904ec (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<use>
<flag name='gadu'>Enable Gadu-Gadu protocol support (requires
<pkg>net-libs/libgadu</pkg>).</flag>
<flag name='gif'>GIF token support for Gadu-Gadu protocol.</flag>
<flag name='gnutls'>Enable SSL/TLS support through GnuTLS
for the plugins supporting it. If 'ssl' is enabled too, GnuTLS will
be preferred where possible (and OpenSSL will be used
elsewhere).</flag>
<flag name='gpg'>Enable jabber message encryption through
<pkg>app-crypt/gpgme</pkg>.</flag>
<flag name='inotify'>Enable inotify-based filesystem moniotoring support
for xmsg&mail plugins.</flag>
<flag name='jpeg'>JPEG token support for Gadu-Gadu protocol.</flag>
<flag name='ssl'>Enable the complete SSL/TLS support through OpenSSL.
This also enables the 'sim' plugin which relies on OpenSSL.</flag>
<flag name='oracle'>Support logging messages into Oracle database.</flag>
<flag name='sqlite3'>Support logging messages into SQLite3 database.
If 'sqlite' is set too, SQLite3 will be used.</flag>
<flag name='sqlite'>Support logging messages into SQLite2 database.
If 'sqlite3' is set too, it will be used instead.</flag>
</use>
</pkgmetadata>
|