From 76ee196fc37087fb81c9c769beacf75863da8c22 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 14 Feb 2006 00:49:23 +0000 Subject: 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. --- net/btpd/DESCR | 6 ++++++ net/btpd/Makefile | 23 +++++++++++++++++++++++ net/btpd/PLIST | 6 ++++++ net/btpd/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 net/btpd/DESCR create mode 100644 net/btpd/Makefile create mode 100644 net/btpd/PLIST create mode 100644 net/btpd/distinfo (limited to 'net/btpd') 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 -- cgit v1.2.3