---
name: bnbt
version: 8.5_1
origin: net-p2p/bnbt
comment: A C++ BitTorrent Tracker
arch: freebsd:9:x86:64
www: http://bnbt.sourceforge.net/
maintainer: flz@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 789492
desc: |
  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).

  WWW: http://bnbt.sourceforge.net/
categories: [net-p2p]
files:
  /usr/local/bin/bnbt: ef75669ce5eedfd2b8a6959d34abe4352129018a089caa8acfb88a684ded03b1
  /usr/local/etc/rc.d/bnbt: e3dbbd0730c304aed2e1434a6f144614ac2118e7044c9f460fab03d2bb622f87
  /usr/local/share/doc/bnbt/footer.html: 97304d37d65ba653b7d6b192e7690513930426516a3c2ef0a7a57c22200b13b5
  /usr/local/share/doc/bnbt/header.html: 6579747d4ebe44867505aef0da3c8028f317bc3178ea244bb2e03912a5897c60
directories:
  /var/log/bnbt/: y
  /usr/local/share/doc/bnbt/: n
  /usr/local/etc/bnbt/: y
scripts:
  post-install: |
    mkdir -p /var/log/bnbt
    mkdir -p /usr/local/etc/bnbt
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  ************************************************************
  BNBT has been successfully installed.

  For more information on how to configure BNBT:

  http://wiki.depthstrike.com/index.php/BNBT:Documentation:Configuration

  In order to run bnbt, add the following lines to /etc/rc.conf:
    bnbt_enable="YES"

  Then start the server with /usr/local/etc/rc.d/bnbt.sh start
  or reboot.
  ************************************************************
