mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Net-Subnets 0.21, computing subnets in large scale networks.
PR: ports/105952 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
c0eee00962
commit
d9db5e555c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178230
5 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
22
net/p5-Net-Subnets/Makefile
Normal file
22
net/p5-Net-Subnets/Makefile
Normal file
|
@ -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>
|
3
net/p5-Net-Subnets/distinfo
Normal file
3
net/p5-Net-Subnets/distinfo
Normal file
|
@ -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
|
4
net/p5-Net-Subnets/pkg-descr
Normal file
4
net/p5-Net-Subnets/pkg-descr
Normal file
|
@ -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/
|
6
net/p5-Net-Subnets/pkg-plist
Normal file
6
net/p5-Net-Subnets/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue