notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Data-FormValidator Validates user input (usually from an HTML form) based
4.88 textproc on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.88Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
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-Crypt-CBC, p5-Time-HiRes, pcre
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>
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Data-FormValidator-4.88/catalog.mk
  2. /usr/local/share/licenses/p5-Data-FormValidator-4.88/LICENSE
  3. /usr/local/share/licenses/p5-Data-FormValidator-4.88/ART10
  4. /usr/local/share/licenses/p5-Data-FormValidator-4.88/GPLv1+
  5. lib/perl5/site_perl/Data/FormValidator.pm
  6. lib/perl5/site_perl/Data/FormValidator/Constraints.pm
  7. lib/perl5/site_perl/Data/FormValidator/Constraints/Dates.pm
  8. lib/perl5/site_perl/Data/FormValidator/Constraints/Upload.pm
  9. lib/perl5/site_perl/Data/FormValidator/ConstraintsFactory.pm
  10. lib/perl5/site_perl/Data/FormValidator/Filters.pm
  11. lib/perl5/site_perl/Data/FormValidator/Results.pm
  12. lib/perl5/site_perl/man/man3/Data::FormValidator.3.gz
  13. lib/perl5/site_perl/man/man3/Data::FormValidator::Constraints.3.gz
  14. lib/perl5/site_perl/man/man3/Data::FormValidator::Constraints::Dates.3.gz
  15. lib/perl5/site_perl/man/man3/Data::FormValidator::Constraints::Upload.3.gz
  16. lib/perl5/site_perl/man/man3/Data::FormValidator::ConstraintsFactory.3.gz
  17. lib/perl5/site_perl/man/man3/Data::FormValidator::Filters.3.gz
  18. lib/perl5/site_perl/man/man3/Data::FormValidator::Results.3.gz
  19. @owner
  20. @group
  21. @mode
Collapse this list.
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):
p5-Data-FormValidator
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.884.884.884.884.88-4.88-
FreeBSD:13:quarterly4.884.884.884.884.884.884.884.88
FreeBSD:14:latest4.884.884.884.884.884.88-4.88
FreeBSD:14:quarterly4.884.88-4.884.884.884.884.88
FreeBSD:15:latest4.884.88n/a4.88n/a4.884.884.88
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-CGI>=3.48 : www/p5-CGI
  2. p5-Date-Calc>=5.0 : devel/p5-Date-Calc
  3. p5-Email-Valid>=0 : mail/p5-Email-Valid
  4. p5-File-MMagic>=1.17 : devel/p5-File-MMagic
  5. p5-Image-Size>=0 : graphics/p5-Image-Size
  6. p5-MIME-Types>=1.005 : mail/p5-MIME-Types
  7. p5-Perl6-Junction>=1.10 : devel/p5-Perl6-Junction
  8. p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
  9. perl5>=5.32.r0<5.33 : lang/perl5.32
  10. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-CGI>=3.48 : www/p5-CGI
  2. p5-Date-Calc>=5.0 : devel/p5-Date-Calc
  3. p5-Email-Valid>=0 : mail/p5-Email-Valid
  4. p5-File-MMagic>=1.17 : devel/p5-File-MMagic
  5. p5-Image-Size>=0 : graphics/p5-Image-Size
  6. p5-MIME-Types>=1.005 : mail/p5-MIME-Types
  7. p5-Perl6-Junction>=1.10 : devel/p5-Perl6-Junction
  8. p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
  9. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. databases/p5-DBIx-Class-WebForm
  2. textproc/p5-Data-FormValidator-Constraints-DateTime
  3. www/p5-CGI-Application-Plugin-ValidateRM
  4. www/p5-Catalyst-Enzyme
  5. www/p5-Catalyst-Plugin-FormValidator
  6. www/p5-Class-DBI-FromForm
  7. www/p5-Gantry
