---
name: dht
version: 0.21
origin: devel/jech-dht
comment: Mainline variant of Kademlia Distributed Hash Table (DHT)
arch: freebsd:10: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: 95649
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: 747d5e135c607401da1db79b89ee61f196793f497ffcbd889944e307a90f0c52
  /usr/local/lib/libdht.so: '-'
  /usr/local/lib/libdht.so.0: 2cb2cabdf0b869b172fe420e50f8c693b0a628393991b942b5e9af9c93adb908
  /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
