pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import p5-Data-Validate-IP 0.27 as wip/p5-Data-Validate-IP.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Tue Feb 12 21:54:14 2019 +0100
Changeset: 9b0703312d86009c39cea03ee8f512848029cf03
Added Files:
p5-Data-Validate-IP/DESCR
p5-Data-Validate-IP/Makefile
p5-Data-Validate-IP/distinfo
Log Message:
Import p5-Data-Validate-IP 0.27 as wip/p5-Data-Validate-IP.
This module provides a number IP address validation subs that both validate
and untaint their input. This includes both basic validation (is_ipv4() and
is_ipv6()) and special cases like checking whether an address belongs to a
specific network or whether an address is public or private (reserved).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9b0703312d86009c39cea03ee8f512848029cf03
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Data-Validate-IP/DESCR | 4 ++++
p5-Data-Validate-IP/Makefile | 18 ++++++++++++++++++
p5-Data-Validate-IP/distinfo | 6 ++++++
3 files changed, 28 insertions(+)
diffs:
diff --git a/p5-Data-Validate-IP/DESCR b/p5-Data-Validate-IP/DESCR
new file mode 100644
index 0000000000..1eacf10c63
--- /dev/null
+++ b/p5-Data-Validate-IP/DESCR
@@ -0,0 +1,4 @@
+This module provides a number IP address validation subs that both validate
+and untaint their input. This includes both basic validation (is_ipv4() and
+is_ipv6()) and special cases like checking whether an address belongs to a
+specific network or whether an address is public or private (reserved).
diff --git a/p5-Data-Validate-IP/Makefile b/p5-Data-Validate-IP/Makefile
new file mode 100644
index 0000000000..2540bafc11
--- /dev/null
+++ b/p5-Data-Validate-IP/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= Data-Validate-IP-0.27
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= fred%statdns.com@localhost
+HOMEPAGE= https://metacpan.org/release/Data-Validate-IP
+COMMENT= IPv4 and IPv6 validation methods
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-NetAddr-IP>=4:../../net/p5-NetAddr-IP
+
+PERL5_PACKLIST= auto/Data/Validate/IP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Data-Validate-IP/distinfo b/p5-Data-Validate-IP/distinfo
new file mode 100644
index 0000000000..ae35dacc3c
--- /dev/null
+++ b/p5-Data-Validate-IP/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Data-Validate-IP-0.27.tar.gz) = da24fd6404359e475f65d35cb4341db74c48f48a
+RMD160 (Data-Validate-IP-0.27.tar.gz) = 6a43776e100713bdc8a22e0fb5cd1489d6ce1d2e
+SHA512 (Data-Validate-IP-0.27.tar.gz) = 5a93f730d53e7adcac4fe5e227b69a44e58cdc94b0081d79978547263095e97c3690c8c6fc6664fc8e4b230ab4c360beda22e6600a3c7abe5e61129ee70553b8
+Size (Data-Validate-IP-0.27.tar.gz) = 38139 bytes
Home |
Main Index |
Thread Index |
Old Index