diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 14:26:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 14:26:54 +0000 |
commit | 2c84fe226a75d70ad63456809693cf4332683954 (patch) | |
tree | 785f339734496ce26c30a8353b7810f13f2b17ab /net/Makefile | |
parent | Heimdal installs libkrb5.so.19, not libkrb5.so.18. (diff) |
Add bnbt, a BitTorrent Tracker in C++.
BNBT was written by Trevor Hogan. BNBT is a complete port of the original Python
BitTorrent tracker to C++ using the STL for data storage and basic network sockets
for network communication. BNBT is fast, efficient, customizable, easy to use,
powerful, and portable. BNBT is covered under the GNU Lesser General Public
License (LGPL).
I choose not to port the latest version of bnbt since some features have been removed.
PR: ports/62192
Submitted by: Florent Thoumie <flz@xbsd.org>
Notes
Notes:
svn path=/head/; revision=99697
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e4b36a4d1f09..8246afe12f79 100644 --- a/net/Makefile +++ b/net/Makefile @@ -48,6 +48,7 @@ SUBDIR += bing SUBDIR += binkd SUBDIR += bmon + SUBDIR += bnbt SUBDIR += boclient SUBDIR += bounce SUBDIR += bpft |