1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Support USE_GITHUB

- Update DESCR

PR:		187749
Submitted by:	Ports fury
This commit is contained in:
Martin Wilke 2014-04-26 02:26:13 +00:00
parent 215441382c
commit e3b820bedb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352209
2 changed files with 15 additions and 11 deletions

View File

@ -4,21 +4,25 @@ PORTNAME= btpd
PORTVERSION= 0.16
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/
MASTER_SITES= GHC
MAINTAINER= ports@FreeBSD.org
COMMENT= Bittorrent client consisting of a daemon and client commands
LICENSE= BSD
OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
USE_AUTOTOOLS= autoconf aclocal
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_AUTOTOOLS= aclocal autoconf
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>

View File

@ -1,8 +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.
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://wiki.github.com/btpd/btpd/