Add p5-Net-IP 1.11, a perl extension for manipulating IPv4/IPv6
addresses. PR: 38738 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
f79f718185
commit
91176fb826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61202
26
net-mgmt/p5-Net-IP/Makefile
Normal file
26
net-mgmt/p5-Net-IP/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Net-IP
|
||||
# Date created: 30 May 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-IP
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= net perl5 ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::IP.3
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's,/usr/local/ncc/bin,${PREFIX}/bin,' ${WRKSRC}/Makefile.PL
|
||||
${PERL} -pi -e 's,/usr/local/bin/perl5.6.0,${PERL},' ${WRKSRC}/ipcount
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/p5-Net-IP/distinfo
Normal file
1
net-mgmt/p5-Net-IP/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-IP-1.11.tar.gz) = 8dfdb26c1847ee4b2cb97f2e58f95892
|
1
net-mgmt/p5-Net-IP/pkg-comment
Normal file
1
net-mgmt/p5-Net-IP/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for manipulating IPv4/IPv6 addresses
|
11
net-mgmt/p5-Net-IP/pkg-descr
Normal file
11
net-mgmt/p5-Net-IP/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This module provides functions to deal with IPv4/IPv6 addresses. The
|
||||
module can be used as a class, allowing the user to instantiate IP
|
||||
objects, which can be single IP addresses, prefixes, or ranges of
|
||||
addresses. There is also a procedural way of accessing most of the
|
||||
functions. Most subroutines can take either IPv4 or IPv6 addresses
|
||||
transparently.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Net-IP
|
||||
|
||||
- Kimura Fuyuki
|
||||
fuyuki@hadaly.org
|
7
net-mgmt/p5-Net-IP/pkg-plist
Normal file
7
net-mgmt/p5-Net-IP/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/iptab
|
||||
bin/ipcount
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/IP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IP/.packlist
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IP
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
@ -328,6 +328,7 @@
|
||||
SUBDIR += p5-Net-Daemon
|
||||
SUBDIR += p5-Net-Google
|
||||
SUBDIR += p5-Net-ICQ2000
|
||||
SUBDIR += p5-Net-IP
|
||||
SUBDIR += p5-Net-IPv4Addr
|
||||
SUBDIR += p5-Net-IPv6Addr
|
||||
SUBDIR += p5-Net-Jabber
|
||||
|
26
net/p5-Net-IP/Makefile
Normal file
26
net/p5-Net-IP/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Net-IP
|
||||
# Date created: 30 May 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-IP
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= net perl5 ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::IP.3
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's,/usr/local/ncc/bin,${PREFIX}/bin,' ${WRKSRC}/Makefile.PL
|
||||
${PERL} -pi -e 's,/usr/local/bin/perl5.6.0,${PERL},' ${WRKSRC}/ipcount
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-IP/distinfo
Normal file
1
net/p5-Net-IP/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-IP-1.11.tar.gz) = 8dfdb26c1847ee4b2cb97f2e58f95892
|
1
net/p5-Net-IP/pkg-comment
Normal file
1
net/p5-Net-IP/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for manipulating IPv4/IPv6 addresses
|
11
net/p5-Net-IP/pkg-descr
Normal file
11
net/p5-Net-IP/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This module provides functions to deal with IPv4/IPv6 addresses. The
|
||||
module can be used as a class, allowing the user to instantiate IP
|
||||
objects, which can be single IP addresses, prefixes, or ranges of
|
||||
addresses. There is also a procedural way of accessing most of the
|
||||
functions. Most subroutines can take either IPv4 or IPv6 addresses
|
||||
transparently.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Net-IP
|
||||
|
||||
- Kimura Fuyuki
|
||||
fuyuki@hadaly.org
|
7
net/p5-Net-IP/pkg-plist
Normal file
7
net/p5-Net-IP/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/iptab
|
||||
bin/ipcount
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/IP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IP/.packlist
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IP
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user