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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sun Dec 20 15:32:45 CET 2009


Revision: 7680
          http://gar.svn.sourceforge.net/gar/?rev=7680&view=rev
Author:   rthurner
Date:     2009-12-20 14:32:44 +0000 (Sun, 20 Dec 2009)

Log Message:
-----------
libtorrent - initial checkin - build fails, would need to be gnu?

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


Property changes on: csw/mgar/pkg/libtorrent/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/libtorrent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libtorrent/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libtorrent/trunk/Makefile	2009-12-20 14:32:44 UTC (rev 7680)
@@ -0,0 +1,25 @@
+GARNAME = libtorrent
+GARVERSION = 0.12.6
+CATEGORIES = lib
+
+DESCRIPTION = BitTorrent library written in C++ for *nix.
+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
+
+# 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/libtorrent/trunk/checksums
===================================================================
--- csw/mgar/pkg/libtorrent/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libtorrent/trunk/checksums	2009-12-20 14:32:44 UTC (rev 7680)
@@ -0,0 +1 @@
+037499ed708aaf72988cee60e5a8d96b  libtorrent-0.12.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