mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
BTPD is a bittorrent client consisting of a daemon and client commands, which
can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one tcp port. It's fairly low on resource usage and should be perfect for file distribution sites. Efficient downloads and ease of use makes this client a good choice for the casual user as well. WWW: http://www.murmeldjur.se/btpd/ PR: ports/128865 Submitted by: bapt <baptiste.daroussin at gmail.com>
This commit is contained in:
parent
e44760de7c
commit
3f339aeb0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222877
@ -10,6 +10,7 @@
|
||||
SUBDIR += bitflu
|
||||
SUBDIR += bittyrant
|
||||
SUBDIR += bnbt
|
||||
SUBDIR += btpd
|
||||
SUBDIR += btpeer
|
||||
SUBDIR += btqueue
|
||||
SUBDIR += cdonkey
|
||||
|
29
net-p2p/btpd/Makefile
Normal file
29
net-p2p/btpd/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: btpd
|
||||
# Date created: 2008-11-14
|
||||
# Whom: bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= btpd
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://www.murmeldjur.se/btpd/
|
||||
|
||||
MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= Bittorrent client consisting of a daemon and client commands
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/btcli \
|
||||
bin/btinfo \
|
||||
bin/btpd
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-p2p/btpd/distinfo
Normal file
3
net-p2p/btpd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (btpd-0.13.tar.gz) = 0d9c4a672eea6f298fa6e44d94da1657
|
||||
SHA256 (btpd-0.13.tar.gz) = 4409ec8e34eaba5d51e53bf94ce8551e438a4b2c5a55924299edf012c189ebfc
|
||||
SIZE (btpd-0.13.tar.gz) = 273814
|
8
net-p2p/btpd/pkg-descr
Normal file
8
net-p2p/btpd/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
BTPD is a bittorrent client consisting of a daemon and client commands, which
|
||||
can be used to read and/or manipulate the daemon state. The daemon is capable of
|
||||
running several torrents simultaneously and only uses one tcp port. It's fairly
|
||||
low on resource usage and should be perfect for file distribution sites.
|
||||
Efficient downloads and ease of use makes this client a good choice for the
|
||||
casual user as well.
|
||||
|
||||
WWW: http://www.murmeldjur.se/btpd/
|
Loading…
Reference in New Issue
Block a user