diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-19 02:50:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-19 02:50:49 +0800 |
commit | a5542f3b94c2b7627aac6439a2d49570abe942e1 (patch) | |
tree | b93201d39059bc4f917d0b397da88512a6d6aa0d /dns/Makefile | |
parent | 1db52e249289aed7f88f0732d76fc18f739c21a6 (diff) | |
download | freebsd-ports-gnome-a5542f3b94c2b7627aac6439a2d49570abe942e1.tar.gz freebsd-ports-gnome-a5542f3b94c2b7627aac6439a2d49570abe942e1.tar.zst freebsd-ports-gnome-a5542f3b94c2b7627aac6439a2d49570abe942e1.zip |
- 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>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 359747607940..d77fe32c5043 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -103,6 +103,7 @@ 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 |