aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/py-bittornado-core
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-28 20:22:22 +0800
committerpav <pav@FreeBSD.org>2004-02-28 20:22:22 +0800
commit5f2beadcb315458f74ad3ac819a8e9b1cf1143d6 (patch)
tree4ea9cd2586bc2a27278c3c6d6b6f60bcc79ac26a /net-p2p/py-bittornado-core
parent5849eef98dde4373f13ee820ac6b3b199a820a80 (diff)
downloadfreebsd-ports-gnome-5f2beadcb315458f74ad3ac819a8e9b1cf1143d6.tar.gz
freebsd-ports-gnome-5f2beadcb315458f74ad3ac819a8e9b1cf1143d6.tar.zst
freebsd-ports-gnome-5f2beadcb315458f74ad3ac819a8e9b1cf1143d6.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>
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"