summaryrefslogtreecommitdiff
blob: ea1725dd8407b1d340107ae1c32d4195773143e5 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<maintainer>
		<email>maksbotan@gentoo.org</email>
	</maintainer>
	<maintainer>
		<email>sterkrig@home.se</email>
	</maintainer>
	<maintainer>
		<email>ultrabug@gentoo.org</email>
	</maintainer>
	<use>
		<flag name='carbon'>Enable support for sending statistics to a carbon server (see http://projects.unbit.it/uwsgi/wiki/Carbon).</flag>
		<flag name='erlang'>Let the uWSGI server as as an Erlang C-Node and exchange messages and rpc with Erlang nodes. Together with the USE=python this enables erlang support in python (see the mappings table in http://projects.unbit.it/uwsgi/wiki/ErlangIntegration).</flag>
		<flag name='graylog2'>Enable logging to graylog2 (see http://graylog2.org/).</flag>
		<flag name='json'>Support json as a configuration file format.</flag>
		<flag name='nagios'>Add nagios-friendly logging output (see http://projects.unbit.it/uwsgi/wiki/Nagios).</flag>
		<flag name='rrdtool'>Enable support for writing requests data in RRD files.</flag>
		<flag name='rsyslog'>Support direct logging to a <pkg>app-admin/rsyslog</pkg> socket (without going through the syslog interface).</flag>
		<flag name='spooler'>Build a plugin which gives a network spooler (see http://projects.unbit.it/uwsgi/wiki/Spooler).</flag>
		<flag name='yaml'>Support yaml as a configuration file format.</flag>
		<flag name='zeromq'>Enable logging and deployment via ZeroMQ.</flag>
	</use>
</pkgmetadata>