pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Validate-IP



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Mar 21 10:12:40 UTC 2019

Added Files:
        pkgsrc/devel/p5-Data-Validate-IP: DESCR Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Validate-IP/DESCR \
    pkgsrc/devel/p5-Data-Validate-IP/Makefile \
    pkgsrc/devel/p5-Data-Validate-IP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Data-Validate-IP/DESCR
diff -u /dev/null pkgsrc/devel/p5-Data-Validate-IP/DESCR:1.1
--- /dev/null   Thu Mar 21 10:12:40 2019
+++ pkgsrc/devel/p5-Data-Validate-IP/DESCR      Thu Mar 21 10:12:39 2019
@@ -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).
Index: pkgsrc/devel/p5-Data-Validate-IP/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-Validate-IP/Makefile:1.1
--- /dev/null   Thu Mar 21 10:12:40 2019
+++ pkgsrc/devel/p5-Data-Validate-IP/Makefile   Thu Mar 21 10:12:39 2019
@@ -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"
Index: pkgsrc/devel/p5-Data-Validate-IP/distinfo
diff -u /dev/null pkgsrc/devel/p5-Data-Validate-IP/distinfo:1.1
--- /dev/null   Thu Mar 21 10:12:40 2019
+++ pkgsrc/devel/p5-Data-Validate-IP/distinfo   Thu Mar 21 10:12:39 2019
@@ -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