pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Addition of btget, a bittorrent client written entirel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4668f7d5fb46
branches:  trunk
changeset: 497850:4668f7d5fb46
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Fri Aug 05 22:07:07 2005 +0000

description:
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:

 doc/CHANGES  |  3 ++-
 net/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 513df94200e0 -r 4668f7d5fb46 doc/CHANGES
--- a/doc/CHANGES       Fri Aug 05 22:04:04 2005 +0000
+++ b/doc/CHANGES       Fri Aug 05 22:07:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10801 2005/08/05 22:04:04 jdolecek Exp $
+$NetBSD: CHANGES,v 1.10802 2005/08/05 22:07:07 reinoud Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -505,4 +505,5 @@
        Updated audio/tunesbrowser to 0.3.0 [tonio 2005-08-05]
        Updated mail/libetpan to 0.38 [xtraeme 2005-08-05]
        Updated www/opera to 8.02 [jdolecek 2005-08-05]
+       Added net/btget version 1.04 [reinoud 2005-08-06]
 
diff -r 513df94200e0 -r 4668f7d5fb46 net/Makefile
--- a/net/Makefile      Fri Aug 05 22:04:04 2005 +0000
+++ b/net/Makefile      Fri Aug 05 22:07:07 2005 +0000
@@ -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+=       bittorrent
 SUBDIR+=       bittorrent-gui
 SUBDIR+=       bmon
+SUBDIR+=       btget
 SUBDIR+=       boinc3-coreclient
 SUBDIR+=       boinc3-libs
 SUBDIR+=       boinc3-seti



Home | Main Index | Thread Index | Old Index