freebsd-ports/dns/Makefile
Sunpoet Po-Chuan Hsieh cf968d9fd1 - Add p5-Net-DNS-Zone-Parser 0.02
The Net::DNS::Zone::Parser should be considered a preprocessor that "normalizes"
a zonefile.

It will read a zonefile in a format conforming to the relevant RFCs with the
addition of BIND's GENERATE directive from disk and will write fully specified
resource records (RRs) to a filehandle. Whereby:
- All comments are stripped
- There is one RR per line
- Each RR is fully expanded i.e. all domain names are fully qualified
  (canonicalised) and the CLASS and TTLs are specified.
- Some RRs may be 'stripped' from the source or otherwise processed. For details
  see the 'read' method.

Note that this module does not have a notion of what constitutes a valid zone,
it only parses. For example, the parser will happilly parse RRs with ownernames
that are below in another zone because a NS RR elsewhere in the zone.

WWW: http://search.cpan.org/dist/Net-DNS-Zone-Parser/

PR:		ports/167708
Submitted by:	Jimmy Bergman <jimmy@sigint.se>
2012-05-18 18:50:49 +00:00

166 lines
4.1 KiB
Makefile

# $FreeBSD$
#
COMMENT = Domain Name Service tools
SUBDIR += adns
SUBDIR += adsuck
SUBDIR += ares
SUBDIR += autotrust
SUBDIR += bind-tools
SUBDIR += bind96
SUBDIR += bind97
SUBDIR += bind97-sdb
SUBDIR += bind98
SUBDIR += bind99
SUBDIR += bindgraph
SUBDIR += c-ares
SUBDIR += checkdns
SUBDIR += crossip
SUBDIR += curvedns
SUBDIR += ddclient
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 += dnsdoctor
SUBDIR += dnsflood
SUBDIR += dnshijacker
SUBDIR += dnsjava
SUBDIR += dnsmasq
SUBDIR += dnsmax-perl
SUBDIR += dnsperf
SUBDIR += dnsproxy
SUBDIR += dnsreflector
SUBDIR += dnstop
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += dnswall
SUBDIR += doc
SUBDIR += drill
SUBDIR += dualserver
SUBDIR += ez-ipupdate
SUBDIR += fastresolve
SUBDIR += firedns
SUBDIR += fpdns
SUBDIR += geta
SUBDIR += ghtool
SUBDIR += gresolver
SUBDIR += h2n
SUBDIR += hesiod
SUBDIR += idnkit
SUBDIR += idnkit2
SUBDIR += inadyn
SUBDIR += ipcheck
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 += nslint
SUBDIR += nsping
SUBDIR += nss_mdns
SUBDIR += nss_resinit
SUBDIR += odsclient
SUBDIR += opendd
SUBDIR += opendnssec
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
SUBDIR += p5-Net-DNS-ZoneFile-Fast
SUBDIR += p5-Net-DNSBL-MultiDaemon
SUBDIR += p5-Net-DNSBL-Statistics
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-Stanford-DNSserver
SUBDIR += p5-Tie-DNS
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-namebench
SUBDIR += py-twistedNames
SUBDIR += radns
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += rubygem-dnsruby
SUBDIR += rubygem-net-dns
SUBDIR += rubygem-public_suffix_service
SUBDIR += scavenge
SUBDIR += sheerdns
SUBDIR += skadns
SUBDIR += sleuth
SUBDIR += sqldjbdns
SUBDIR += sshfp
SUBDIR += tinystats
SUBDIR += totd
SUBDIR += udns
SUBDIR += unbound
SUBDIR += updatedd
SUBDIR += validns
SUBDIR += vizone
SUBDIR += walker
SUBDIR += zkt
SUBDIR += zonecheck
SUBDIR += zonenotify
.include <bsd.port.subdir.mk>