---
name: libdnsres
version: 0.1a_5
origin: devel/libdnsres
comment: Provides a non-blocking thread-safe API for resolving DNS names
arch: freebsd:9:x86:64
www: http://www.monkey.org/~provos/libdnsres/
maintainer: oz@nixil.net
prefix: /usr/local
licenselogic: single
flatsize: 559659
desc: "Libdnsres provides a non-blocking thread-safe API for resolving DNS names.
  \ It\nrequires that your main application is built on top of libevent. Libdnsres'
  API\nessentially mirrors the traditional gethostbyname and getaddrinfo interfaces.
  \nAll return values have been replaced by callbacks instead.\n\nThe code borrows
  heavily from the BSD resolver library. In fact, it is an \nextremely ugly hack to
  make the BSD resolver library non-blocking and \nthread-safe without changing the
  API too much. \n\nWWW: http://www.monkey.org/~provos/libdnsres/\n"
categories: [devel]
files:
  /usr/local/include/dnsres.h: d6765f44bfcba94bdfcd9c32bc136bbc8b5e5da48912978df8c57cba8991aa6d
  /usr/local/lib/libdnsres.a: e3e98824142b44b7e21f0821283566893bed250670032d79bac99580fa96fedb
  /usr/local/lib/libdnsres.la: b4ecd03820edf0573a5e4fd6fd3914d30707a0d5301cedc7c8b470a3cd1cc430
  /usr/local/lib/libdnsres.so: '-'
  /usr/local/lib/libdnsres.so.0: b5c39df5dd5aefbd26b17c2d354818af2f619ae6fcaa4c1f53d8de1e683cf436
  /usr/local/man/man3/dnsres.3.gz: 521d0872f05b71a6c9276254d6d242b730e487389b7bd2cc9a2e42bd4ade8b3c
  /usr/local/man/man3/dnsres_getaddrinfo.3.gz: '-'
  /usr/local/man/man3/dnsres_gethostbyaddr.3.gz: '-'
  /usr/local/man/man3/dnsres_gethostbyname.3.gz: '-'
  /usr/local/man/man3/dnsres_gethostbyname2.3.gz: '-'
  /usr/local/man/man3/dnsres_init.3.gz: '-'
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
