import p5-DNS-ZoneParse

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.

from Girish Venkatachalam
 
ok merdely@
This commit is contained in:
okan 2008-04-10 17:45:33 +00:00
parent 92e61139d1
commit 10b128ac97
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/10 17:45:33 okan Exp $
COMMENT= parse and manipulate DNS Zone files
MODULES= cpan
DISTNAME= DNS-ZoneParse-0.95
CATEGORIES= net
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (DNS-ZoneParse-0.95.tar.gz) = eU+91TNDS/BlCLu2RfvB4A==
RMD160 (DNS-ZoneParse-0.95.tar.gz) = Eg4Bttp+kKMhsN7nB6OmRcESFRw=
SHA1 (DNS-ZoneParse-0.95.tar.gz) = r8wEVbad539lZj+nKve1YWZ3ypQ=
SHA256 (DNS-ZoneParse-0.95.tar.gz) = DkHudn/rQgjDwgi4NaWvZOtFbq+nflMDGOcfCgVQvt4=
SIZE (DNS-ZoneParse-0.95.tar.gz) = 9162

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/10 17:45:33 okan Exp $
${P5SITE}/DNS/
${P5SITE}/DNS/ZoneParse.pm
@man man/man3p/DNS::ZoneParse.3p