[Lunar-commits] r20616 - in moonbase/trunk: distributed distributed/rtorrent libs libs/libtorrent
Chad Kittel
v3rt1g0 at lunar-linux.org
Wed Jul 5 02:07:50 UTC 2006
Author: v3rt1g0
Date: 2006-07-05 02:07:49 +0000 (Wed, 05 Jul 2006)
New Revision: 20616
Added:
moonbase/trunk/distributed/rtorrent/
moonbase/trunk/distributed/rtorrent/DEPENDS
moonbase/trunk/distributed/rtorrent/DETAILS
moonbase/trunk/libs/libtorrent/
moonbase/trunk/libs/libtorrent/DEPENDS
moonbase/trunk/libs/libtorrent/DETAILS
Log:
Added a libtorrent and rtorrent at the request of Wuss912,
and NO, I'm not collecting a bounty from you Wuss912, dork! lol
Added: moonbase/trunk/distributed/rtorrent/DEPENDS
===================================================================
--- moonbase/trunk/distributed/rtorrent/DEPENDS (rev 0)
+++ moonbase/trunk/distributed/rtorrent/DEPENDS 2006-07-05 02:07:49 UTC (rev 20616)
@@ -0,0 +1,3 @@
+depends libtorrent &&
+depends ncurses &&
+depends curl
Added: moonbase/trunk/distributed/rtorrent/DETAILS
===================================================================
--- moonbase/trunk/distributed/rtorrent/DETAILS (rev 0)
+++ moonbase/trunk/distributed/rtorrent/DETAILS 2006-07-05 02:07:49 UTC (rev 20616)
@@ -0,0 +1,15 @@
+ MODULE=rtorrent
+ VERSION=0.5.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://libtorrent.rakshasa.no/downloads/
+ SOURCE_VFY=sha1:8f1fbebd45cc280f9c368f521d9073f739f8ddec
+ WEB_SITE=http://libtorrent.rakshasa.no/
+ ENTERED=20060704
+ UPDATED=20060704
+ SHORT="a BitTorrent client using libtorrent"
+
+cat << EOF
+rtorrent is a BitTorrent library written using libtorrent. It uses
+ncurses and is ideal for use with screen or dtach. It supports saving
+of sessions and allows the user to add and remove torrents.
+EOF
Added: moonbase/trunk/libs/libtorrent/DEPENDS
===================================================================
--- moonbase/trunk/libs/libtorrent/DEPENDS (rev 0)
+++ moonbase/trunk/libs/libtorrent/DEPENDS 2006-07-05 02:07:49 UTC (rev 20616)
@@ -0,0 +1,5 @@
+depends pkgconfig &&
+depends libsigc++2 &&
+
+optional_depends "openssl" "--with-openssl" "--without-openssl" \
+ "to use OpenSSL's SHA1 implementation"
Added: moonbase/trunk/libs/libtorrent/DETAILS
===================================================================
--- moonbase/trunk/libs/libtorrent/DETAILS (rev 0)
+++ moonbase/trunk/libs/libtorrent/DETAILS 2006-07-05 02:07:49 UTC (rev 20616)
@@ -0,0 +1,17 @@
+ MODULE=libtorrent
+ VERSION=0.9.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://libtorrent.rakshasa.no/downloads/
+ SOURCE_VFY=sha1:a4e2f80ce631f46100b69451bb4416544374cfd1
+ WEB_SITE=http://libtorrent.rakshasa.no/
+ ENTERED=20060704
+ UPDATED=20060704
+ SHORT="a BitTorrent library written in C++"
+
+cat << EOF
+libtorrent is a BitTorrent library written in C++ with a focus on high
+performance and good code. The library differentiates itself from
+other implementations by transfering directly from file pages to the
+network stack. On high-bandwidth connections it is able to seed at 3
+times the speed of the official client.
+EOF
More information about the Lunar-commits
mailing list