summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-22 21:28:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-22 21:28:40 +0000
commit6eed80e54ea232c6f237d637d81df9f6f42a7a71 (patch)
treeaed6770ec461fed4c6acd12436f19d7cc3e387d8
parentMake this port accept a slave. (diff)
Add py-bittorrent-core, a slave port to py-bittorrent that simply builds
the core engine without the GUI. PR: 58345 Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes: svn path=/head/; revision=91912
-rw-r--r--net-p2p/py-bittorrent-core-devel/Makefile18
-rw-r--r--net-p2p/py-bittorrent-core/Makefile18
-rw-r--r--net/Makefile1
-rw-r--r--net/py-bittorrent-core-devel/Makefile18
-rw-r--r--net/py-bittorrent-core/Makefile18
5 files changed, 73 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-core-devel/Makefile b/net-p2p/py-bittorrent-core-devel/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net-p2p/py-bittorrent-core-devel/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-bittorrent-core
+# Date created: 21 October 2003
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> and Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -core
+CATEGORIES= net python
+
+COMMENT= Client 'core' for the BitTorrent peer-to-peer network
+
+# build only the CORE
+WITHOUT_GUI= yes
+
+MASTERDIR= ${.CURDIR}/../py-bittorrent
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net-p2p/py-bittorrent-core/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-bittorrent-core
+# Date created: 21 October 2003
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> and Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -core
+CATEGORIES= net python
+
+COMMENT= Client 'core' for the BitTorrent peer-to-peer network
+
+# build only the CORE
+WITHOUT_GUI= yes
+
+MASTERDIR= ${.CURDIR}/../py-bittorrent
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/Makefile b/net/Makefile
index 60b41b0d4463..8dab682b6b16 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -539,6 +539,7 @@
SUBDIR += pvm++
SUBDIR += pxe
SUBDIR += py-bittorrent
+ SUBDIR += py-bittorrent-core
SUBDIR += py-fngrab
SUBDIR += py-google
SUBDIR += py-ipy
diff --git a/net/py-bittorrent-core-devel/Makefile b/net/py-bittorrent-core-devel/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net/py-bittorrent-core-devel/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-bittorrent-core
+# Date created: 21 October 2003
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> and Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -core
+CATEGORIES= net python
+
+COMMENT= Client 'core' for the BitTorrent peer-to-peer network
+
+# build only the CORE
+WITHOUT_GUI= yes
+
+MASTERDIR= ${.CURDIR}/../py-bittorrent
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/py-bittorrent-core/Makefile b/net/py-bittorrent-core/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net/py-bittorrent-core/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: py-bittorrent-core
+# Date created: 21 October 2003
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> and Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -core
+CATEGORIES= net python
+
+COMMENT= Client 'core' for the BitTorrent peer-to-peer network
+
+# build only the CORE
+WITHOUT_GUI= yes
+
+MASTERDIR= ${.CURDIR}/../py-bittorrent
+
+.include "${MASTERDIR}/Makefile"