diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-14 00:49:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-14 00:49:23 +0000 |
commit | 6ed73739cbf2065400f46b92f7edbe1923c55e9a (patch) | |
tree | c19159debbc30987dc11a13545c2ff2936206b02 /net/btpd | |
parent | 3f618192d09d10757d63e4e07764be5b6f90327a (diff) | |
download | pkgsrc-6ed73739cbf2065400f46b92f7edbe1923c55e9a.tar.gz |
Imported btpd from PR 21821.
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 a
torrent distribution site. Efficient downloads and ease of use makes this
client a good choice for the casual user as well.
Packaged by Richard Nyberg.
Diffstat (limited to 'net/btpd')
-rw-r--r-- | net/btpd/DESCR | 6 | ||||
-rw-r--r-- | net/btpd/Makefile | 23 | ||||
-rw-r--r-- | net/btpd/PLIST | 6 | ||||
-rw-r--r-- | net/btpd/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net/btpd/DESCR b/net/btpd/DESCR new file mode 100644 index 00000000000..cfd936b1e65 --- /dev/null +++ b/net/btpd/DESCR @@ -0,0 +1,6 @@ +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 a +torrent distribution site. Efficient downloads and ease of use makes this +client a good choice for the casual user as well. diff --git a/net/btpd/Makefile b/net/btpd/Makefile new file mode 100644 index 00000000000..979ba51f014 --- /dev/null +++ b/net/btpd/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/14 00:49:23 rillig Exp $ + +DISTNAME= btpd-0.8 +CATEGORIES= net +MASTER_SITES= http://www.murmeldjur.se/btpd/ \ + http://people.su.se/~rnyberg/btpd/ +MAINTAINER= rnyberg@murmeldjur.se +HOMEPAGE= http://www.murmeldjur.se/btpd/ +COMMENT= Daemon for file sharing over bittorrent + +GNU_CONFIGURE= YES + +DOCSDIR=${PREFIX}/share/doc/${PKGBASE} + +post-install: + ${INSTALL_DATA_DIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + +.include "../../devel/libevent/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/net/btpd/PLIST b/net/btpd/PLIST new file mode 100644 index 00000000000..f7eefad0ce3 --- /dev/null +++ b/net/btpd/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/14 00:49:23 rillig Exp $ +bin/btpd +bin/btcli +bin/btinfo +share/doc/${PKGBASE}/README +@dirrm share/doc/${PKGBASE} diff --git a/net/btpd/distinfo b/net/btpd/distinfo new file mode 100644 index 00000000000..27fd87e96e6 --- /dev/null +++ b/net/btpd/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/14 00:49:23 rillig Exp $ + +SHA1 (btpd-0.8.tar.gz) = d440ceff94fc745f192b9ab371af7e0e436fb624 +RMD160 (btpd-0.8.tar.gz) = a11e3f984f82e89c596efbfb6c7ac947e2b4b80c +Size (btpd-0.8.tar.gz) = 145435 bytes |