---
name: djbdns
version: 1.05_14
origin: dns/djbdns
comment: A collection of secure and reliable DNS tools
arch: freebsd:9:x86:64
www: http://cr.yp.to/djbdns.html
maintainer: lx@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 783235
desc: |
  DJBDNS is a collection of Domain Name System tools. It includes
  several components:

    * The dnscache program is a local DNS cache. It accepts recursive DNS
      queries from local clients such as web browsers. It collects
      responses from remote DNS servers.
    * The tinydns program is a fast, UDP-only DNS server. It makes local
      DNS information available to the Internet.
    * The pickdns program is a load-balancing DNS server. It points
      clients to a dynamic selection of IP addresses.
    * The walldns program is a reverse DNS wall. It provides matching
      reverse and forward records while hiding local host information.
    * The dns library handles outgoing and incoming DNS packets. It can be
      used by clients such as web browsers to look up host addresses, host
      names, MX records, etc. It supports asynchronous resolution.
    * The dnsfilter program is a parallel IP-address-to-host-name
      converter.
    * The dnsip, dnsipq, dnsname, dnstxt, and dnsmx programs are simple
      command-line interfaces to DNS.
    * The dnsq and dnstrace programs are DNS debugging tools.

  Documentation is at the website below,
  WWW: http://cr.yp.to/djbdns.html
deps:
  ucspi-tcp: {origin: sysutils/ucspi-tcp, version: 0.88_2}
  daemontools: {origin: sysutils/daemontools, version: 0.76_16}
categories:
- dns
options: {SRV: off, PERSISTENT_MMAP: off, MAN: on, JUMBO: off, IP6: off, IGNOREIP: off,
  DUMPCACHE: off, DNSCURVE: off, ADD_USERS: off}
