Path to this page:
./
devel/p5-File-Find-Rule,
Alternative interface to File::Find
Branch: CURRENT,
Version: 0.32nb1,
Package name: p5-File-Find-Rule-0.32nb1,
Maintainer: hiramatuFile::Find::Rule is a friendlier interface to File::Find. It allows
you to build rules which specify the desired files and directories.
Required to run:[
textproc/p5-Text-Glob] [
lang/perl5] [
math/p5-Number-Compare]
Master sites: (Expand)
SHA1: 3cdb5d0efe0d509027469cd1edc1e4d20e964c84
RMD160: 5bf2e80501d01e3ee4c24b437ad9b7f58ad80b36
Filesize: 15.17 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-File-Find-Rule-0.32nb1
- (2010-01-25) Updated to version: p5-File-Find-Rule-0.32
- (2008-10-20) Updated to version: p5-File-Find-Rule-0.30nb1
- (2006-07-20) Updated to version: p5-File-Find-Rule-0.30
- (2005-10-05) Package added to pkgsrc.se, version p5-File-Find-Rule-0.28nb1 (created)
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
| 2010-01-25 13:26:27 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-File-Find-Rule from 0.30nb1 to 0.32
- Adding license definition
- Adjusting dependencies
Upstream changes:
0.32 Saturday 28th November, 2009
Rework the referencing of anyonymous subroutines internally,
closes RT#46599 (Reported by Kevin Ryde)
0.31 Friday 27th November 2009
Move to Makefile.PL
use Test::Differences in the testsuite if available.
Rearrange the testsuite so you don't keep tripping over yourself.
Dropped 5.00503 backwards compatibility, allows some 5.6isms and
dropping the shonky Cwd code.
All taint 'bugs' are now the same as the behaviour of File::Find,
documentation has been added to describe this.
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
| 2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
| 2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-07-20 00:38:13 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.30:
0.30 Wednesday 1st June, 2006
Made './//././././///.//././/////./blah' be treated the same
as './blah' (it gets turned into 'blah')
0.29 Tuesday 16th May, 2006
Kludged around {min,max}depth and trailing slashes in path
names.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) |  |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
| 2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|