diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-29 12:43:09 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-29 12:43:09 +0800 |
commit | ca8154f39205fec8a90c523987983c8b0b4da57d (patch) | |
tree | fb88833837fc7cdfe83b80530be2f601739fd363 /net | |
parent | d589c4608832e44e3258ac0557baff4c03b24334 (diff) | |
download | freebsd-ports-gnome-ca8154f39205fec8a90c523987983c8b0b4da57d.tar.gz freebsd-ports-gnome-ca8154f39205fec8a90c523987983c8b0b4da57d.tar.zst freebsd-ports-gnome-ca8154f39205fec8a90c523987983c8b0b4da57d.zip |
Add p5-Net-Subnets 0.21, computing subnets in large scale networks.
PR: ports/105952
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Subnets/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e1590c7c9b25..98f1675e3fae 100644 --- a/net/Makefile +++ b/net/Makefile @@ -486,6 +486,7 @@ SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-Server SUBDIR += p5-Net-Services + SUBDIR += p5-Net-Subnets SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Telnet-Netscreen diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile new file mode 100644 index 000000000000..14bfd99df4b2 --- /dev/null +++ b/net/p5-Net-Subnets/Makefile @@ -0,0 +1,22 @@ +# 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= 0.21 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Computing subnets in large scale networks + +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 new file mode 100644 index 000000000000..eeedaaa31522 --- /dev/null +++ b/net/p5-Net-Subnets/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Subnets-0.21.tar.gz) = 34f945ee4f89be35065c6ec6f2e01255 +SHA256 (Net-Subnets-0.21.tar.gz) = dba61384cf9812934e254009c51f6bdff82456e4a7aa490ea05a115a3d60e52a +SIZE (Net-Subnets-0.21.tar.gz) = 4529 diff --git a/net/p5-Net-Subnets/pkg-descr b/net/p5-Net-Subnets/pkg-descr new file mode 100644 index 000000000000..03e61dc6d8cb --- /dev/null +++ b/net/p5-Net-Subnets/pkg-descr @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000000..5b479b1fddf7 --- /dev/null +++ b/net/p5-Net-Subnets/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%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 |