add p5-Tie-DNS 0.41

Tie interface to p5-Net-DNS

PR:		34282
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-26 06:01:21 +00:00
parent 8b26a03f66
commit cf233d7b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61991
11 changed files with 113 additions and 0 deletions

33
dns/p5-Tie-DNS/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: Tie::DNS
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Tie-DNS
PORTVERSION= 0.41
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
PERL_CONFIGURE= yes
MAN3= Tie::DNS.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

1
dns/p5-Tie-DNS/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Tie-DNS-0.41.tar.gz) = 234d5840bc9652155db9a9d90140984c

View File

@ -0,0 +1 @@
Tie interface to p5-Net-DNS

8
dns/p5-Tie-DNS/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
This module is meant to be a simplified interface to the
excellent Net::DNS module. Its goal is to make operations
that are easy in Net::DNS trivial, and operations that are
hard in Net::DNS easy.
WWW: http://search.cpan.org/search?dist=Tie-DNS
Seamus Venasse <svenasse@polaris.ca>

13
dns/p5-Tie-DNS/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DNS/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Tie/DNS.pm
%%PORTDOCS%%share/examples/p5-Tie-DNS/example1.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example2.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example3.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example4.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example5.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example6.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example7.pl
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DNS 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
%%PORTDOCS%%@unexec rmdir %D/share/examples/p5-Tie-DNS 2>/dev/null || true

View File

@ -381,6 +381,7 @@
SUBDIR += p5-Socks SUBDIR += p5-Socks
SUBDIR += p5-Spread-Session SUBDIR += p5-Spread-Session
SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Telnet-Cisco
SUBDIR += p5-Tie-DNS
SUBDIR += p5-Tie-NetAddr-IP SUBDIR += p5-Tie-NetAddr-IP
SUBDIR += p5-URI SUBDIR += p5-URI
SUBDIR += p5-XPC SUBDIR += p5-XPC

33
net/p5-Tie-DNS/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: Tie::DNS
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Tie-DNS
PORTVERSION= 0.41
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
PERL_CONFIGURE= yes
MAN3= Tie::DNS.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

1
net/p5-Tie-DNS/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Tie-DNS-0.41.tar.gz) = 234d5840bc9652155db9a9d90140984c

View File

@ -0,0 +1 @@
Tie interface to p5-Net-DNS

8
net/p5-Tie-DNS/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
This module is meant to be a simplified interface to the
excellent Net::DNS module. Its goal is to make operations
that are easy in Net::DNS trivial, and operations that are
hard in Net::DNS easy.
WWW: http://search.cpan.org/search?dist=Tie-DNS
Seamus Venasse <svenasse@polaris.ca>

13
net/p5-Tie-DNS/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DNS/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Tie/DNS.pm
%%PORTDOCS%%share/examples/p5-Tie-DNS/example1.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example2.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example3.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example4.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example5.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example6.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example7.pl
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DNS 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
%%PORTDOCS%%@unexec rmdir %D/share/examples/p5-Tie-DNS 2>/dev/null || true