aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.0Baptiste Daroussin2011-06-142-5/+5
| | | | | | | - changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-1.00/Changes Notes: svn path=/head/; revision=275535
* - update to 0.99Baptiste Daroussin2011-05-312-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.99/Changes Notes: svn path=/head/; revision=274893
* - update to 0.98Baptiste Daroussin2011-04-282-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.98/Changes Notes: svn path=/head/; revision=273287
* - update to 0.97Baptiste Daroussin2011-04-222-5/+5
| | | | | | | | - add license - changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.97/Changes Notes: svn path=/head/; revision=273055
* Fix dependency. Bump PORTREVISION. Assign maintainer to perl@.Anton Berezin2010-07-091-2/+4
| | | | | | | OKed by: previous maintainer via personal communication Notes: svn path=/head/; revision=257552
* - simplify dependencyYen-Ming Lee2010-06-181-6/+9
| | | | | | | | | | | - bump PORTREVISION PR: ports/147954 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=256637
* Fix dependencies. Bump PORTREVISION.Anton Berezin2010-06-151-0/+5
| | | | | | | | | | The commit differs from the version submitted by maintainer in that it also adds RUN_DEPENDS and bumps PORTREVISION. Submitted by: maintainer Notes: svn path=/head/; revision=256548
* - Update to 0.95Philip M. Gollucci2010-06-062-4/+4
| | | | | | | | | | PR: ports/147375 Approved by: dsh@vlink.ru (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/dist/Params-Validate/Changes Notes: svn path=/head/; revision=255937
* - Update to 0.94Philip M. Gollucci2010-01-123-14/+14
| | | | | | | | | PR: ports/142651 Approved by: dsh@vlink.ru (maintainer) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=247650
* - Update to 0.93Philip M. Gollucci2009-12-152-5/+4
| | | | | | | | | PR: ports/141539 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=245922
* - fix plistYen-Ming Lee2009-10-242-0/+2
| | | | | | | | | - bump PORTREVISION Noticed by: erwin@ Notes: svn path=/head/; revision=243254
* - update to 0.92Yen-Ming Lee2009-10-223-14/+12
| | | | | | | | | PR: 139837 Submitted by: leeym Reviewed by: maintainer Notes: svn path=/head/; revision=243207
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Upgrade to 0.91Jun Kuriyama2009-03-132-4/+4
| | | | | | | No response from: maintainer (1 month) Notes: svn path=/head/; revision=230013
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 0.89Yen-Ming Lee2008-02-162-4/+4
| | | | | | | | | PR: 120726 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=207336
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.88Martin Wilke2007-04-202-4/+4
| | | | | | | | | PR: 111900 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=190489
* - Update to 0.87Martin Wilke2007-01-242-4/+4
| | | | | | | | | PR: 108253 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=183202
* - Update to 0.86Cheng-Lung Sung2006-08-092-4/+4
| | | | | | | | | PR: ports/101698 Submitted by: gslin_AT_gslin dot org Approved by: maintainer (Denis Shaposhnikov) Notes: svn path=/head/; revision=170202
* Update to 0.85Erwin Lansing2006-06-132-4/+4
| | | | | | | | | PR: 98889 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=165334
* - Update from v0.82 to v0.84Aaron Dalton2006-06-023-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.84 May29, 2006 - The XS version of the code used Carp::croak to report failures, while the Perl version used Carp::confess. The module has always been documented as using confess, so now the XS version uses this. - The new compiler detection code always returned false if you didn't have ExtUtils::CBuilder installed. 0.83 May 28, 2006 - Change how C compiler detection is done in the Makefile.PL so it does not rely on having make on the system. The new way should work on (most?) Unix and Win32 systems. Suggested by David Golden. See RT 18969 (for DateTime.pm, but equally applicable to this module). Will hopefully fix RT 17644. - Previously, if a parameter was undefined, regex checks for that parameter always failed. However, it's quite possible for a regex to successfully match an undefined value (qr/^$/, for example). Now the code treats undef as an empty string ('') in regex checks. Reported by Duncan Salada. PR: ports/98304 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) Notes: svn path=/head/; revision=164233
* Update to 0.82Erwin Lansing2006-05-182-4/+4
| | | | | | | | | PR: 97420 Submitted by: Christopher Boumenot <boumenot@gmail.com> Reviewed by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=162698
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Update to 0.78Erwin Lansing2005-11-282-3/+4
| | | | | | | | PR: 89661 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=149809
* Update to 0.77Roman Bogorodskiy2005-05-032-3/+3
| | | | | | | | PR: 80573 Submitted by: Denis Shaposhnikov (maintainer) Notes: svn path=/head/; revision=134549
* Update to 0.76Mathieu Arnold2004-12-012-3/+3
| | | | | | | Obtained from: maintainer timeout Notes: svn path=/head/; revision=122910
* Update to 0.74Mathieu Arnold2004-04-282-3/+3
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=107826
* Update to 0.73Mathieu Arnold2004-03-302-2/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=105698
* Update to 0.72Mathieu Arnold2003-12-042-2/+2
| | | | | | | | PR: 59635 Submitted by: maintainer Notes: svn path=/head/; revision=94943
* Update to 0.69Mathieu Arnold2003-11-052-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=93133
* Update to 0.67Mathieu Arnold2003-10-212-4/+4
| | | | | | | maintainer timeout Notes: svn path=/head/; revision=91817
* Update to 0.65Mathieu Arnold2003-08-193-4/+4
| | | | | | | | | | | | * It is now possible to turn validation on and off at runtime. To make this easier, it can be set via the PERL_NO_VALIDATION environment variable, or the $Params::Validate::NO_VALIDATION global variable. Go ahead, shoot yourself in the foot with it! Approved by: demon (mentor), maintainer Notes: svn path=/head/; revision=87274
* update devel/p5-Params-Validate: 0.62 -> 0.64Daichi GOTO2003-07-163-2/+4
| | | | | | | | PR: 54532 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) Notes: svn path=/head/; revision=84968
* Update to version 0.62.Dmitry Sivachenko2003-06-292-2/+2
| | | | Notes: svn path=/head/; revision=83813
* Utilize SITE_PERL, remove redundant MAN3PREFIX assignment.Dmitry Sivachenko2003-06-292-13/+12
| | | | Notes: svn path=/head/; revision=83812
* Update to version 0.61.Dmitry Sivachenko2003-06-242-3/+2
| | | | | | | Maintainer timeout. Notes: svn path=/head/; revision=83515
* p5-Params-Validate has an extra module, Attribute::Params::Validate,Anton Berezin2003-05-151-8/+2
| | | | | | | | | | | | which uses Attribute::Handlers, which requires perl 5.6 or above. This is an add-on functionality which is not necessary for main module operation. Make this port work with all supported Perls. PR: 51652 Approved by: maintainer Notes: svn path=/head/; revision=81021
* If perl-5.8.0 is the main perl istalled don't depend on modules already inMaxim Sobolev2003-02-241-3/+4
| | | | | | | | | the base distribution. Sponsored by: Porta Software Ltd. Notes: svn path=/head/; revision=76423
* Maintainer update:Edwin Groothuis2003-02-232-3/+13
| | | | | | | | | | | | | | | | | | | | | Mark IGNORE because of dependency on p5-Attribute-Handlers vendor update to 0.54: - Something around test 5 in 06-options.t appear to cause Perl to die/segfault/something under 5.6.0. These tests will be skipped with 5.6.0 in the future. Reported by Christian Schaffner. - When testing for a compiler, use nmake on Win32. Implemented by Ronald Hill. - Added regex validation option. - Added copyright info to each source file. Added LICENSE file to distro. PR: ports/48524 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=76227
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Add dependency on devel/p5-Attribute-HandlersEdwin Groothuis2003-02-131-0/+3
| | | | | | | Notified maintainer Notes: svn path=/head/; revision=75425
* Update to 0.50.Anton Berezin2003-01-273-8/+13
| | | | | | | | Submitted by: maintainer PR: 47038 Notes: svn path=/head/; revision=74082
* Update to 0.24Patrick Li2002-07-252-2/+2
| | | | | | | | PR: ports/40976 Submitted by: maintainer Notes: svn path=/head/; revision=63542
* Update to 0.23Patrick Li2002-07-172-2/+2
| | | | | | | | PR: ports/40685 Submitted by: maintainer Notes: svn path=/head/; revision=63137
* Update to 0.18.Anton Berezin2002-06-273-6/+7
| | | | | | | | PR: 39916 Submitted by: maintainer Notes: svn path=/head/; revision=62084
* Update port to version 0.04.Jimmy Olgeni2001-04-202-2/+2
| | | | | | | | PR: 26724 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=41725
* Add p5-Params-Validate 0.03, a perl module to validate method/functionWill Andrews2001-04-105-0/+38
parameters. PR: 26477 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Notes: svn path=/head/; revision=41218