[csw-devel] SF.net SVN: gar:[7684] csw/mgar/pkg

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sun Dec 20 16:40:36 CET 2009


Revision: 7684
          http://gar.svn.sourceforge.net/gar/?rev=7684&view=rev
Author:   rthurner
Date:     2009-12-20 15:40:36 +0000 (Sun, 20 Dec 2009)

Log Message:
-----------
rtorrent - first try, but libtorrent does not compile yet

Added Paths:
-----------
    csw/mgar/pkg/rtorrent/
    csw/mgar/pkg/rtorrent/branches/
    csw/mgar/pkg/rtorrent/tags/
    csw/mgar/pkg/rtorrent/trunk/
    csw/mgar/pkg/rtorrent/trunk/Makefile
    csw/mgar/pkg/rtorrent/trunk/checksums
    csw/mgar/pkg/rtorrent/trunk/files/


Property changes on: csw/mgar/pkg/rtorrent/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/rtorrent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rtorrent/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rtorrent/trunk/Makefile	2009-12-20 15:40:36 UTC (rev 7684)
@@ -0,0 +1,27 @@
+GARNAME = rtorrent
+GARVERSION = 0.8.6
+CATEGORIES = apps
+
+DESCRIPTION = BitTorrent client.
+define BLURB
+  BitTorrent library written in C++ for *nix, 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. 
+endef
+
+MASTER_SITES = http://libtorrent.rakshasa.no/downloads/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+REQUIRED_PKGS = CSWlibtorrent
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/rtorrent/trunk/checksums
===================================================================
--- csw/mgar/pkg/rtorrent/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/rtorrent/trunk/checksums	2009-12-20 15:40:36 UTC (rev 7684)
@@ -0,0 +1 @@
+b804c45c01c40312926bcea6b55bb084  rtorrent-0.8.6.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list