Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.31 30 Dec 2022 09:06:00 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Params-Validate: Update to 1.31
Changes: https://metacpan.org/dist/Params-Validate/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.30 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.30 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.30 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.30 20 Oct 2020 02:53:34 |
wen |
- Update to 1.30 |
1.29 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) |
1.29 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 |
1.29 12 Jun 2017 10:21:54 |
sunpoet |
Update to 1.29
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.28 06 May 2017 11:14:27 |
sunpoet |
Update to 1.28
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.27 30 Apr 2017 12:00:14 |
sunpoet |
Update to 1.27
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.26 08 Oct 2016 17:12:35 |
adamw |
Update to 1.26 which, at the end of the day, doesn't change
anything. 1.25 switched to MakeMaker, and 1.26 switched back
to Module::Build. |
1.24 15 May 2016 16:13:17 |
sunpoet |
- Update to 1.24
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.23 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.23 27 Mar 2016 17:56:50 |
sunpoet |
- Update to 1.23
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.22 16 Feb 2016 17:37:37 |
adamw |
Update to 1.22.
Changes: https://metacpan.org/changes/distribution/Params-Validate |
1.21 19 Jul 2015 16:36:46 |
sunpoet |
- Update to 1.21
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.20 29 Jun 2015 15:23:11 |
adamw |
Update to 1.20. Remove the pre/post strip chmod as it is no longer
necessary.
Changes: https://metacpan.org/changes/distribution/Params-Validate |
1.19 13 Jun 2015 13:52:56 |
sunpoet |
- Update to 1.19
- Strip shared library
- Sort PLIST
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.18 14 Feb 2015 15:42:28 |
adamw |
Update to 1.18.
Changes: https://metacpan.org/changes/distribution/Params-Validate |
1.17 09 Jan 2015 10:55:03 |
tobez |
Update to 1.17. |
1.16 08 Jan 2015 10:54:08 |
tobez |
Update to 1.16. |
1.13_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 ) |
1.13 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.13 30 Jun 2014 13:28:22 |
jadawin |
- Update to 1.13 |
1.10 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.10 22 May 2014 09:37:26 |
jadawin |
- Update to 1.10 |
1.09 08 May 2014 14:28:43 |
culot |
- Update to 1.09
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.08 31 Oct 2013 06:20:33 |
vanilla |
Support STAGEDIR. |
1.08 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.08 29 Aug 2013 17:29:58 |
sunpoet |
- Remove Author line |
1.08 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
1.08 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.08 10 Jun 2013 11:02:29 |
tobez |
Update to 1.08.
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.07 17 Dec 2012 15:39:36 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
1.07 16 Nov 2012 14:08:35 |
culot |
- Update to 1.07
- Merge checks related to identical ${PERL_LEVEL}
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/Params-Validate/Changes
Feature safe: yes |
1.06 13 Mar 2012 16:15:36 |
pgollucci |
- 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) |
1.06 08 Mar 2012 18:45:38 |
pgollucci |
- 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 |
1.06 11 Feb 2012 02:05:15 |
sunpoet |
- Update to 1.06
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.05 09 Feb 2012 07:46:50 |
sunpoet |
- Update to 1.05
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.04 09 Feb 2012 02:37:01 |
sunpoet |
- Update to 1.04
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.03 08 Feb 2012 05:24:10 |
sunpoet |
- Update to 1.03
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Params-Validate/Changes |
1.00 08 Dec 2011 07:20:47 |
sunpoet |
- Remove unnecessary BUILD_DEPENDS
Feature safe: yes |
1.00 24 Oct 2011 09:11:38 |
dougb |
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 |
1.00 14 Jun 2011 07:19:48 |
bapt |
- update to 1.0
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-1.00/Changes |
0.99 31 May 2011 20:06:57 |
bapt |
- update to 0.99
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.99/Changes |
0.98 28 Apr 2011 06:48:21 |
bapt |
- update to 0.98
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.98/Changes |
0.97 22 Apr 2011 15:41:00 |
bapt |
- update to 0.97
- add license
- changes: http://cpansearch.perl.org/src/DROLSKY/Params-Validate-0.97/Changes |
0.95_3 09 Jul 2010 10:32:09 |
tobez |
Fix dependency. Bump PORTREVISION. Assign maintainer to perl@.
OKed by: previous maintainer via personal communication |
0.95_2 18 Jun 2010 00:34:31 |
leeym |
- simplify dependency
- bump PORTREVISION
PR: ports/147954
Submitted by: leeym
Approved by: maintainer |
0.95_1 15 Jun 2010 11:53:33 |
tobez |
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 |
0.95 06 Jun 2010 20:15:39 |
pgollucci |
- 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 |
0.94 12 Jan 2010 00:49:23 |
pgollucci |
- Update to 0.94
PR: ports/142651
Approved by: dsh@vlink.ru (maintainer)
Submitted by: myself (pgollucci@) |
0.93 15 Dec 2009 21:08:13 |
pgollucci |
- Update to 0.93
PR: ports/141539
Approved by: maintainer
Submitted by: myself (pgollucci@) |
0.92_1 24 Oct 2009 10:01:58 |
leeym |
- fix plist
- bump PORTREVISION
Noticed by: erwin@ |
0.92 22 Oct 2009 09:01:53 |
leeym |
- update to 0.92
PR: 139837
Submitted by: leeym
Reviewed by: maintainer |
0.91 22 Jul 2009 16:27:08 |
pgollucci |
- 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) |
0.91 13 Mar 2009 23:24:52 |
kuriyama |
Upgrade to 0.91
No response from: maintainer (1 month) |
0.89 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.89 16 Feb 2008 16:55:19 |
leeym |
- Update to 0.89
PR: 120726
Submitted by: leeym
Approved by: maintainer |
0.88 08 Sep 2007 00:59:21 |
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 |
0.88 20 Apr 2007 21:07:56 |
miwi |
- Update to 0.88
PR: 111900
Submitted by: miwi
Approved by: maintainer |
0.87 24 Jan 2007 20:59:42 |
miwi |
- Update to 0.87
PR: 108253
Submitted by: miwi
Approved by: maintainer |
0.86 09 Aug 2006 14:16:28 |
clsung |
- Update to 0.86
PR: ports/101698
Submitted by: gslin_AT_gslin dot org
Approved by: maintainer (Denis Shaposhnikov) |
0.85 13 Jun 2006 19:06:54 |
erwin |
Update to 0.85
PR: 98889
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Approved by: maintainer |
0.84 02 Jun 2006 18:17:54 |
aaron |
- 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 ) |
0.82 18 May 2006 08:35:11 |
erwin |
Update to 0.82
PR: 97420
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Reviewed by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
0.78 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.78 28 Nov 2005 17:44:19 |
erwin |
Update to 0.78
PR: 89661
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
0.77 03 May 2005 11:37:33 |
novel |
Update to 0.77
PR: 80573
Submitted by: Denis Shaposhnikov (maintainer) |
0.76 01 Dec 2004 18:01:57 |
mat |
Update to 0.76
Obtained from: maintainer timeout |
0.74 28 Apr 2004 16:51:32 |
mat |
Update to 0.74
Approved by: maintainer timeout |
0.73 30 Mar 2004 13:38:37 |
mat |
Update to 0.73
Approved by: maintainer |
0.72 04 Dec 2003 10:34:27 |
mat |
Update to 0.72
PR: 59635
Submitted by: maintainer |
0.69 05 Nov 2003 12:47:03 |
mat |
Update to 0.69
Approved by: maintainer |
0.67 21 Oct 2003 14:01:50 |
mat |
Update to 0.67
maintainer timeout |
0.65 19 Aug 2003 08:30:51 |
mat |
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 |
0.64 16 Jul 2003 06:31:21 |
daichi |
update devel/p5-Params-Validate: 0.62 -> 0.64
PR: 54532
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) |
0.62 29 Jun 2003 09:41:04 |
demon |
Update to version 0.62. |
0.61 29 Jun 2003 09:39:00 |
demon |
Utilize SITE_PERL, remove redundant MAN3PREFIX assignment. |
0.61 24 Jun 2003 07:58:22 |
demon |
Update to version 0.61.
Maintainer timeout. |
0.54_1 15 May 2003 09:26:22 |
tobez |
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 |
0.54 24 Feb 2003 21:41:13 |
sobomax |
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. |
0.54 23 Feb 2003 06:11:22 |
edwin |
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> |
0.50 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
0.50 13 Feb 2003 01:52:34 |
edwin |
Add dependency on devel/p5-Attribute-Handlers
Notified maintainer |
0.50 27 Jan 2003 14:04:35 |
tobez |
Update to 0.50.
Submitted by: maintainer
PR: 47038 |
0.24 25 Jul 2002 17:05:50 |
pat |
Update to 0.24
PR: ports/40976
Submitted by: maintainer |
0.23 17 Jul 2002 15:28:24 |
pat |
Update to 0.23
PR: ports/40685
Submitted by: maintainer |
0.18 27 Jun 2002 09:37:51 |
tobez |
Update to 0.18.
PR: 39916
Submitted by: maintainer |
20 Apr 2001 15:41:04 |
olgeni |
Update port to version 0.04. |
10 Apr 2001 20:46:03 |
will |
Add p5-Params-Validate 0.03, a perl module to validate method/function
parameters. |