Expand this list (9 items / 2 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/p5-HTML-Template-Associate
  3. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/htmlobject*
  2. Collapse this list of deleted ports.
for Run
  1. databases/p5-DBIx-Class-WebForm
  2. textproc/p5-Data-FormValidator-Constraints-DateTime
  3. www/p5-CGI-Application-Plugin-ValidateRM
  4. www/p5-Catalyst-Enzyme
  5. www/p5-Catalyst-Plugin-FormValidator
  6. www/p5-Class-DBI-FromForm
  7. www/p5-Gantry
Expand this list (8 items / 1 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/p5-HTML-Template-Associate
  3. Collapse this list.

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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Data/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Data/
  7. http://backpan.perl.org/modules/by-module/Data/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Data/
  12. https://www.cpan.org/modules/by-module/Data/
Collapse this list.

Number of commits found: 62

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.88
08 Sep 2022 15:46:38
commit hash: ade2a047e0eb835f7f42682496614cfd259757eacommit hash: ade2a047e0eb835f7f42682496614cfd259757eacommit hash: ade2a047e0eb835f7f42682496614cfd259757eacommit hash: ade2a047e0eb835f7f42682496614cfd259757ea files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW lines that have been moved into Makefiles

Approved by:	portmgr (implicit)
4.88
08 Sep 2022 15:43:21
commit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216fcommit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216fcommit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216fcommit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216f files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
4.88
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.88
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
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
Revision:473539Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
4.88
30 Aug 2017 13:29:36
Revision:448980Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.88

Changes:	http://search.cpan.org/dist/Data-FormValidator/Changes
4.86
27 Mar 2017 11:12:19
Revision:437030Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.86

Changes:	http://search.cpan.org/dist/Data-FormValidator/Changes
4.85
26 Feb 2017 13:57:17
Revision:434875Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.85

Changes:	http://search.cpan.org/dist/Data-FormValidator/Changes
4.83
24 Feb 2017 15:57:38
Revision:434726Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:381221Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
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
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
4.81
07 Nov 2013 03:52:42
Revision:333056Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
4.81
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
4.81
23 Aug 2013 13:53:13
Revision:325270Original commit files touched by this commit
mat search for other commits by this committer
Update to 4.81
4.80
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- 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
Revision:309397Original commit files touched by this commit
tobez search for other commits by this committer
Update to 4.80.

Changes: http://search.cpan.org/dist/Data-FormValidator/Changes
4.70
16 Nov 2011 00:56:18
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports

Approved by:    erwin@ (portmgr)
4.66
01 Mar 2010 11:28:09
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 4.66.

Changes:        http://search.cpan.org/dist/Data-FormValidator/Changes
Feature safe:   yes
4.65
31 Dec 2009 08:12:02
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 4.65
4.63
05 Jan 2009 18:09:22
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 4.63
4.61_1
03 Sep 2008 09:01:37
Original commit files touched by this commit
leeym search for other commits by this committer
- fix dependency (add Email::Valid)
- bump PORTREVISION
4.61
19 Jun 2008 15:27:45
Original commit files touched by this commit
mat search for other commits by this committer
Update to 4.61
4.57
25 Dec 2007 00:20:54
Original commit files touched by this commit
gabor search for other commits by this committer
- Update to 4.57
4.55
24 Oct 2007 09:13:21
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 4.55
4.51_1
08 Sep 2007 01:06:22
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
skv search for other commits by this committer
Deal with depended ports: @dirrm -> @dirrmtry
4.51_1
18 Jul 2007 16:35:31
Original commit files touched by this commit
erwin search for other commits by this committer
Add dependency on devel/p5-Perl6-Junction

PR:             114657
Noticed by:     Veselin Slavov <vess@slavof.net>
4.51
16 Jul 2007 15:26:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 4.51
4.50
07 Dec 2006 02:20:58
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 4.50
4.40
23 Aug 2006 15:00:41
Original commit files touched by this commit
mat search for other commits by this committer
Update to 4.40
4.30
14 Jul 2006 01:58:17
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 4.30
4.20
15 Jun 2006 09:50:19
Original commit files touched by this commit
mat search for other commits by this committer
Update to 4.20
4.14
19 Feb 2006 10:18:54
Original commit files touched by this commit
erwin search for other commits by this committer
Update to 4.14
4.13
14 Feb 2006 08:56:12
Original commit files touched by this commit
tobez search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 4.11
4.10
24 Dec 2005 10:56:19
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 4.10.
4.02
14 Nov 2005 15:05:17
Original commit files touched by this commit
mat search for other commits by this committer
Take a perl@ hat and add SHA256 checksums
4.02
31 Oct 2005 18:24:21
Original commit files touched by this commit
erwin search for other commits by this committer
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
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 4.02.  Assign maintainer to perl@.
3.13
21 Sep 2005 19:31:43
Original commit files touched by this commit
fenner search for other commits by this committer
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
Original commit files touched by this commit
erwin search for other commits by this committer
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
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
3.13
10 Feb 2004 18:59:43
Original commit files touched by this commit
mat search for other commits by this committer
Switch to PERL_MODBUILD (so that I don't break INDEX more)
3.13
16 Nov 2003 16:56:27
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
Update to 3.14.  PRs: ports/53877, 56541, 58852, and maintainer timeout.
1.92
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
1.92
21 Feb 2003 13:42:50
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.92
05 Feb 2003 02:58:11
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
naddy search for other commits by this committer
Update to 1.91.

PR:             44899
Submitted by:   Seamus Venasse <svenasse@polaris.ca>
1.11
30 Jun 2002 20:13:32
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.11.

PR:             40039
Submitted by:   maintainer
1.10
25 Apr 2002 19:59:04
Original commit files touched by this commit
pat search for other commits by this committer
Update to 1.10

PR:             37438
Submitted by:   maintainer
24 Feb 2002 05:14:51
commit hash: fp1.25142@dev.null.freshports.orgcommit hash: fp1.25142@dev.null.freshports.orgcommit hash: fp1.25142@dev.null.freshports.orgcommit hash: fp1.25142@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Update to 1.9    
20 Feb 2002 08:04:35
commit hash: fp1.24964@dev.null.freshports.orgcommit hash: fp1.24964@dev.null.freshports.orgcommit hash: fp1.24964@dev.null.freshports.orgcommit hash: fp1.24964@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
Update to 1.8    
05 Nov 2001 12:41:14
commit hash: fp1.20423@dev.null.freshports.orgcommit hash: fp1.20423@dev.null.freshports.orgcommit hash: fp1.20423@dev.null.freshports.orgcommit hash: fp1.20423@dev.null.freshports.org files touched by this commit
tobez search for other commits by this committer
Update to 1.7.    
30 Oct 2001 14:01:48
commit hash: fp1.20240@dev.null.freshports.orgcommit hash: fp1.20240@dev.null.freshports.orgcommit hash: fp1.20240@dev.null.freshports.orgcommit hash: fp1.20240@dev.null.freshports.org files touched by this commit
tobez search for other commits by this committer
Add p5-Data-FormValidator 1.6, a perl module to validate user input,   usually
from an HTML form.    

Number of commits found: 62