FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 9:35 PM BST
Port details
p5-Params-Validate 1.06 devel on this many watch lists=55 search for ports that depend on this port
Validate method/function parameters
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Apr 2001 16:46:03
Also Listed In: perl5
License: ART20


The Params::Validate module allows you to validate method or function
call parameters to an arbitrary level of specificity.  At the simplest
level, it is capable of validating the required parameters were given
and that no unspecified additional parameters were passed in. It is
also capable of determining that a parameter is of a specific type,
that it is an object of a certain class hierarchy, that it possesses
certain methods, or applying validation callbacks to arguments.

Author: Dave Rolsky, <autarch@urth.org>
        Ilya Martynov <ilya@martynov.org>

WWW: http://search.cpan.org/dist/Params-Validate/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-Module-Implementation, devel/p5-Attribute-Handlers, devel/p5-Module-Build, lang/perl5.8
Required To Run: devel/p5-Module-Implementation, devel/p5-Attribute-Handlers, lang/perl5.8

Required by:
for Build

for Run

To install the port: cd /usr/ports/devel/p5-Params-Validate/ && make install clean
To add the package: pkg_add -r p5-Params-Validate


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Params/
http://www.cpan.dk/modules/by-module/Params/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Params/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Params/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Params/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Params/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Params/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Params/
http://at.cpan.org/modules/by-module/Params/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Params/
http://backpan.perl.org/modules/by-module/Params/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Params/
http://cpan.nctu.edu.tw/modules/by-module/Params/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Params/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 56

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Mar 2012 16:15:36
Original commit files touched by this commit  1.06
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  1.06
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
11 Feb 2012 02:05:15
Original commit files touched by this commit  1.06
sunpoet search for other commits by this committer
- Update to 1.06

Changes:        http://search.cpan.org/dist/Params-Validate/Changes
09 Feb 2012 07:46:50
Original commit files touched by this commit  1.05
sunpoet search for other commits by this committer
- Update to 1.05

Changes:        http://search.cpan.org/dist/Params-Validate/Changes
09 Feb 2012 02:37:01
Original commit files touched by this commit  1.04
sunpoet search for other commits by this committer
- Update to 1.04

Changes:        http://search.cpan.org/dist/Params-Validate/Changes
08 Feb 2012 05:24:10
Original commit files touched by this commit  1.03
sunpoet search for other commits by this committer
- Update to 1.03
- Add TEST_DEPENDS

Changes:        http://search.cpan.org/dist/Params-Validate/Changes
08 Dec 2011 07:20:47
Original commit files touched by this commit  1.00
sunpoet search for other commits by this committer
- Remove unnecessary BUILD_DEPENDS

Feature safe:   yes
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.00
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
14 Jun 2011 07:19:48
Original commit files touched by this commit  1.00
bapt search for other commits by this committer
- update to 1.0
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-1.00/Changes
31 May 2011 20:06:57
Original commit files touched by this commit  0.99
bapt search for other commits by this committer
- update to 0.99
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.99/Changes
28 Apr 2011 06:48:21
Original commit files touched by this commit  0.98
bapt search for other commits by this committer
- update to 0.98
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.98/Changes
22 Apr 2011 15:41:00
Original commit files touched by this commit  0.97
bapt search for other commits by this committer
- update to 0.97
- add license
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.97/Changes
09 Jul 2010 10:32:09
Original commit files touched by this commit  0.95_3
tobez search for other commits by this committer
Fix dependency.  Bump PORTREVISION.  Assign maintainer to perl@.

OKed by:        previous maintainer via personal communication
18 Jun 2010 00:34:31
Original commit files touched by this commit  0.95_2
leeym search for other commits by this committer
- simplify dependency
- bump PORTREVISION

PR:             ports/147954
Submitted by:   leeym
Approved by:    maintainer
15 Jun 2010 11:53:33
Original commit files touched by this commit  0.95_1
tobez search for other commits by this committer
Fix dependencies.  Bump PORTREVISION.

The commit differs from the version submitted by maintainer
in that it also adds RUN_DEPENDS and bumps PORTREVISION.

Submitted by:   maintainer
06 Jun 2010 20:15:39
Original commit files touched by this commit  0.95
pgollucci search for other commits by this committer
- Update to 0.95

PR:             ports/147375
Approved by:    dsh@vlink.ru (maintainer)
Submitted by:   myself (pgollucci@)
Changes:        http://search.cpan.org/dist/Params-Validate/Changes
12 Jan 2010 00:49:23
Original commit files touched by this commit  0.94
pgollucci search for other commits by this committer
- Update to 0.94

PR:             ports/142651
Approved by:    dsh@vlink.ru (maintainer)
Submitted by:   myself (pgollucci@)
15 Dec 2009 21:08:13
Original commit files touched by this commit  0.93
pgollucci search for other commits by this committer
- Update to 0.93

PR:             ports/141539
Approved by:     maintainer
Submitted by:   myself (pgollucci@)
24 Oct 2009 10:01:58
Original commit files touched by this commit  0.92_1
leeym search for other commits by this committer
- fix plist
- bump PORTREVISION

Noticed by:     erwin@
22 Oct 2009 09:01:53
Original commit files touched by this commit  0.92
leeym search for other commits by this committer
- update to 0.92

PR:             139837
Submitted by:   leeym
Reviewed by:    maintainer
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.91
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
13 Mar 2009 23:24:52
Original commit files touched by this commit  0.91
kuriyama search for other commits by this committer
Upgrade to 0.91

No response from:       maintainer (1 month)
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.89
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${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)
16 Feb 2008 16:55:19
Original commit files touched by this commit  0.89
leeym search for other commits by this committer
- Update to 0.89

