diff --git a/doc/uhub.ebuild b/doc/uhub.ebuild index 13db58e..64ca06b 100644 --- a/doc/uhub.ebuild +++ b/doc/uhub.ebuild @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+ssl" -DEPEND=">=dev-libs/libevent-1.3 -=dev-lang/perl-5* +DEPEND="=dev-lang/perl-5* ssl? ( >=dev-libs/openssl-0.9.8 ) " RDEPEND="${DEPEND}" diff --git a/doc/uhub.spec b/doc/uhub.spec index 40398a1..e81a5c0 100644 --- a/doc/uhub.spec +++ b/doc/uhub.spec @@ -1,4 +1,4 @@ -Summary: Advanced Direct Connect (p2p) Server +Summary: High performance ADC p2p hub. Name: uhub Version: 0.3.0 Release: 1 @@ -10,10 +10,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description -A high performance ADC peer to peer message hub. -Main site: http://www.uhub.org -Bugzilla: http://bugs.extatic.org -Development hub : adc://adc.extatic.org:1511 +uhub is a high performance peer-to-peer hub for the ADC network. +Its low memory footprint allows it to handle several thousand users on +high-end servers, or a small private hub on embedded hardware. + +Key features: +- High performance and low memory usage +- IPv4 and IPv6 support +- Experimental SSL support (optional) +- Advanced access control support +- Easy configuration %prep