---
name: adns
version: 1.4_1
origin: dns/adns
comment: Easy to use asynchronous-capable DNS client library and utilities
arch: freebsd:10:x86:64
www: http://www.chiark.greenend.org.uk/~ian/adns/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 409618
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: c573d99af809096f5deebc52d8e58a895d2bf9d037042402c7046464ad030d74
  /usr/local/bin/adnshost: 990f351b5160ec0dd41e6c1d5eff17291d8027e89195bd94eb6ab0915fd22348
  /usr/local/bin/adnslogres: 7220bfb6edc3f6b5cd8c0fb3cedabba31c89f8c88adffdcc114e850eb2b0ce3e
  /usr/local/bin/adnsresfilter: 4125c089ae3968ff784fffc1f2bb36f8fe0055a66733b9730787def6afdd5856
  /usr/local/include/adns.h: 164de9b8d5a9d96ec75fa677749bb8bb8114cc65d37967544d7254f5e58a3ee0
  /usr/local/lib/libadns.a: 1ef73e2113fd2ca85d55effe08880f7576265ca5949567d9c87f5bed4f3527b9
  /usr/local/lib/libadns.so: '-'
  /usr/local/lib/libadns.so.1: 94fc03a481e4e2fe4b2ef72215857996e0b2e5dbc8b53def31123ff4201e3314
  /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
  pre-deinstall: |
    /sbin/ldconfig -R
