---
name: adns
version: 1.4_1
origin: dns/adns
comment: Easy to use asynchronous-capable DNS client library and utilities
arch: freebsd:9:x86:64
www: http://www.chiark.greenend.org.uk/~ian/adns/
maintainer: eadler@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 412677
desc: |
  adns is a resolver library for C (and C++) programs. In contrast with
  the existing interfaces, gethostbyname et al and libresolv, it has the
  following features:

  * It is reasonably easy to use for simple programs which just want
    to translate names to addresses, look up MX records, etc.
  * It can be used in an asynchronous, non-blocking, manner. Many
    queries can be handled simultaneously.

  Technical note: adns requires a real nameserver like BIND or
  Dents running on the same system or a nearby one, which must be
  willing to provide `recursive service'. I.e., adns is a `stub
  resolver'.

  WWW: http://www.chiark.greenend.org.uk/~ian/adns/
categories:
- dns
shlibs_required:
- libadns.so.1
shlibs_provided:
- libadns.so.1
files:
  /usr/local/bin/adnsheloex: 16b7ddcc9d7a34f955280be33d4a44cc1e2c64d56e383bd41bd8877116818725
  /usr/local/bin/adnshost: cf8b691c6070f22e6173faadd2cfc5f48a4567dff1bc514230cb3aa745779079
  /usr/local/bin/adnslogres: 2c17df4e4043ce9548f015d7b9227d4f434d66a8184c1b1a680fc81c6366c9fb
  /usr/local/bin/adnsresfilter: 822e90ebbf27df7dd7400f87587cb1e94afecc2421cc7de180fdb132a1224c45
  /usr/local/include/adns.h: 164de9b8d5a9d96ec75fa677749bb8bb8114cc65d37967544d7254f5e58a3ee0
  /usr/local/lib/libadns.a: 0d6a18a76ecfb0d31d9d01954d81ae998d24f74602035136e1a8cc093cc2d26c
  /usr/local/lib/libadns.so: '-'
  /usr/local/lib/libadns.so.1: b0c46212d45c562aa40521648e2e56bc63c8157e616bb067a9c261add24ab6c4
  /usr/local/share/doc/adns/COPYING: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa
  /usr/local/share/doc/adns/GPL-vs-LGPL: 8479bf47c3fc67802f4762585cdc69427692a04b53543bb0f15466dbfdba18a6
  /usr/local/share/doc/adns/INSTALL: 5f3969856a2b41759727dffeba8b43a9055ca59aaffeebdb68dcca064bc115a2
  /usr/local/share/doc/adns/LICENCE.WAIVERS: 5b2c51e83304bdbf3f15d2ae894b2d15e3717b865dffd98aba4a58ac6f273929
  /usr/local/share/doc/adns/README: 32efe3975752705c8c4410a883acd7e4f8c2ba502dead90ad05148186d8a6bf8
  /usr/local/share/doc/adns/README.html: 51803633ed33e00f07a40684da31fa63adc1d636ef6c1d943c0ada41a9327224
  /usr/local/share/doc/adns/TODO: 74a778be416bcd03a4ba12f61bda84977a7161c0c3d74409f8767da2aec3c82c
  /usr/local/share/doc/adns/changelog: 289c41047b61f6e0fb932bc10140a6a777eb4355df3c2e2bf9436fa10bfd23dc
directories:
  /usr/local/share/doc/adns/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
