import pear-Validate 0.8.2
This commit is contained in:
parent
c038ac8dcf
commit
d64eb486d0
17
devel/pear-Validate/Makefile
Normal file
17
devel/pear-Validate/Makefile
Normal 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>
|
5
devel/pear-Validate/distinfo
Normal file
5
devel/pear-Validate/distinfo
Normal 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
|
8
devel/pear-Validate/pkg/DESCR
Normal file
8
devel/pear-Validate/pkg/DESCR
Normal 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)
|
||||
|
20
devel/pear-Validate/pkg/PLIST
Normal file
20
devel/pear-Validate/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user