Bug 167708 - New port: dns/p5-Net-DNS-Zone-Parser perl5 zone preprocessor
Summary: New port: dns/p5-Net-DNS-Zone-Parser perl5 zone preprocessor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 09:40 UTC by jimmy
Modified: 2012-05-19 06:43 UTC (History)
0 users

See Also:


Attachments
p5-Net-DNS-Zone-Parser.shar (2.42 KB, text/plain)
2012-05-08 09:40 UTC, jimmy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2012-05-08 09:40:06 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-08 09:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 jimmy 2012-05-08 09:54:04 UTC
I noticed that there was a copy/paste error in pkg-descr, it should be:

cat > pkg-descr <<EOF
The Net::DNS::Zone::Parser should be considered a preprocessor
that "normalizes" a zonefile.

WWW: http://search.cpan.org/dist/Net-DNS-Zone-Parser/
EOF
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-05-18 19:48:50 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-05-18 19:51:01 UTC
sunpoet     2012-05-18 18:50:49 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-Net-DNS-Zone-Parser Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  - 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>
  
  Revision  Changes    Path
  1.154     +1 -0      ports/dns/Makefile
  1.1       +26 -0     ports/dns/p5-Net-DNS-Zone-Parser/Makefile (new)
  1.1       +2 -0      ports/dns/p5-Net-DNS-Zone-Parser/distinfo (new)
  1.1       +18 -0     ports/dns/p5-Net-DNS-Zone-Parser/pkg-descr (new)
  1.1       +9 -0      ports/dns/p5-Net-DNS-Zone-Parser/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-05-19 06:43:07 UTC
State Changed
From-To: open->closed

New port added. Thanks!