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).
This commit is contained in:
parent
9092e63feb
commit
2b61121165
3 changed files with 28 additions and 0 deletions
4
devel/p5-Data-Validate-IP/DESCR
Normal file
4
devel/p5-Data-Validate-IP/DESCR
Normal file
|
@ -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).
|
18
devel/p5-Data-Validate-IP/Makefile
Normal file
18
devel/p5-Data-Validate-IP/Makefile
Normal file
|
@ -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
|
||||
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"
|
6
devel/p5-Data-Validate-IP/distinfo
Normal file
6
devel/p5-Data-Validate-IP/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue