Add p5-Net-IPv6Addr 0.1,
perl extension for manipulating IPv6 addresses. PR: 30558 Submitted by: JJ Behrens <jj@nttmcl.com>
This commit is contained in:
parent
49a0893c01
commit
7b73ef4fa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48076
11 changed files with 89 additions and 0 deletions
26
net-mgmt/p5-Net-IPv6Addr/Makefile
Normal file
26
net-mgmt/p5-Net-IPv6Addr/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# New ports collection makefile for: p5-Net-IPv6Addr
|
||||||
|
# Date created: 13 September 2001
|
||||||
|
# Whom: JJ Behrens <jj@nttmcl.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Net-IPv6Addr
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Net
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= jj@nttmcl.com
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/IPv4Addr.pm:${PORTSDIR}/net/p5-Net-IPv4Addr \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Base85.pm:${PORTSDIR}/math/p5-Math-Base85
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
MAN3= Net::IPv6Addr.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
net-mgmt/p5-Net-IPv6Addr/distinfo
Normal file
1
net-mgmt/p5-Net-IPv6Addr/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Net-IPv6Addr-0.1.tar.gz) = 8e8b6eade53349563e7f552c6c20cdd8
|
1
net-mgmt/p5-Net-IPv6Addr/pkg-comment
Normal file
1
net-mgmt/p5-Net-IPv6Addr/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Perl extension for manipulating IPv6 addresses
|
11
net-mgmt/p5-Net-IPv6Addr/pkg-descr
Normal file
11
net-mgmt/p5-Net-IPv6Addr/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Net::IPv6Addr provides functions for parsing IPv6 addresses in all
|
||||||
|
formats described by RFC1884. If Math::Base85 is installed, formats
|
||||||
|
described in RFC1924 are also valid. It will generate "IP6.INT."
|
||||||
|
strings (as described in RFC1886) if you are inclined to play with
|
||||||
|
DNS records.
|
||||||
|
|
||||||
|
WWW: http://www.nog.net/~tony/warez/
|
||||||
|
|
||||||
|
--
|
||||||
|
Tony Monroe
|
||||||
|
tmonroe+perl@nog.net
|
5
net-mgmt/p5-Net-IPv6Addr/pkg-plist
Normal file
5
net-mgmt/p5-Net-IPv6Addr/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Net/IPv6Addr.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv6Addr/.packlist
|
||||||
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv6Addr
|
||||||
|
@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
|
|
@ -267,6 +267,7 @@
|
||||||
SUBDIR += p5-Net-DNS
|
SUBDIR += p5-Net-DNS
|
||||||
SUBDIR += p5-Net-Daemon
|
SUBDIR += p5-Net-Daemon
|
||||||
SUBDIR += p5-Net-IPv4Addr
|
SUBDIR += p5-Net-IPv4Addr
|
||||||
|
SUBDIR += p5-Net-IPv6Addr
|
||||||
SUBDIR += p5-Net-Jabber
|
SUBDIR += p5-Net-Jabber
|
||||||
SUBDIR += p5-Net-Netmask
|
SUBDIR += p5-Net-Netmask
|
||||||
SUBDIR += p5-Net-Patricia
|
SUBDIR += p5-Net-Patricia
|
||||||
|
|
26
net/p5-Net-IPv6Addr/Makefile
Normal file
26
net/p5-Net-IPv6Addr/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# New ports collection makefile for: p5-Net-IPv6Addr
|
||||||
|
# Date created: 13 September 2001
|
||||||
|
# Whom: JJ Behrens <jj@nttmcl.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Net-IPv6Addr
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Net
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= jj@nttmcl.com
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/IPv4Addr.pm:${PORTSDIR}/net/p5-Net-IPv4Addr \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Base85.pm:${PORTSDIR}/math/p5-Math-Base85
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
MAN3= Net::IPv6Addr.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
net/p5-Net-IPv6Addr/distinfo
Normal file
1
net/p5-Net-IPv6Addr/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Net-IPv6Addr-0.1.tar.gz) = 8e8b6eade53349563e7f552c6c20cdd8
|
1
net/p5-Net-IPv6Addr/pkg-comment
Normal file
1
net/p5-Net-IPv6Addr/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Perl extension for manipulating IPv6 addresses
|
11
net/p5-Net-IPv6Addr/pkg-descr
Normal file
11
net/p5-Net-IPv6Addr/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Net::IPv6Addr provides functions for parsing IPv6 addresses in all
|
||||||
|
formats described by RFC1884. If Math::Base85 is installed, formats
|
||||||
|
described in RFC1924 are also valid. It will generate "IP6.INT."
|
||||||
|
strings (as described in RFC1886) if you are inclined to play with
|
||||||
|
DNS records.
|
||||||
|
|
||||||
|
WWW: http://www.nog.net/~tony/warez/
|
||||||
|
|
||||||
|
--
|
||||||
|
Tony Monroe
|
||||||
|
tmonroe+perl@nog.net
|
5
net/p5-Net-IPv6Addr/pkg-plist
Normal file
5
net/p5-Net-IPv6Addr/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Net/IPv6Addr.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv6Addr/.packlist
|
||||||
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv6Addr
|
||||||
|
@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
|
Loading…
Reference in a new issue