[28733] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 01:54:08 PDT 2007


Revision: 28733
          http://trac.macosforge.org/projects/macports/changeset/28733
Author:   rhwood at macports.org
Date:     2007-09-08 01:54:08 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
New port: deluge, a GNOME bittorrent client

Added Paths:
-----------
    trunk/dports/net/deluge/
    trunk/dports/net/deluge/Portfile

Copied: trunk/dports/net/deluge/Portfile (from rev 26613, trunk/dports/devel/gazpacho/Portfile)
===================================================================
--- trunk/dports/net/deluge/Portfile	                        (rev 0)
+++ trunk/dports/net/deluge/Portfile	2007-09-08 08:54:08 UTC (rev 28733)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name		deluge
+version		0.5.4.1
+categories	net gnome python 
+maintainers	rhwood openmaintainer at macports.org
+description	A GNOME BitTorrent client.
+long_description \
+	Deluge is a GNOME client for the BitTorrent network written in python.
+homepage	http://www.deluge-torrent.org
+platforms	darwin
+
+master_sites	http://download.deluge-torrent.org/index.php?dir=tarball/${version}/&file=
+
+checksums	md5 36debac83b41f1697da6805e8cc79435 \
+		sha1 96be0039e659c8594978d577d518b51da47804da \
+		rmd160 d73e682eefa2adfee1cdda75f4f199a2cf726cce
+
+depends_lib-append	\
+	port:gettext \
+	port:py25-gtk2 \
+	port:py25-xdg \
+	port:py25-zlib \
+	port:boost
+
+configure.cflags-append	-I${prefix}/include/boost
+configure.cppflags-append -I${prefix}/include/boost
+build.env	\
+	PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
+	PYTHON_LDFLAGS=-L${prefix}/lib \
+	CFLAGS="-I${prefix}/include -I${prefix}/include/boost"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/71b74b36/attachment.html


More information about the macports-changes mailing list