SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/p5-Data-FormValidator/pkg/DESCR
Normal file
9
devel/p5-Data-FormValidator/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
Data::FormValidator's main aim is to make input validation expressible
|
||||
in a simple format.
|
||||
|
||||
Data::FormValidator lets you define profiles which declare the
|
||||
required and optional fields and any constraints they might have.
|
||||
|
||||
The results are provided as an object which makes it easy to handle
|
||||
missing and invalid results, return error messages about which
|
||||
constraints failed, or process the resulting valid data.
|
17
devel/p5-Data-FormValidator/pkg/PLIST
Normal file
17
devel/p5-Data-FormValidator/pkg/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/FormValidator/
|
||||
${P5SITE}/Data/FormValidator.pm
|
||||
${P5SITE}/Data/FormValidator/Constraints/
|
||||
${P5SITE}/Data/FormValidator/Constraints.pm
|
||||
${P5SITE}/Data/FormValidator/Constraints/Dates.pm
|
||||
${P5SITE}/Data/FormValidator/Constraints/Upload.pm
|
||||
${P5SITE}/Data/FormValidator/ConstraintsFactory.pm
|
||||
${P5SITE}/Data/FormValidator/Filters.pm
|
||||
${P5SITE}/Data/FormValidator/Results.pm
|
||||
@man man/man3p/Data::FormValidator.3p
|
||||
@man man/man3p/Data::FormValidator::Constraints.3p
|
||||
@man man/man3p/Data::FormValidator::Constraints::Dates.3p
|
||||
@man man/man3p/Data::FormValidator::Constraints::Upload.3p
|
||||
@man man/man3p/Data::FormValidator::ConstraintsFactory.3p
|
||||
@man man/man3p/Data::FormValidator::Filters.3p
|
||||
@man man/man3p/Data::FormValidator::Results.3p
|
Loading…
Add table
Add a link
Reference in a new issue