aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-DNS-ZoneParse/pkg-descr
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-07-15 21:37:58 +0800
committermat <mat@FreeBSD.org>2004-07-15 21:37:58 +0800
commit2961123ec3befcfae7a140ea9ec06f2ce4941c73 (patch)
treec318674c98bc746d569aeefd2f97b8db6d26c34f /dns/p5-DNS-ZoneParse/pkg-descr
parentb1c42b1b48c4ea3b59b9741526b0a42594c31ccf (diff)
downloadfreebsd-ports-gnome-2961123ec3befcfae7a140ea9ec06f2ce4941c73.tar.gz
freebsd-ports-gnome-2961123ec3befcfae7a140ea9ec06f2ce4941c73.tar.zst
freebsd-ports-gnome-2961123ec3befcfae7a140ea9ec06f2ce4941c73.zip
Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files.
Diffstat (limited to 'dns/p5-DNS-ZoneParse/pkg-descr')
-rw-r--r--dns/p5-DNS-ZoneParse/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/dns/p5-DNS-ZoneParse/pkg-descr b/dns/p5-DNS-ZoneParse/pkg-descr
new file mode 100644
index 000000000000..ca95bfb3c1cd
--- /dev/null
+++ b/dns/p5-DNS-ZoneParse/pkg-descr
@@ -0,0 +1,12 @@
+This module will parse a Zone File and put all the Resource Records (RRs) into
+an anonymous hash structure. At the moment, the following types of RRs are
+supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for maintaining
+DNS zones, or for transferring DNS zones to other servers. If you want to
+generate an XML-friendly version of your zone files, it is easy to use
+XML::Simple with this module once you have parsed the zonefile.
+
+DNS::ZoneParse scans the DNS zonefile - removes comments and seperates the file
+into it's constituent records. It then parses each record and stores the
+records internally. See below for information on the accessor methods.
+
+WWW: http://search.cpan.org/dist/DNS-ZoneParse/