blob: 2a7727660da85a086c9548111218fefb10dc5349 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>nimiux@gentoo.org</email>
<name>Chema Alonso</name>
<description>Primary-Maintainer</description>
</maintainer>
<maintainer>
<email>brain@brainbox.cc</email>
<name>Craig Edwards</name>
<description>Proxy-Maintainer</description>
</maintainer>
<longdescription lang="en">
InspIRCd is a modular Internet Relay Chat (IRC) server written in C++
for Linux, BSD, Windows and Mac OS X systems which was created from
scratch to be stable, modern and lightweight.
</longdescription>
<longdescription lang="es">
InspIRCd es un servidor Internet Relay Chat (IRC) escrito en C++
para sistemas Linux, BSD, Windows y Mac OS X que se creó desde cero
para ser estable, moderno y ligero.
</longdescription>
<use>
<flag name="geoip">Add geoip support for country and city lookup based on IPs</flag>
<flag name="gnutls">Enable TLS support</flag>
<flag name="ipv6">Enable support for IP version 6</flag>
<flag name="ldap">Enable LDAP support</flag>
<flag name="mysql">Enable MySQL database backend</flag>
<flag name="pcre">Adds support for Perl Compatible Regular Expressions</flag>
<flag name="posix">Adds support for POSIX-compatible functions</flag>
<flag name="postgres">Enable PostgreSQL database backend</flag>
<flag name="sqlite">Enable Sqlite database backend</flag>
<flag name="ssl">Enable SSL support</flag>
<flag name="tre">Enable support for TRE, a lightweight, robust, and efficient POSIX compliant regexp matching library</flag>
</use>
</pkgmetadata>
|