diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-06-07 22:25:53 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-06-07 23:20:59 +0100 |
commit | 20ab4701fdfda1cd492f6b3f649c089514a8d624 (patch) | |
tree | 35ca1a742ec711ac3eaf11aa10f11cfb0aca9a8b /net-im/ejabberd/metadata.xml | |
parent | dev-erlang/stun: Add new package (diff) | |
download | gentoo-20ab4701fdfda1cd492f6b3f649c089514a8d624.tar.gz gentoo-20ab4701fdfda1cd492f6b3f649c089514a8d624.tar.bz2 gentoo-20ab4701fdfda1cd492f6b3f649c089514a8d624.zip |
net-im/ejabberd: Bump version
Remove obsolete flags. 'ssl' flag is removed because TLS support is not
optional. 'tools' flag is temporarily removed because of problematic
dependency. It may be restored in the future, although it just controls
whether development tools should be installed.
Debundle ejabberd dependencies. Use system rebar instead of bundled one.
Access epam binary via wrapper with ejabberd user ownership. Fix epam
binary localisation.
Correct path to captcha command.
Skip installing docs from Makefile, because this only install COPYING.
Restrict test because test suite doesn't work out of the box. It needs
database set up first.
Rebase ejabberctl patch.
Refactor ebuild and bump EAPI to 6.
Correct funny capitalization in description.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-im/ejabberd/metadata.xml')
-rw-r--r-- | net-im/ejabberd/metadata.xml | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/net-im/ejabberd/metadata.xml b/net-im/ejabberd/metadata.xml index 45ac1e31a8bd..97487c35c24d 100644 --- a/net-im/ejabberd/metadata.xml +++ b/net-im/ejabberd/metadata.xml @@ -14,7 +14,23 @@ mostly written in Erlang, and works on many platforms. </longdescription> <use> - <flag name="captcha">Support for CAPTCHA Forms (XEP-158)</flag> + <flag name="captcha">Support for CAPTCHA Forms (XEP-158) on registration</flag> + <flag name="full-xml">Use XML features in XMPP stream (ex: CDATA), + requires XML compliant clients</flag> + <flag name="hipe">Compile natively with HiPE, not recommended</flag> + <flag name="mssql">Enable Microsoft SQL Server support (via ODBC) for + data storage</flag> + <flag name="mysql">Enable MySQL support for data storage</flag> + <flag name="nls">Enable character set conversion for mod_irc</flag> + <flag name="odbc">Enable ODBC support to access data storage</flag> + <flag name="postgres">Enable PostgreSQL support for data storage</flag> + <flag name="redis">Enable Redis support for transient data</flag> + <flag name="riak">Enable support for Riak - distributed NoSQL key-value + data store</flag> + <flag name="roster-gw">Turn on workaround for processing gateway subscriptions</flag> + <flag name="sqlite">Enable SQLite database support</flag> + <flag name="zlib">Enable Stream Compression (XEP-0138) using zlib</flag> + <flag name="mod_proxy65">Support for SOCKS5 Bytestreams (XEP-0065)</flag> <flag name="mod_statsdx">Measures several statistics, and provides a new section in ejabberd Web Admin to view them.</flag> <flag name="elixir">Enable Elixir language support (http://elixir-lang.org/). Use bundled plugin instead of dev-lang/elixir.</flag> @@ -23,12 +39,6 @@ <flag name="mod_irc">Build irc gateway</flag> <flag name="mod_muc">Build Multi User Chat module</flag> <flag name="mod_pubsub">Build Pubsub module</flag> - <flag name="mssql">Build Microsoft SQL Server support</flag> - <flag name="mysql">Build Native MySQL support</flag> - <flag name="odbc">Build ODBC data storage support</flag> - <flag name="postgres">Build Native PostgreSQL support</flag> - <flag name="redis">Enable Redis support</flag> - <flag name="riak">Enable Riak support</flag> <flag name="tools">Build development tools</flag> <flag name="web">Enable web admin interface</flag> </use> |