summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-08-13 08:05:43 +0000
committeradrianp <adrianp@pkgsrc.org>2005-08-13 08:05:43 +0000
commitcaae554397941e5ad1c0960c6e26ba7e62d16226 (patch)
treed5d29b7c95774d9542829cbd4923d08122608d1d /net
parent1fbdbfbc0c30bc794ad8fdc30290e6a536655ad1 (diff)
downloadpkgsrc-caae554397941e5ad1c0960c6e26ba7e62d16226.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-IPv6Addr/DESCR5
-rw-r--r--net/p5-Net-IPv6Addr/Makefile19
-rw-r--r--net/p5-Net-IPv6Addr/PLIST1
-rw-r--r--net/p5-Net-IPv6Addr/distinfo5
4 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-Net-IPv6Addr/DESCR b/net/p5-Net-IPv6Addr/DESCR
new file mode 100644
index 00000000000..18d01c4e0ae
--- /dev/null
+++ b/net/p5-Net-IPv6Addr/DESCR
@@ -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.
diff --git a/net/p5-Net-IPv6Addr/Makefile b/net/p5-Net-IPv6Addr/Makefile
new file mode 100644
index 00000000000..51325778887
--- /dev/null
+++ b/net/p5-Net-IPv6Addr/Makefile
@@ -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"
diff --git a/net/p5-Net-IPv6Addr/PLIST b/net/p5-Net-IPv6Addr/PLIST
new file mode 100644
index 00000000000..3b87b3a0e07
--- /dev/null
+++ b/net/p5-Net-IPv6Addr/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/13 08:05:44 adrianp Exp $
diff --git a/net/p5-Net-IPv6Addr/distinfo b/net/p5-Net-IPv6Addr/distinfo
new file mode 100644
index 00000000000..e4185292455
--- /dev/null
+++ b/net/p5-Net-IPv6Addr/distinfo
@@ -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