mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Stefan Eßer](/assets/img/avatar_default.png)
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
11 lines
667 B
Plaintext
11 lines
667 B
Plaintext
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 separates 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.
|