pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Validate-IP Add p5-Data-Validate-IP vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62e0ed33b66a
branches:  trunk
changeset: 331606:62e0ed33b66a
user:      he <he%pkgsrc.org@localhost>
date:      Thu Mar 21 10:12:39 2019 +0000

description:
Add p5-Data-Validate-IP version 0.27 from pkgsrc-wip.

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).

diffstat:

 devel/p5-Data-Validate-IP/DESCR    |   4 ++++
 devel/p5-Data-Validate-IP/Makefile |  18 ++++++++++++++++++
 devel/p5-Data-Validate-IP/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 2cdaf161db7a -r 62e0ed33b66a devel/p5-Data-Validate-IP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Validate-IP/DESCR   Thu Mar 21 10:12:39 2019 +0000
@@ -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 -r 2cdaf161db7a -r 62e0ed33b66a devel/p5-Data-Validate-IP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Validate-IP/Makefile        Thu Mar 21 10:12:39 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/03/21 10:12:39 he Exp $
+
+DISTNAME=      Data-Validate-IP-0.27
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@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 -r 2cdaf161db7a -r 62e0ed33b66a devel/p5-Data-Validate-IP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Validate-IP/distinfo        Thu Mar 21 10:12:39 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/21 10:12:39 he Exp $
+
+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