---
name: dht
version: 0.21
origin: devel/jech-dht
comment: Mainline variant of Kademlia Distributed Hash Table (DHT)
arch: freebsd:9:x86:64
www: http://www.pps.univ-paris-diderot.fr/~jch/software/bittorrent/
maintainer: mi@aldan.algebra.com
prefix: /usr/local
licenselogic: single
licenses:
- MIT
flatsize: 89153
desc: |
  The files dht.c and dht.h implement the variant of the Kademlia
  Distributed Hash Table (DHT) used in the Bittorrent network
  (``mainline'' variant).

  WWW: http://www.pps.univ-paris-diderot.fr/~jch/software/bittorrent/
  WWW: https://github.com/jech/dht
categories:
- devel
shlibs_provided:
- libdht.so.0
files:
  /usr/local/include/dht/dht.h: 0756ea10ef6f85b7dc8916369f95dbd21a14c753e7d323c4a9a89b96a24bbb64
  /usr/local/lib/libdht.a: 76c3efa9ebd0034ebe1906bb542749607437429e347901353403cb80b848cd12
  /usr/local/lib/libdht.so: '-'
  /usr/local/lib/libdht.so.0: 8b1db84169f520d4ef7f9ef5737d13ba6d984ba09cb17c9a1ea36dd86d4aac68
  /usr/local/share/licenses/dht-0.21/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/dht-0.21/MIT: 3507caa9b70264bdbe49eff56f570238ee9294ead5d32982e642c249e3053bd4
  /usr/local/share/licenses/dht-0.21/catalog.mk: f92ec663abf90d52f4c8ac87ea4e09bfe3703cb90b7de03786213a9cef09f7d1
directories:
  /usr/local/share/licenses/dht-0.21/: n
  /usr/local/share/licenses/: y
  /usr/local/include/dht/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
