summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/metadata.xml
blob: 1d61cb0cbd8863188c05b3fa17c331046cd019e3 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>gio@eigenlab.org</email>
		<name>Gioacchino Mazzurco</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription lang="en">
		RetroShare is a Free and Open Source cross-platform, Friend-2-Friend
		secure decentralised communication platform.
		It lets you to securely chat and share files with your friends, family
		and even unknown people using PGP to authenticate peers and OpenSSL
		to encrypt all communication.
		RetroShare provides filesharing, chat, mails, forums and channels.
	</longdescription>
	<use>
		<flag name="autologin">Enables potentially insecure autologin capability via <pkg>app-crypt/libsecret</pkg></flag>
		<flag name="cli">Enables terminal login support for retroshare-service</flag>
		<flag name="control-socket">Enables API via Unix socket support</flag>
		<flag name="gnome-keyring">Enables potentially insecure autologin capability via <pkg>gnome-base/gnome-keyring</pkg></flag>
		<flag name="jsonapi">Enables the new RetroShare JSON API</flag>
		<flag name="libupnp">Enables UPnP port forwarding via <pkg>net-libs/libupnp</pkg></flag>
		<flag name="miniupnp">Enables UPnP port forwarding via <pkg>net-libs/miniupnpc</pkg></flag>
		<flag name="service">Enables the new RetroShare service</flag>
		<flag name="sqlcipher">Enables GXS database encryption via SQLCipher</flag>
		<flag name="webui">Enables Web interface and API support</flag>
		<flag name="xapian">Enables GXS content indexing and search via <pkg>dev-libs/xapian</pkg></flag>
	</use>
	<upstream>
		<bugs-to>https://github.com/RetroShare/RetroShare/issues</bugs-to>
		<remote-id type="github">RetroShare/RetroShare</remote-id>
	</upstream>
</pkgmetadata>