aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittornado-core
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 12:22:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 12:22:22 +0000
commit5ad3680c4b95c23f5445207789997c9db3455ec2 (patch)
treeea6e2770d8d052f17d233c0611bacef12f014886 /net-p2p/py-bittornado-core
parent094b33c5f137e3feaa46cbfb98ed3ef5688c4bb1 (diff)
downloadports-5ad3680c4b95c23f5445207789997c9db3455ec2.tar.gz
ports-5ad3680c4b95c23f5445207789997c9db3455ec2.zip
Add py-shadow-bittorent[-core], a Shad0w's BitTorrent client which have
many advantages over ordinary BitTorrent client, like background file allocation, multitracker support, superseed mode, configurable traffic shaping in GUI and detailed listing of peers. And more. Also add XFree86-free version as a slave port. PR: ports/63261, ports/63262 Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes: svn path=/head/; revision=102394
Diffstat (limited to 'net-p2p/py-bittornado-core')
-rw-r--r--net-p2p/py-bittornado-core/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/py-bittornado-core/Makefile b/net-p2p/py-bittornado-core/Makefile
new file mode 100644
index 000000000000..6a90e51d3f20
--- /dev/null
+++ b/net-p2p/py-bittornado-core/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-shadow-bittorrent-core
+# Date created: 23 February 2004
+# Whom: Stefan Walter <sw@gegenunendlich.de>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -core
+CATEGORIES= net python
+
+COMMENT= Experimental client 'core' for the BitTorrent P2P network
+
+# build only the CORE
+WITHOUT_GUI= yes
+
+MASTERDIR= ${.CURDIR}/../py-shadow-bittorrent
+
+.include "${MASTERDIR}/Makefile"