---
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: 409638
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: f4c85b1de07a319b204c5558acb96dde5e8332c671606118fdd9438358600fd4
  /usr/local/bin/adnshost: af1b7c4cb0b30541ee3285f5f0f796c7261d649964b3ad64a279d064a29e4649
  /usr/local/bin/adnslogres: ad6f71d4a94eeb65b030b75cbad9f847eeaae2838302c08153659757e89de3b5
  /usr/local/bin/adnsresfilter: 99d3ccf3fcaa8c320495f1b62f55e88255f50b0facbb453c28d7cf33945ecc9e
  /usr/local/include/adns.h: 164de9b8d5a9d96ec75fa677749bb8bb8114cc65d37967544d7254f5e58a3ee0
  /usr/local/lib/libadns.a: 2be4c719e14f3a61b30d1754c1c2042b5712e1effdc00e51d61f382e8b10798d
  /usr/local/lib/libadns.so: '-'
  /usr/local/lib/libadns.so.1: 12572bded2afa86bab46f90fa27de1b091f35a6e7bf993f53d7ea2e23e93d76f
  /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
