aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Data-FormValidator
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-2/+2
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=381221
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-072-10/+8
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Update to 4.81Mathieu Arnold2013-08-232-3/+3
| | | | Notes: svn path=/head/; revision=325270
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 4.80.Anton Berezin2012-12-222-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Notes: svn path=/head/; revision=309397
* - Update to 4.70Sunpoet Po-Chuan Hsieh2011-11-162-6/+6
| | | | | | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Feature safe: yes Notes: svn path=/head/; revision=285878
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* Update to 4.66.Anton Berezin2010-03-012-5/+6
| | | | | | | | Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Feature safe: yes Notes: svn path=/head/; revision=250457
* - Update to 4.65Wen Heping2009-12-312-4/+4
| | | | Notes: svn path=/head/; revision=246917
* - update to 4.63Yen-Ming Lee2009-01-052-5/+5
| | | | Notes: svn path=/head/; revision=225289
* - fix dependency (add Email::Valid)Yen-Ming Lee2008-09-031-9/+8
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=219735
* Update to 4.61Mathieu Arnold2008-06-192-4/+4
| | | | Notes: svn path=/head/; revision=215289
* - Update to 4.57Gabor Kovesdan2007-12-252-4/+4
| | | | Notes: svn path=/head/; revision=204466
* - Update to 4.55Cheng-Lung Sung2007-10-242-12/+10
| | | | Notes: svn path=/head/; revision=201894
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-9/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Deal with depended ports: @dirrm -> @dirrmtrySergey Skvortsov2007-08-161-2/+2
| | | | Notes: svn path=/head/; revision=197824
* Add dependency on devel/p5-Perl6-JunctionErwin Lansing2007-07-181-1/+3
| | | | | | | | PR: 114657 Noticed by: Veselin Slavov <vess@slavof.net> Notes: svn path=/head/; revision=195863
* - Update to 4.51Martin Wilke2007-07-162-4/+4
| | | | Notes: svn path=/head/; revision=195746
* - update to 4.50Yen-Ming Lee2006-12-072-4/+4
| | | | Notes: svn path=/head/; revision=179076
* Update to 4.40Mathieu Arnold2006-08-232-4/+4
| | | | Notes: svn path=/head/; revision=171279
* - update to 4.30Yen-Ming Lee2006-07-142-4/+4
| | | | Notes: svn path=/head/; revision=167735
* Update to 4.20Mathieu Arnold2006-06-152-4/+4
| | | | Notes: svn path=/head/; revision=165491
* Update to 4.14Erwin Lansing2006-02-192-4/+4
| | | | Notes: svn path=/head/; revision=156383
* Update to 4.13. Since it fails a lot of tests with 5.6.X, requireAnton Berezin2006-02-142-6/+7
| | | | | | | 5.8.X. Notes: svn path=/head/; revision=155987
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update port: update textproc/p5-Data-FormValidator to v4.12Edwin Groothuis2006-01-072-4/+4
| | | | | | | | | | Update to version 4.12 which fixes the new, failing upload test PR: ports/91374 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=152934
* - update to 4.11Yen-Ming Lee2006-01-062-9/+9
| | | | Notes: svn path=/head/; revision=152857
* Update to 4.10.Anton Berezin2005-12-242-4/+4
| | | | Notes: svn path=/head/; revision=151961
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=146850
* Update to 4.02. Assign maintainer to perl@.Anton Berezin2005-09-232-5/+5
| | | | Notes: svn path=/head/; revision=143410
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+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 Notes: svn path=/head/; revision=143304
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-201-1/+1
| | | | | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self) Notes: svn path=/head/; revision=143208
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Switch to PERL_MODBUILD (so that I don't break INDEX more)Mathieu Arnold2004-02-101-2/+1
| | | | Notes: svn path=/head/; revision=100586
* Update to 3.14. PRs: ports/53877, 56541, 58852, and maintainer timeout.Mark Linimon2003-11-153-8/+35
| | | | Notes: svn path=/head/; revision=93997
* utilize SITE_PERLYing-Chieh Liao2003-10-242-6/+5
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Updated port: textproc/p5-Data-FormValidator from 1.91 to 1.92Edwin Groothuis2003-02-052-2/+2
| | | | | | | | | | (maintainer update) PR: ports/47926 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=74749
* Update to 1.91.Christian Weisgerber2002-11-122-2/+2
| | | | | | | | PR: 44899 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=69959
* Update to 1.11.Anton Berezin2002-06-302-2/+2
| | | | | | | | PR: 40039 Submitted by: maintainer Notes: svn path=/head/; revision=62227
* Update to 1.10Patrick Li2002-04-252-3/+3
| | | | | | | | PR: 37438 Submitted by: maintainer Notes: svn path=/head/; revision=58129
* Update to 1.9Patrick Li2002-02-242-2/+2
| | | | | | | | PR: 35263 Submitted by: maintainer Notes: svn path=/head/; revision=55159
* Update to 1.8Pete Fritchman2002-02-202-2/+2
| | | | | | | | PR: 34973 Submitted by: maintainer Notes: svn path=/head/; revision=54960
* Update to 1.7.Anton Berezin2001-11-052-2/+2
| | | | | | | | PR: 31758 Submitted by: maintainer Notes: svn path=/head/; revision=49598
* Add p5-Data-FormValidator 1.6, a perl module to validate user input,Anton Berezin2001-10-305-0/+52
usually from an HTML form. PR: 31563 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=49384