diff options
author | tobez <tobez@FreeBSD.org> | 2013-02-25 20:52:33 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-02-25 20:52:33 +0800 |
commit | 074dba9096aa4ea849a5ba3a786f1b7642700892 (patch) | |
tree | 19d5dbb14de9c2c76effbe903c277b56bd155ec1 | |
parent | b518d75b8426f986e89f5287aef29fc873d157b4 (diff) | |
download | freebsd-ports-graphics-074dba9096aa4ea849a5ba3a786f1b7642700892.tar.gz freebsd-ports-graphics-074dba9096aa4ea849a5ba3a786f1b7642700892.tar.zst freebsd-ports-graphics-074dba9096aa4ea849a5ba3a786f1b7642700892.zip |
Remove dns/p5-Net-DNS-ZoneFile, this module is now bundled with
dns/p5-Net-DNS.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/Makefile | 32 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/pkg-descr | 6 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/pkg-plist | 5 |
6 files changed, 1 insertions, 46 deletions
@@ -4072,3 +4072,4 @@ sysutils/fio|benchmarks/fio|2013-02-22|Moved to benchmarks category japanese/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT french/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT german/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT +dns/p5-Net-DNS-ZoneFile||2013-02-25|Now bundled with dns/p5-Net-DNS diff --git a/dns/Makefile b/dns/Makefile index 19b4a926c81..bc02c42c293 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -106,7 +106,6 @@ SUBDIR += p5-Net-DNS-ToolKit SUBDIR += p5-Net-DNS-Zone-Parser SUBDIR += p5-Net-DNS-ZoneCheck - SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-DNSBL-MultiDaemon SUBDIR += p5-Net-DNSBL-Statistics diff --git a/dns/p5-Net-DNS-ZoneFile/Makefile b/dns/p5-Net-DNS-ZoneFile/Makefile deleted file mode 100644 index 388fca3b185..00000000000 --- a/dns/p5-Net-DNS-ZoneFile/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: net/p5-Net-DNS-ZoneFile -# Date created: 11 June 2002 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Net-DNS-ZoneFile -PORTVERSION= 1.04 -PORTREVISION= 1 -CATEGORIES= dns perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org -COMMENT= Perl extension to convert a zone file to a collection of RRs - -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= Net::DNS::ZoneFile.3 - -post-patch: - ${PERL} -pi -e 's/^\s*our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ - -e '$$_="" if /require 5/;' \ - -e '$$_="" if /^\s*(use|no)\s+warnings;\s*$$/;' \ - ${WRKSRC}/ZoneFile.pm - -.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-ZoneFile/distinfo b/dns/p5-Net-DNS-ZoneFile/distinfo deleted file mode 100644 index 19f42602a6f..00000000000 --- a/dns/p5-Net-DNS-ZoneFile/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Net-DNS-ZoneFile-1.04.tar.gz) = 34f0978aeb20234826fc9cf9756febc41fcd0b6a79816e2f60b5ef35e60f7196 -SIZE (Net-DNS-ZoneFile-1.04.tar.gz) = 7795 diff --git a/dns/p5-Net-DNS-ZoneFile/pkg-descr b/dns/p5-Net-DNS-ZoneFile/pkg-descr deleted file mode 100644 index eee6ea2384d..00000000000 --- a/dns/p5-Net-DNS-ZoneFile/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This module parses a zone file and returns a reference to an array of -Net::DNS::RR objects containing each of the RRs given in the zone in the -case that the whole zone file was succesfully parsed. - -Author: Luis Mun~oz <lem@cantv.net> -WWW: http://search.cpan.org/dist/Net-DNS-ZoneFile/ diff --git a/dns/p5-Net-DNS-ZoneFile/pkg-plist b/dns/p5-Net-DNS-ZoneFile/pkg-plist deleted file mode 100644 index eccff6626eb..00000000000 --- a/dns/p5-Net-DNS-ZoneFile/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile/.packlist -%%SITE_PERL%%/Net/DNS/ZoneFile.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile -@dirrmtry %%SITE_PERL%%/Net/DNS -@dirrmtry %%SITE_PERL%%/Net |