import pear-Validate 0.8.2

This commit is contained in:
jasper 2009-11-18 18:59:42 +00:00
parent c038ac8dcf
commit d64eb486d0
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/18 18:59:42 jasper Exp $
COMMENT= validation class
DISTNAME= Validate-0.8.2
PKGNAME= pear-${DISTNAME}
CATEGORIES= devel
MODULES= www/pear
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Validate-0.8.2.tgz) = dp38wymuf0L52HT8e67EoQ==
RMD160 (Validate-0.8.2.tgz) = F4aEoeY8bZsp3gNjQDyMS2nqSds=
SHA1 (Validate-0.8.2.tgz) = etYaaUNPmBqakFgME5dKh+BUhzY=
SHA256 (Validate-0.8.2.tgz) = mAnjtMPR75CJV+jtAHI1BstyKeZmq2ji4zcZaoDt3uk=
SIZE (Validate-0.8.2.tgz) = 20332

View File

@ -0,0 +1,8 @@
Package to validate various datas. It includes :
- numbers (min/max, decimal or not)
- email (syntax, domain check, rfc822)
- string (predifined type alpha upper and/or lowercase, numeric,...)
- date (min, max, rfc822 compliant)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)

View File

@ -0,0 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 18:59:42 jasper Exp $
@group daemon
lib/
lib/php/
pear/doc/
pear/doc/Validate/
pear/doc/Validate/LICENSE
pear/doc/Validate/docs/
pear/doc/Validate/docs/Example_Locale.php
pear/doc/Validate/docs/sample_multiple.php
pear/lib/.registry/validate.reg
pear/lib/Validate.php
pear/tests/Validate/
pear/tests/Validate/tests/
pear/tests/Validate/tests/email.phpt
pear/tests/Validate/tests/multicard.phpt
pear/tests/Validate/tests/multiple.phpt
pear/tests/Validate/tests/number.phpt
pear/tests/Validate/tests/testdate.phpt
pear/tests/Validate/tests/uri.phpt