summaryrefslogtreecommitdiff
blob: 51ddf9dc82ee1f9da99d4796a53b92eee52b22a3 (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">
		<email>gio@eigenlab.org</email>
		<name>Gioacchino Mazzurco</name>
	</maintainer>
	<maintainer type="project">
		<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="cli">Enables the CLI version of RetroShare</flag>
		<flag name="control-socket">Enables API via Unix socket support</flag>
		<flag name="feedreader">Enables the Feedreader plugin</flag>
		<flag name="gnome-keyring">Enables potentially insecure autologin capability via Gnome Keyring</flag>
		<flag name="gui">Enables the GUI version of RetroShare</flag>
		<flag name="jsonapi">Enables the new RetroShare JSON API</flag>
		<flag name="service">Enables the new RetroShare service controllable only trough JSON API</flag>
		<flag name="sqlcipher">Enables GXS database encryption via SQLCipher</flag>
		<flag name="voip">Enables VOIP plugin</flag>
		<flag name="webui">Enables Web interface and API support</flag>
		<flag name="xapian">Enables GXS content indexing and search trough Xapian</flag>
	</use>
	<upstream>
		<bugs-to>https://github.com/RetroShare/RetroShare/issues</bugs-to>
		<remote-id type="github">RetroShare/RetroShare</remote-id>
	</upstream>
</pkgmetadata>