diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-07 18:56:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-07 18:56:22 +0000 |
commit | e59cce09141d34a691811d103ef68f5d25f015b2 (patch) | |
tree | b348a8e7027b99465f85d31b9f683e08bb0f128e | |
parent | 59864a3b068ca02c60fb1147f0cc3a5e3fbfe454 (diff) | |
download | ports-e59cce09141d34a691811d103ef68f5d25f015b2.tar.gz ports-e59cce09141d34a691811d103ef68f5d25f015b2.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-Subnets/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-plist | 5 |
5 files changed, 0 insertions, 37 deletions
diff --git a/net/Makefile b/net/Makefile index 81051952ec99..b8130a8268fd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -647,7 +647,6 @@ SUBDIR += p5-Net-Server-SS-PreFork SUBDIR += p5-Net-Services SUBDIR += p5-Net-Subnet - SUBDIR += p5-Net-Subnets SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-TcpDumpLog SUBDIR += p5-Net-Telnet diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile deleted file mode 100644 index 61960d012071..000000000000 --- a/net/p5-Net-Subnets/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: p5-Net-Subnets -# Date created: 2006-11-29 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= Net-Subnets -PORTVERSION= 1.02 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KRAIH -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Computing subnets in large scale networks - -DEPRECATED= Disappeared from CPAN -EXPIRATION_DATE= 2011-11-26 - -PERL_CONFIGURE= yes - -MAN3= Net::Subnets.3 - -.include <bsd.port.mk> diff --git a/net/p5-Net-Subnets/distinfo b/net/p5-Net-Subnets/distinfo deleted file mode 100644 index 20edb9e981b6..000000000000 --- a/net/p5-Net-Subnets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Net-Subnets-1.02.tar.gz) = 54ea018b9c9b7a8522271ea71f3d65c8c0b4eef619cfbfa855f9bcfc7e12e28f -SIZE (Net-Subnets-1.02.tar.gz) = 8392 diff --git a/net/p5-Net-Subnets/pkg-descr b/net/p5-Net-Subnets/pkg-descr deleted file mode 100644 index 03e61dc6d8cb..000000000000 --- a/net/p5-Net-Subnets/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Very fast matches large lists of IP addresses against many CIDR -subnets and calculates IP address ranges. - -WWW: http://search.cpan.org/dist/Net-Subnets/ diff --git a/net/p5-Net-Subnets/pkg-plist b/net/p5-Net-Subnets/pkg-plist deleted file mode 100644 index 587cfd01caa6..000000000000 --- a/net/p5-Net-Subnets/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Subnets/.packlist -%%SITE_PERL%%/Net/Subnets.pm -@dirrmtry %%SITE_PERL%%/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Subnets -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |