summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2005-08-05 22:07:07 +0000
committerreinoud <reinoud@pkgsrc.org>2005-08-05 22:07:07 +0000
commitd2c03f216dab3377b97c26d7640186acb4791f47 (patch)
tree84024a8e7d2ae3a527a8e910c96a9bdef2ee39b5 /net
parent929f96e75264d7cf63405e2fd1d09e45b0d7881d (diff)
downloadpkgsrc-d2c03f216dab3377b97c26d7640186acb4791f47.tar.gz
Addition of btget, a bittorrent client written entirely in 'C'. It uses
allmost no processor time compared to the python bittorrent. LibBT is a C reimplementation of the BitTorrent core protocols. Our goal for the project is to develop a low overhead library version of the protocols so that BitTorrent transfers can easily be built in to any existing application. A suplied application called `btget' is a full fledged bittorrent application based on this library.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 6d6953c944d..eb3da2fa083 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.566 2005/07/23 21:34:55 wiz Exp $
+# $NetBSD: Makefile,v 1.567 2005/08/05 22:07:07 reinoud Exp $
#
COMMENT= Networking tools
@@ -34,6 +34,7 @@ SUBDIR+= bittornado-gui
SUBDIR+= bittorrent
SUBDIR+= bittorrent-gui
SUBDIR+= bmon
+SUBDIR+= btget
SUBDIR+= boinc3-coreclient
SUBDIR+= boinc3-libs
SUBDIR+= boinc3-seti