freebsd-ports/dns/Makefile
Sergei Kolobov 9328497815 Add dns/dnsdoctor:
DNSdoctor is intended to help solving misconfigurations or inconsistencies
of DNS zone files.
Features

    * Powerful configuration file
    * Does not depend on policies
    * Fine grained test selection (by test, by categories, by zones)
    * Full IPv6 support (connectivity and AAAA records)
    * Supports several input/output interfaces such as CLI, GUI, CGI
    * Dedicated mode for use inside shell scripts
    * Batch mode available (ideal when dealing with several domains)
    * Multi-threaded application in order to cut down checking time
    * Extensible: new tests, new interfaces, new reports, ...
    * Exception and cache mechanisms to simplify test writting

WWW: http://www.dnsdoctor.org/

PR:		ports/71819
Submitted by:	Janos Mohacsi <janos.mohacsi@niif.hu>
2004-11-06 23:35:30 +00:00

84 lines
1.8 KiB
Makefile

# $FreeBSD$
#
COMMENT = Domain Name Service tools
SUBDIR += adns
SUBDIR += ares
SUBDIR += bind8
SUBDIR += bind84
SUBDIR += bind9
SUBDIR += bind9-dlz
SUBDIR += crossip
SUBDIR += ddclient
SUBDIR += ddup
SUBDIR += dhid
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += djbdns-tools
SUBDIR += dlint
SUBDIR += dnrd
SUBDIR += dns_balance
SUBDIR += dnsdoctor
SUBDIR += dnsflood
SUBDIR += dnsmasq
SUBDIR += dnsproxy
SUBDIR += dnssecwalker
SUBDIR += dnstop
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += domtools
SUBDIR += ez-ipupdate
SUBDIR += fastresolve
SUBDIR += firedns
SUBDIR += fpdns
SUBDIR += geta
SUBDIR += ghtool
SUBDIR += gresolver
SUBDIR += h2n
SUBDIR += hesiod
SUBDIR += host
SUBDIR += idnkit
SUBDIR += ipcheck
SUBDIR += ldapdns
SUBDIR += libdjbdns
SUBDIR += maradns
SUBDIR += mdnsd
SUBDIR += mydns
SUBDIR += noip
SUBDIR += nsd
SUBDIR += nslint
SUBDIR += nsping
SUBDIR += odsclient
SUBDIR += p5-BIND-Conf_Parser
SUBDIR += p5-DNS-Config
SUBDIR += p5-DNS-Zone
SUBDIR += p5-DNS-ZoneParse
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-DNS-SEC
SUBDIR += p5-Net-DNS-ZoneCheck
SUBDIR += p5-Net-DNS-ZoneFile
SUBDIR += p5-Net-DNS-ZoneFile-Fast
SUBDIR += p5-Net-Nslookup
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-Stanford-DNSserver
SUBDIR += p5-Tie-DNS
SUBDIR += pdnsd
SUBDIR += posadis
SUBDIR += powerdns
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += sheerdns
SUBDIR += skadns
SUBDIR += sleuth
SUBDIR += staticcharge
SUBDIR += totd
SUBDIR += updatedd
SUBDIR += walker
SUBDIR += zonecheck
.include <bsd.port.subdir.mk>