import p5-Net-IPv6Addr;
p5-Net-IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884. Tweaks and ok jasper@
This commit is contained in:
parent
282a6a3ca6
commit
9ca3d8c872
22
net/p5-Net-IPv6Addr/Makefile
Normal file
22
net/p5-Net-IPv6Addr/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/27 21:06:08 benoit Exp $
|
||||||
|
|
||||||
|
COMMENT = check validity of IPv6 addresses
|
||||||
|
|
||||||
|
DISTNAME = Net-IPv6Addr-0.2
|
||||||
|
CATEGORIES = net
|
||||||
|
|
||||||
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||||
|
|
||||||
|
# Perl
|
||||||
|
PERMIT_PACKAGE_CDROM = Yes
|
||||||
|
PERMIT_PACKAGE_FTP = Yes
|
||||||
|
PERMIT_DISTFILES_CDROM =Yes
|
||||||
|
PERMIT_DISTFILES_FTP = Yes
|
||||||
|
|
||||||
|
MODULES = cpan
|
||||||
|
|
||||||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS = math/p5-Math-Base85 \
|
||||||
|
net/p5-Net-IPv4Addr
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
net/p5-Net-IPv6Addr/distinfo
Normal file
5
net/p5-Net-IPv6Addr/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (Net-IPv6Addr-0.2.tar.gz) = zQbwQi3bOsEZ4u8eJ6qTOQ==
|
||||||
|
RMD160 (Net-IPv6Addr-0.2.tar.gz) = TCl/VE1kOihSw1XeAb6usP9lot0=
|
||||||
|
SHA1 (Net-IPv6Addr-0.2.tar.gz) = RGB/NtysiFfZ9kXsII+CtepbnIA=
|
||||||
|
SHA256 (Net-IPv6Addr-0.2.tar.gz) = G6FS+KSzl+t5Q7ucRKi7obmGSUluJdDX4VwubwoecKM=
|
||||||
|
SIZE (Net-IPv6Addr-0.2.tar.gz) = 28062
|
5
net/p5-Net-IPv6Addr/pkg/DESCR
Normal file
5
net/p5-Net-IPv6Addr/pkg/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.
|
3
net/p5-Net-IPv6Addr/pkg/PLIST
Normal file
3
net/p5-Net-IPv6Addr/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/27 21:06:08 benoit Exp $
|
||||||
|
${P5SITE}/Net/IPv6Addr.pm
|
||||||
|
@man man/man3p/Net::IPv6Addr.3p
|
Loading…
Reference in New Issue
Block a user