PR:             120726
Submitted by:   leeym
Approved by:    maintainer
08 Sep 2007 00:59:21
Original commit files touched by this commit  0.88
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
20 Apr 2007 21:07:56
Original commit files touched by this commit  0.88
miwi search for other commits by this committer
- Update to 0.88

PR:             111900
Submitted by:   miwi
Approved by:    maintainer
24 Jan 2007 20:59:42
Original commit files touched by this commit  0.87
miwi search for other commits by this committer
- Update to 0.87

PR:             108253
Submitted by:   miwi
Approved by:    maintainer
09 Aug 2006 14:16:28
Original commit files touched by this commit  0.86
clsung search for other commits by this committer
- Update to 0.86

PR:             ports/101698
Submitted by:   gslin_AT_gslin dot org
Approved by:    maintainer (Denis Shaposhnikov)
13 Jun 2006 19:06:54
Original commit files touched by this commit  0.85
erwin search for other commits by this committer
Update to 0.85

PR:             98889
Submitted by:   Christopher Boumenot <boumenot@gmail.com>
Approved by:    maintainer
02 Jun 2006 18:17:54
Original commit files touched by this commit  0.84
aaron search for other commits by this committer
- Update from v0.82 to v0.84

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
18 May 2006 08:35:11
Original commit files touched by this commit  0.82
erwin search for other commits by this committer
Update to 0.82

PR:             97420
Submitted by:   Christopher Boumenot <boumenot@gmail.com>
Reviewed by:    Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.78
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)
28 Nov 2005 17:44:19
Original commit files touched by this commit  0.78
erwin search for other commits by this committer
Update to 0.78

PR:             89661
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
03 May 2005 11:37:33
Original commit files touched by this commit  0.77
novel search for other commits by this committer
Update to 0.77

PR:             80573
Submitted by:   Denis Shaposhnikov (maintainer)
01 Dec 2004 18:01:57
Original commit files touched by this commit  0.76
mat search for other commits by this committer
Update to 0.76

Obtained from:  maintainer timeout
28 Apr 2004 16:51:32
Original commit files touched by this commit  0.74
mat search for other commits by this committer
Update to 0.74

Approved by:    maintainer timeout
30 Mar 2004 13:38:37
Original commit files touched by this commit  0.73
mat search for other commits by this committer
Update to 0.73

Approved by:    maintainer
04 Dec 2003 10:34:27
Original commit files touched by this commit  0.72
mat search for other commits by this committer
Update to 0.72

PR:             59635
Submitted by:   maintainer
05 Nov 2003 12:47:03
Original commit files touched by this commit  0.69
mat search for other commits by this committer
Update to 0.69

Approved by:    maintainer
21 Oct 2003 14:01:50
Original commit files touched by this commit  0.67
mat search for other commits by this committer
Update to 0.67
maintainer timeout
19 Aug 2003 08:30:51
Original commit files touched by this commit  0.65
mat search for other commits by this committer
Update to 0.65

* 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
16 Jul 2003 06:31:21
Original commit files touched by this commit  0.64
daichi search for other commits by this committer
update devel/p5-Params-Validate: 0.62 -> 0.64

PR:             54532
Submitted by:   Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
29 Jun 2003 09:41:04
Original commit files touched by this commit  0.62
demon search for other commits by this committer
Update to version 0.62.
29 Jun 2003 09:39:00
Original commit files touched by this commit  0.61
demon search for other commits by this committer
Utilize SITE_PERL, remove redundant MAN3PREFIX assignment.
24 Jun 2003 07:58:22
Original commit files touched by this commit  0.61
demon search for other commits by this committer
Update to version 0.61.

Maintainer timeout.
15 May 2003 09:26:22
Original commit files touched by this commit  0.54_1
tobez search for other commits by this committer
p5-Params-Validate has an extra module, Attribute::Params::Validate,
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
24 Feb 2003 21:41:13
Original commit files touched by this commit  0.54
sobomax search for other commits by this committer
If perl-5.8.0 is the main perl istalled don't depend on modules already in
the base distribution.

Sponsored by:   Porta Software Ltd.
23 Feb 2003 06:11:22
Original commit files touched by this commit  0.54
edwin search for other commits by this committer
Maintainer update:

        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>
21 Feb 2003 11:23:04
Original commit files touched by this commit  0.50
knu search for other commits by this committer
De-pkg-comment.
13 Feb 2003 01:52:34
Original commit files touched by this commit  0.50
edwin search for other commits by this committer
Add dependency on devel/p5-Attribute-Handlers
Notified maintainer
27 Jan 2003 14:04:35
Original commit files touched by this commit  0.50
tobez search for other commits by this committer
Update to 0.50.

Submitted by:   maintainer
PR:             47038
25 Jul 2002 17:05:50
Original commit files touched by this commit  0.24
pat search for other commits by this committer
Update to 0.24

PR:             ports/40976
Submitted by:   maintainer
17 Jul 2002 15:28:24
Original commit files touched by this commit  0.23
pat search for other commits by this committer
Update to 0.23

PR:             ports/40685
Submitted by:   maintainer
27 Jun 2002 09:37:51
Original commit files touched by this commit  0.18
tobez search for other commits by this committer
Update to 0.18.

PR:             39916
Submitted by:   maintainer
20 Apr 2001 15:41:04
files touched by this commit
olgeni search for other commits by this committer
Update port to version 0.04.    
10 Apr 2001 20:46:03
files touched by this commit
will search for other commits by this committer
Add p5-Params-Validate 0.03, a perl module to validate method/function  
parameters.    

Number of commits found: 56

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.218 seconds.