freebsd-ports/dns/Makefile
John Marino 51ca8026e7 Add new Ada-based DNS server port: dns/ironsides
IRONSIDES is an authoritative DNS server that is provably invulnerable to
many of the problems that plague other servers. It achieves this property
through the use of formal methods in its design, in particular the language
Ada and the SPARK formal methods tool set. Code validated in this way is
provably exception-free, contains no data flow errors, and terminates only
in the ways that its programmers explicitly say that it can. These are very
desirable properties from a computer security perspective.

IRONSIDES is not a complete implementation of DNS. In particular, it does
not support zone transfers or recursive queries. It does, however, support
a sufficient number of DNS records to be useful as an authoritative DNS
server for an enterprise.
2014-02-17 11:27:10 +00:00

175 lines
4.3 KiB
Makefile

# $FreeBSD$
#
COMMENT = Domain Name Service tools
SUBDIR += adns
SUBDIR += adsuck
SUBDIR += ares
SUBDIR += autotrust
SUBDIR += bind-tools
SUBDIR += bind10
SUBDIR += bind98
SUBDIR += bind99
SUBDIR += bindgraph
SUBDIR += c-ares
SUBDIR += checkdns
SUBDIR += credns
SUBDIR += crossip
SUBDIR += curvedns
SUBDIR += ddclient
SUBDIR += ddns
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += djbdns-tools
SUBDIR += dlint
SUBDIR += dnrd
SUBDIR += dns2tcp
SUBDIR += dns_balance
SUBDIR += dns_mre
SUBDIR += dnscap
SUBDIR += dnscheck
SUBDIR += dnscheckengine
SUBDIR += dnscrypt-proxy
SUBDIR += dnsflood
SUBDIR += dnshijacker
SUBDIR += dnsjava
SUBDIR += dnsmasq
SUBDIR += dnsmasq-devel
SUBDIR += dnsmax-perl
SUBDIR += dnsperf
SUBDIR += dnsproxy
SUBDIR += dnsreflector
SUBDIR += dnstop
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += dnswall
SUBDIR += doc
SUBDIR += dualserver
SUBDIR += ez-ipupdate
SUBDIR += fastresolve
SUBDIR += firedns
SUBDIR += fpdns
SUBDIR += gdnsd
SUBDIR += geta
SUBDIR += ghtool
SUBDIR += hesiod
SUBDIR += hostdb
SUBDIR += idnkit
SUBDIR += idnkit2
SUBDIR += inadyn
SUBDIR += inadyn-mt
SUBDIR += ipcheck
SUBDIR += ironsides
SUBDIR += knot
SUBDIR += ldapdns
SUBDIR += ldns
SUBDIR += ldnsm
SUBDIR += libbind
SUBDIR += libdjbdns
SUBDIR += libidn
SUBDIR += linux-f10-libasyncns
SUBDIR += maradns
SUBDIR += mdnsd
SUBDIR += mydns
SUBDIR += mydns-ng
SUBDIR += noip
SUBDIR += nsd
SUBDIR += nsd3
SUBDIR += nslint
SUBDIR += nsping
SUBDIR += nss_mdns
SUBDIR += nss_resinit
SUBDIR += odsclient
SUBDIR += opendd
SUBDIR += opendnssec
SUBDIR += opendnssec13
SUBDIR += openresolv
SUBDIR += p5-BIND-Conf_Parser
SUBDIR += p5-BIND-Config-Parser
SUBDIR += p5-DNS-Config
SUBDIR += p5-DNS-EasyDNS
SUBDIR += p5-DNS-Zone
SUBDIR += p5-DNS-ZoneParse
SUBDIR += p5-Data-Validate-Domain
SUBDIR += p5-Mozilla-PublicSuffix
SUBDIR += p5-Net-Amazon-Route53
SUBDIR += p5-Net-Bonjour
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-DNS-Async
SUBDIR += p5-Net-DNS-Check
SUBDIR += p5-Net-DNS-Codes
SUBDIR += p5-Net-DNS-Lite
SUBDIR += p5-Net-DNS-RR-SRV-Helper
SUBDIR += p5-Net-DNS-Resolver-Programmable
SUBDIR += p5-Net-DNS-SEC
SUBDIR += p5-Net-DNS-TestNS
SUBDIR += p5-Net-DNS-ToolKit
SUBDIR += p5-Net-DNS-Zone-Parser
SUBDIR += p5-Net-DNS-ZoneCheck
SUBDIR += p5-Net-DNS-ZoneFile-Fast
SUBDIR += p5-Net-DNSBL-MultiDaemon
SUBDIR += p5-Net-DNSBL-Statistics
SUBDIR += p5-Net-DRI
SUBDIR += p5-Net-Domain-ExpireDate
SUBDIR += p5-Net-Domain-TLD
SUBDIR += p5-Net-LibIDN
SUBDIR += p5-Net-Nslookup
SUBDIR += p5-Net-RBLClient
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Client-DNS-Recursive
SUBDIR += p5-POE-Component-Client-DNSBL
SUBDIR += p5-POE-Component-Resolver
SUBDIR += p5-POE-Component-Server-DNS
SUBDIR += p5-POE-Filter-DNS-TCP
SUBDIR += p5-Stanford-DNSserver
SUBDIR += p5-Tie-DNS
SUBDIR += p5-URBL-Prepare
SUBDIR += p5-pgeodns
SUBDIR += pdnsd
SUBDIR += pear-File_DNS
SUBDIR += pear-Net_DNS
SUBDIR += pear-Net_DNS2
SUBDIR += posadis
SUBDIR += poweradmin
SUBDIR += powerdns
SUBDIR += powerdns-devel
SUBDIR += powerdns-recursor
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += py-dnspython
SUBDIR += py-easyzone
SUBDIR += py-idnkit2
SUBDIR += py-ldns
SUBDIR += py-namebench
SUBDIR += py-publicsuffix
SUBDIR += py-twistedNames
SUBDIR += radns
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += rubygem-dnsruby
SUBDIR += rubygem-net-dns
SUBDIR += rubygem-public_suffix
SUBDIR += rubygem-public_suffix_service
SUBDIR += samba-nsupdate
SUBDIR += scavenge
SUBDIR += sheerdns
SUBDIR += skadns
SUBDIR += sleuth
SUBDIR += sshfp
SUBDIR += tinystats
SUBDIR += totd
SUBDIR += udns
SUBDIR += unbound
SUBDIR += updatedd
SUBDIR += validns
SUBDIR += vizone
SUBDIR += walker
SUBDIR += yadifa
SUBDIR += zkt
SUBDIR += zonecheck
SUBDIR += zonenotify
.include <bsd.port.subdir.mk>