1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add p5-Net-CIDR 0.02,

perl module to manipulate IPv4/IPv6 netblocks
in CIDR notation.

PR:		30277
Submitted by:	Andy Sparrow
This commit is contained in:
Anton Berezin 2001-09-03 13:34:11 +00:00
parent bdf2a53bfd
commit 3fcbe7739d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47362
11 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Net-$CIDR
# Date created: Sep 02 2001
# Whom: Andy Sparrow
#
# $FreeBSD$
#
PORTNAME= Net-CIDR
PORTVERSION= 0.02
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= spadger@best.com
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::CIDR.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Net-CIDR-0.02.tar.gz) = c2851c48066f3e25a7ef6870f0308893

View File

@ -0,0 +1 @@
Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation

View File

@ -0,0 +1,5 @@
The Net::CIDR package contains functions that manipulate lists of
IP netblocks expressed in CIDR notation. The Net::CIDR functions
handle both IPv4 and IPv6 addresses.
WWW: http://search.cpan.org/search?dist=Net-CIDR

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Net/CIDR.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true

View File

@ -255,6 +255,7 @@
SUBDIR += p5-IO-Interface
SUBDIR += p5-Mon
SUBDIR += p5-Net
SUBDIR += p5-Net-CIDR
SUBDIR += p5-Net-DLookup
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-Daemon

22
net/p5-Net-CIDR/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Net-$CIDR
# Date created: Sep 02 2001
# Whom: Andy Sparrow
#
# $FreeBSD$
#
PORTNAME= Net-CIDR
PORTVERSION= 0.02
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= spadger@best.com
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::CIDR.3
.include <bsd.port.mk>

1
net/p5-Net-CIDR/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Net-CIDR-0.02.tar.gz) = c2851c48066f3e25a7ef6870f0308893

View File

@ -0,0 +1 @@
Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation

View File

@ -0,0 +1,5 @@
The Net::CIDR package contains functions that manipulate lists of
IP netblocks expressed in CIDR notation. The Net::CIDR functions
handle both IPv4 and IPv6 addresses.
WWW: http://search.cpan.org/search?dist=Net-CIDR

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Net/CIDR.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true