mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
9c3a1c8175
commit
6eed80e54e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91912
18
net-p2p/py-bittorrent-core-devel/Makefile
Normal file
18
net-p2p/py-bittorrent-core-devel/Makefile
Normal file
@ -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"
|
18
net-p2p/py-bittorrent-core/Makefile
Normal file
18
net-p2p/py-bittorrent-core/Makefile
Normal file
@ -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"
|
@ -539,6 +539,7 @@
|
||||
SUBDIR += pvm++
|
||||
SUBDIR += pxe
|
||||
SUBDIR += py-bittorrent
|
||||
SUBDIR += py-bittorrent-core
|
||||
SUBDIR += py-fngrab
|
||||
SUBDIR += py-google
|
||||
SUBDIR += py-ipy
|
||||
|
18
net/py-bittorrent-core-devel/Makefile
Normal file
18
net/py-bittorrent-core-devel/Makefile
Normal file
@ -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"
|
18
net/py-bittorrent-core/Makefile
Normal file
18
net/py-bittorrent-core/Makefile
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user