Port details |
- p5-Data-FormValidator Validates user input (usually from an HTML form) based
- 4.88 textproc =7 4.88Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-10-30 11:01:48
- Last Update: 2022-09-08 15:46:38
- Commit Hash: ade2a04
- People watching this port, also watch:: p5-Digest-MD5, p5-Digest-HMAC, p5-libwww, libxml2, p5-Net-SSLeay
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Data-FormValidator
- Description:
- Data::FormValidator's main aim is to make the tedious coding of input
validation expressible in a simple format and to let the programmer focus
on more interesting tasks.
When you are coding a web application one of the most tedious though
crucial tasks is to validate user's input (usually submitted by way of
an HTML form). You have to check that each required fields is present
and that some fields have valid data. (Does the phone input looks like a
phone number? Is that a plausible email address? Is the YY state
valid? etc.) For a simple form, this is not really a problem but as
forms get more complex and you code more of them this task becames
really boring and tedious.
Data::FormValidator lets you define profiles which declare the
required fields and their format. When you are ready to validate the
user's input, you tell Data::FormValidator the profile to apply to the
user data and you get the valid fields, the name of the fields which
are missing. An array is returned listing which fields are valid,
missing, invalid and unknown in this profile.
Seamus Venasse <svenasse@polaris.ca>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-FormValidator>0:textproc/p5-Data-FormValidator
- To install the port:
- cd /usr/ports/textproc/p5-Data-FormValidator/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Data-FormValidator
- pkg install p5-Data-FormValidator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-FormValidator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1504098815
SHA256 (Data-FormValidator-4.88.tar.gz) = c1a539f91c92cbcd8a8d83597ec9a7643fcd8ccf5a94e15382c3765289170066
SIZE (Data-FormValidator-4.88.tar.gz) = 99850
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-CGI>=3.48 : www/p5-CGI
- p5-Date-Calc>=5.0 : devel/p5-Date-Calc
- p5-Email-Valid>=0 : mail/p5-Email-Valid
- p5-File-MMagic>=1.17 : devel/p5-File-MMagic
- p5-Image-Size>=0 : graphics/p5-Image-Size
- p5-MIME-Types>=1.005 : mail/p5-MIME-Types
- p5-Perl6-Junction>=1.10 : devel/p5-Perl6-Junction
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-CGI>=3.48 : www/p5-CGI
- p5-Date-Calc>=5.0 : devel/p5-Date-Calc
- p5-Email-Valid>=0 : mail/p5-Email-Valid
- p5-File-MMagic>=1.17 : devel/p5-File-MMagic
- p5-Image-Size>=0 : graphics/p5-Image-Size
- p5-MIME-Types>=1.005 : mail/p5-MIME-Types
- p5-Perl6-Junction>=1.10 : devel/p5-Perl6-Junction
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-WebForm
- textproc/p5-Data-FormValidator-Constraints-DateTime
- www/p5-CGI-Application-Plugin-ValidateRM
- www/p5-Catalyst-Enzyme
- www/p5-Catalyst-Plugin-FormValidator
- www/p5-Class-DBI-FromForm
- www/p5-Gantry
-
Deleted ports which required this port:
- for Run
-
- databases/p5-DBIx-Class-WebForm
- textproc/p5-Data-FormValidator-Constraints-DateTime
- www/p5-CGI-Application-Plugin-ValidateRM
- www/p5-Catalyst-Enzyme
- www/p5-Catalyst-Plugin-FormValidator
- www/p5-Class-DBI-FromForm
- www/p5-Gantry
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Data-FormValidator
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.88 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
4.88 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
4.88 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.88 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.88 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
4.88 29 Jun 2018 10:10:36 |
mat |
Fix a few Perl ports with Perl 5.28.
Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.
PR: 229112
Reported by: many
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D15946 |
4.88 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
4.88 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
4.88 30 Aug 2017 13:29:36 |
sunpoet |
Update to 4.88
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes |
4.86 27 Mar 2017 11:12:19 |
sunpoet |
Update to 4.86
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes |
4.85 26 Feb 2017 13:57:17 |
sunpoet |
Update to 4.85
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes |
4.83 24 Feb 2017 15:57:38 |
sunpoet |
Update to 4.83
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes |
4.81_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.81_2 13 Mar 2015 17:29:59 |
adamw |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
4.81_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
4.81 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
4.81 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
4.81 23 Aug 2013 13:53:13 |
mat |
Update to 4.81 |
4.80 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
4.80 22 Dec 2012 17:20:23 |
tobez |
Update to 4.80.
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes |
4.70 16 Nov 2011 00:56:18 |
sunpoet |
- Update to 4.70
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes
Feature safe: yes |
4.66 17 May 2011 11:13:00 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
4.66 01 Mar 2010 11:28:09 |
tobez |
Update to 4.66.
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes
Feature safe: yes |
4.65 31 Dec 2009 08:12:02 |
wen |
- Update to 4.65 |
4.63 05 Jan 2009 18:09:22 |
leeym |
- update to 4.63 |
4.61_1 03 Sep 2008 09:01:37 |
leeym |
- fix dependency (add Email::Valid)
- bump PORTREVISION |
4.61 19 Jun 2008 15:27:45 |
mat |
Update to 4.61 |
4.57 25 Dec 2007 00:20:54 |
gabor |
- Update to 4.57 |
4.55 24 Oct 2007 09:13:21 |
clsung |
- Update to 4.55 |
4.51_1 08 Sep 2007 01:06:22 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
4.51_1 16 Aug 2007 22:01:59 |
skv |
Deal with depended ports: @dirrm -> @dirrmtry |
4.51_1 18 Jul 2007 16:35:31 |
erwin |
Add dependency on devel/p5-Perl6-Junction
PR: 114657
Noticed by: Veselin Slavov <vess@slavof.net> |
4.51 16 Jul 2007 15:26:35 |
miwi |
- Update to 4.51 |
4.50 07 Dec 2006 02:20:58 |
leeym |
- update to 4.50 |
4.40 23 Aug 2006 15:00:41 |
mat |
Update to 4.40 |
4.30 14 Jul 2006 01:58:17 |
leeym |
- update to 4.30 |
4.20 15 Jun 2006 09:50:19 |
mat |
Update to 4.20 |
4.14 19 Feb 2006 10:18:54 |
erwin |
Update to 4.14 |
4.13 14 Feb 2006 08:56:12 |
tobez |
Update to 4.13. Since it fails a lot of tests with 5.6.X, require
5.8.X. |
4.12 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
4.12 07 Jan 2006 01:30:23 |
edwin |
Update port: update textproc/p5-Data-FormValidator to v4.12
Update to version 4.12 which fixes the new, failing upload test
PR: ports/91374
Submitted by: hideo <hideo@lastamericanempire.com> |
4.11 06 Jan 2006 04:23:00 |
leeym |
- update to 4.11 |
4.10 24 Dec 2005 10:56:19 |
tobez |
Update to 4.10. |
4.02 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
4.02 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
4.02 23 Sep 2005 11:35:19 |
tobez |
Update to 4.02. Assign maintainer to perl@. |
3.13 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
3.13 20 Sep 2005 14:20:34 |
erwin |
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!
Noticed by: tobez
Approved by: portmgr (self) |
3.13 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.13 10 Feb 2004 18:59:43 |
mat |
Switch to PERL_MODBUILD (so that I don't break INDEX more) |
3.13 16 Nov 2003 16:56:27 |
linimon |
Forced commit to note that I've verified the distinfo. Although the
major version jumps by 2, there were only 6 months' worth of changes;
however, in that time, a significant re-architecting was done. See
the Changes file for the extensive details. |
3.13 15 Nov 2003 09:24:23 |
linimon |
Update to 3.14. PRs: ports/53877, 56541, 58852, and maintainer timeout. |
1.92 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.92 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
1.92 05 Feb 2003 02:58:11 |
edwin |
Updated port: textproc/p5-Data-FormValidator from 1.91 to 1.92
(maintainer update)
PR: ports/47926
Submitted by: Seamus Venasse <svenasse@polaris.ca> |
1.91 12 Nov 2002 16:30:43 |
naddy |
Update to 1.91.
PR: 44899
Submitted by: Seamus Venasse <svenasse@polaris.ca> |
1.11 30 Jun 2002 20:13:32 |
tobez |
Update to 1.11.
PR: 40039
Submitted by: maintainer |
1.10 25 Apr 2002 19:59:04 |
pat |
Update to 1.10
PR: 37438
Submitted by: maintainer |
24 Feb 2002 05:14:51 |
pat |
Update to 1.9 |
20 Feb 2002 08:04:35 |
petef |
Update to 1.8 |
05 Nov 2001 12:41:14 |
tobez |
Update to 1.7. |
30 Oct 2001 14:01:48 |
tobez |
Add p5-Data-FormValidator 1.6, a perl module to validate user input, usually
from an HTML form. |