summaryrefslogtreecommitdiff
blob: 94f208886bd93af6b28f7174bf45f360b0eb08cb (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>awilfox.gentoo@foxkit.us</email>
		<name>Andrew Wilcox</name>
		<description>Proxy (user) maintainer, bugs to be assigned to him</description>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</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>