---
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: 89089
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]
files:
  /usr/local/include/dht/dht.h: 0756ea10ef6f85b7dc8916369f95dbd21a14c753e7d323c4a9a89b96a24bbb64
  /usr/local/lib/libdht.a: 8fe39ad3a3582d52edf023916d552c0abd667dd29811779dda551cabe4190c09
  /usr/local/lib/libdht.so: '-'
  /usr/local/lib/libdht.so.0: 00c742b078c723ff7ec7bf5f864b4124011dfc70139b097beea989405b0fca13
  /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: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
