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.
This commit is contained in:
parent
1fbdbfbc0c
commit
caae554397
4 changed files with 30 additions and 0 deletions
5
net/p5-Net-IPv6Addr/DESCR
Normal file
5
net/p5-Net-IPv6Addr/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
19
net/p5-Net-IPv6Addr/Makefile
Normal file
19
net/p5-Net-IPv6Addr/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 08:05:43 adrianp Exp $
|
||||
|
||||
DISTNAME= Net-IPv6Addr-0.2
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
DEPENDS+= p5-Math-Base85-[0-9]*:../../math/p5-Math-Base85
|
||||
DEPENDS+= p5-Net-IPv4Addr-[0-9]*:../../net/p5-Net-IPv4Addr
|
||||
|
||||
MAINTAINER= adrianp@NetBSD.org
|
||||
COMMENT= Check the validity of IPv6 addresses
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= auto/Net/IPv6Addr/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
net/p5-Net-IPv6Addr/PLIST
Normal file
1
net/p5-Net-IPv6Addr/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/13 08:05:44 adrianp Exp $
|
5
net/p5-Net-IPv6Addr/distinfo
Normal file
5
net/p5-Net-IPv6Addr/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/08/13 08:05:44 adrianp Exp $
|
||||
|
||||
SHA1 (Net-IPv6Addr-0.2.tar.gz) = 44607f36dcac8857d9f645ec208f82b5ea5b9c80
|
||||
RMD160 (Net-IPv6Addr-0.2.tar.gz) = 4c297f544d643a2852c355de01beaeb0ff65a2dd
|
||||
Size (Net-IPv6Addr-0.2.tar.gz) = 28062 bytes
|
Loading…
Reference in a new issue