[42703] trunk/dports/net

toby at macports.org toby at macports.org
Sat Nov 29 14:12:53 PST 2008


Revision: 42703
          http://trac.macports.org/changeset/42703
Author:   toby at macports.org
Date:     2008-11-29 14:12:52 -0800 (Sat, 29 Nov 2008)
Log Message:
-----------
libtorrent 0.12.2, rtorrent 0.8.2
fixes #17375

Modified Paths:
--------------
    trunk/dports/net/libtorrent/Portfile
    trunk/dports/net/rtorrent/Portfile

Modified: trunk/dports/net/libtorrent/Portfile
===================================================================
--- trunk/dports/net/libtorrent/Portfile	2008-11-29 22:06:41 UTC (rev 42702)
+++ trunk/dports/net/libtorrent/Portfile	2008-11-29 22:12:52 UTC (rev 42703)
@@ -3,41 +3,43 @@
 PortSystem      1.0
 
 name            libtorrent
-version         0.11.9
+set real_name   libtorrent
+version         0.12.2
 categories      net
 platforms       darwin
 maintainers     gardnermj at gmail.com
 description     BitTorrent library
 
 long_description \
-    LibTorrent is a BitTorrent library written in C++ for \
+    libTorrent is a BitTorrent library written in C++ for \
     *nix. It is designed to avoid redundant copying and \
     storing of data that other clients and libraries suffer from.
 
 homepage        http://libtorrent.rakshasa.no/
 master_sites    ${homepage}downloads/
+distname        ${real_name}-${version}
 
-checksums       md5 8974dc9499b382a09fb952cabcfef9a0 \
-                sha1 d88e754d1c2ff7f8c5fb7544331264bd505870b8 \
-                rmd160 fb8de66d65791dab67c195356a98de7cf653d3c9 
+checksums       md5 0831ca06f8906c7898fd67931ab239c7 \
+                sha1 a53d2c671e9f2dd971d0622d5b3672da91c46ef9 \
+                rmd160 88cdc415f98afd8b87fa6d7330906737c3e434fa
 
 depends_build   port:zlib \
                 port:pkgconfig
 
 depends_lib     port:openssl \
-                port:libsigcxx2 \
+                port:libsigcxx2
 
 configure.args  --disable-debug \
-                --enable-ipv6
+                --enable-ipv6 \
+                --with-kqueue
 
 post-destroot {
-    set docdir ${prefix}/share/doc/${name}-${version}
+    set docdir ${prefix}/share/doc/${real_name}-${version}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
-        TODO ${destroot}${docdir}
+        ${destroot}${docdir}
 }
 
 livecheck.check regex
 livecheck.url   ${homepage}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-
+livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/net/rtorrent/Portfile
===================================================================
--- trunk/dports/net/rtorrent/Portfile	2008-11-29 22:06:41 UTC (rev 42702)
+++ trunk/dports/net/rtorrent/Portfile	2008-11-29 22:12:52 UTC (rev 42703)
@@ -2,28 +2,40 @@
 
 PortSystem 1.0
 
-name			rtorrent
-version			0.7.9
-categories		net
-platforms		darwin
-maintainers		gardnermj at gmail.com
-description		console-based BitTorrent client
-long_description	rTorrent is a console-based BitTorrent client. It aims to \
-				be a fully-featured and efficient client with the ability to \
-				run in the background using screen. It supports fast-resume \
-				and session management.
+name              rtorrent
+set real_name     rtorrent
+version           0.8.2
+categories        net
+platforms         darwin
+maintainers       gardnermj at gmail.com
+description       console-based BitTorrent client
+long_description  rTorrent is a console-based BitTorrent client. It aims to \
+                  be a fully-featured and efficient client with the ability to \
+                  run in the background using screen. It supports fast-resume \
+                  and session management. Now with DHT! \
+                  (See http://libtorrent.rakshasa.no/wiki/RTorrentUsingDHT)
 
-homepage		http://libtorrent.rakshasa.no/
-master_sites	        ${homepage}downloads/
-checksums		md5 136202fdd540a92aafbcee29f849d228 \
-		        sha1 0b53bd3b2c15f93352607ab3685916fe27033450 \
-		        rmd160 8cfee138c0142ad22830b3d518e198f163063a84
+homepage      http://libtorrent.rakshasa.no/
+master_sites  ${homepage}downloads/
+distname      ${real_name}-${version}
+checksums     md5 a2456182e1767e5aed7341dbbd058f60 \
+              sha1 891093c5d600c2e3853eadbbec369a12dfe6ec11 \
+              rmd160 e86b0082d1788e4e7cd8fcf631f7f857d642c799
 
-depends_lib		port:curl \
-				port:libsigcxx2 \
-				port:libtorrent \
-				port:ncurses \
-				port:openssl \
-				port:zlib
+depends_lib  port:curl \
+             port:libsigcxx2 \
+             port:libtorrent \
+             port:ncurses \
+             port:openssl \
+             port:zlib
 
-configure.args	--mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man \
+                --disable-debug \
+                --enable-ipv6
+
+livecheck.name  ${real_name}
+
+variant xmlrpc description {Enable XMLRPC interface} {
+    configure.args-append  --with-xmlrpc-c
+    depends_lib-append     port:xmlrpc-c
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081129/947aab7f/attachment.html>


More information about the macports-changes mailing list