cvs commit: ports/net Makefile ports/net/bnbt Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Sun Feb 1 06:27:11 PST 2004


pav         2004/02/01 06:26:54 PST

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/bnbt             Makefile distinfo pkg-descr pkg-plist 
  Log:
  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 at xbsd.org>
  
  Revision  Changes    Path
  1.1215    +1 -0      ports/net/Makefile
  1.1       +40 -0     ports/net/bnbt/Makefile (new)
  1.1       +1 -0      ports/net/bnbt/distinfo (new)
  1.1       +10 -0     ports/net/bnbt/pkg-descr (new)
  1.1       +10 -0     ports/net/bnbt/pkg-plist (new)


More information about the cvs-all mailing list