mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c10bbfdfaf
Ldns is a library to simplify implementaition of recent DNS RFCs. The goal is to allow depelopers to easily create software conforming to current RFCs and experimental software for current Internet drafts. Because ldns is written in C it should be a lot faster than Perl or other scripting languages. WWW: http://www.nlnetlabs.nl/ldns/ PR: ports/91042 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> <saurbier@math.uni-bielefeld.de>
104 lines
2.3 KiB
Makefile
104 lines
2.3 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Domain Name Service tools
|
|
|
|
SUBDIR += adns
|
|
SUBDIR += ares
|
|
SUBDIR += bind8
|
|
SUBDIR += bind84
|
|
SUBDIR += bind9
|
|
SUBDIR += bind9-dlz
|
|
SUBDIR += bind9-sdb-ldap
|
|
SUBDIR += checkdns
|
|
SUBDIR += crossip
|
|
SUBDIR += ddclient
|
|
SUBDIR += dhid
|
|
SUBDIR += dhisd
|
|
SUBDIR += djbdns
|
|
SUBDIR += djbdns-tools
|
|
SUBDIR += dlint
|
|
SUBDIR += dnrd
|
|
SUBDIR += dns_balance
|
|
SUBDIR += dnscheck
|
|
SUBDIR += dnsdoctor
|
|
SUBDIR += dnsflood
|
|
SUBDIR += dnshijacker
|
|
SUBDIR += dnsjava
|
|
SUBDIR += dnsmasq
|
|
SUBDIR += dnsmax-perl
|
|
SUBDIR += dnsproxy
|
|
SUBDIR += dnstop
|
|
SUBDIR += dnstracer
|
|
SUBDIR += dnsutl
|
|
SUBDIR += dnswalk
|
|
SUBDIR += doc
|
|
SUBDIR += domtools
|
|
SUBDIR += drill
|
|
SUBDIR += dualserver
|
|
SUBDIR += ez-ipupdate
|
|
SUBDIR += fastresolve
|
|
SUBDIR += firedns
|
|
SUBDIR += fpdns
|
|
SUBDIR += geta
|
|
SUBDIR += ghtool
|
|
SUBDIR += gresolver
|
|
SUBDIR += h2n
|
|
SUBDIR += hesiod
|
|
SUBDIR += host
|
|
SUBDIR += idnkit
|
|
SUBDIR += inadyn
|
|
SUBDIR += ipcheck
|
|
SUBDIR += ldapdns
|
|
SUBDIR += ldns
|
|
SUBDIR += libdjbdns
|
|
SUBDIR += libidn
|
|
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-Domain-ExpireDate
|
|
SUBDIR += p5-Net-LibIDN
|
|
SUBDIR += p5-Net-Nslookup
|
|
SUBDIR += p5-POE-Component-Client-DNS
|
|
SUBDIR += p5-Stanford-DNSserver
|
|
SUBDIR += p5-Tie-DNS
|
|
SUBDIR += pdnsd
|
|
SUBDIR += posadis
|
|
SUBDIR += poweradmin
|
|
SUBDIR += powerdns
|
|
SUBDIR += py-adns
|
|
SUBDIR += py-dns
|
|
SUBDIR += py-dnspython
|
|
SUBDIR += py-twistedNames
|
|
SUBDIR += queryperf
|
|
SUBDIR += rbldnsd
|
|
SUBDIR += rbllookup
|
|
SUBDIR += scavenge
|
|
SUBDIR += sheerdns
|
|
SUBDIR += skadns
|
|
SUBDIR += sleuth
|
|
SUBDIR += sqldjbdns
|
|
SUBDIR += staticcharge
|
|
SUBDIR += tinystats
|
|
SUBDIR += totd
|
|
SUBDIR += updatedd
|
|
SUBDIR += walker
|
|
SUBDIR += zonecheck
|
|
SUBDIR += zonenotify
|
|
|
|
.include <bsd.port.subdir.mk>
|