summaryrefslogtreecommitdiff
path: root/net/bnbt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 7.5b3Pav Lucistnik2004-05-233-14/+10
| | | | | PR: ports/67069 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - Update to 7.5b2Pav Lucistnik2004-05-022-9/+7
| | | | Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - Update to 7.5bPav Lucistnik2004-04-183-21/+14
| | | | | PR: ports/65735 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* List size.Trevor Johnson2004-03-311-0/+1
| | | | Approved by: Florent Thoumie (maintainer)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* Add bnbt, a BitTorrent Tracker in C++.Pav Lucistnik2004-02-014-0/+61
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>