SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Data-Validate/Makefile
Normal file
16
devel/p5-Data-Validate/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = common perl data validation methods
|
||||
|
||||
DISTNAME = Data-Validate-0.09
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Validate/distinfo
Normal file
2
devel/p5-Data-Validate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Validate-0.09.tar.gz) = /1XEqZOvIDSCdIgG1SEBifTzLhyTn6E9gq0yy8N5x+s=
|
||||
SIZE (Data-Validate-0.09.tar.gz) = 12672
|
5
devel/p5-Data-Validate/pkg/DESCR
Normal file
5
devel/p5-Data-Validate/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module collects common validation routines to make input
|
||||
validation, and untainting easier and more readable. Most of the
|
||||
functions are not much shorter than their direct perl equivalent
|
||||
(and are much longer in some cases), but their names make it clear
|
||||
what you're trying to test for.
|
21
devel/p5-Data-Validate/pkg/PLIST
Normal file
21
devel/p5-Data-Validate/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Validate.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/Data/
|
||||
${P5SITE}/auto/Data/Validate/
|
||||
${P5SITE}/auto/Data/Validate/autosplit.ix
|
||||
${P5SITE}/auto/Data/Validate/is_alphanumeric.al
|
||||
${P5SITE}/auto/Data/Validate/is_between.al
|
||||
${P5SITE}/auto/Data/Validate/is_equal_to.al
|
||||
${P5SITE}/auto/Data/Validate/is_even.al
|
||||
${P5SITE}/auto/Data/Validate/is_greater_than.al
|
||||
${P5SITE}/auto/Data/Validate/is_hex.al
|
||||
${P5SITE}/auto/Data/Validate/is_integer.al
|
||||
${P5SITE}/auto/Data/Validate/is_less_than.al
|
||||
${P5SITE}/auto/Data/Validate/is_numeric.al
|
||||
${P5SITE}/auto/Data/Validate/is_oct.al
|
||||
${P5SITE}/auto/Data/Validate/is_odd.al
|
||||
${P5SITE}/auto/Data/Validate/is_printable.al
|
||||
${P5SITE}/auto/Data/Validate/length_is_between.al
|
||||
${P5SITE}/auto/Data/Validate/new.al
|
||||
@man man/man3p/Data::Validate.3p
|
Loading…
Add table
Add a link
Reference in a new issue