2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
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!
|
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-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
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.
|
2007-03-19 17:36:42 by Todd Vierling | Files touched by this commit (2) |
Log message:
give away to pkgsrc-users
|
2006-09-05 21:49:33 by Todd Vierling | Files touched by this commit (2) |
Log message:
Update to 3.26; fixes PR pkg/34414. Changes:
2006-04-09 Jarkko Hietaniemi <jhi@Chicxulub.local>
* Try to underline, highlight, and explain the fact that
String::Approx does not do a good job for comparing
strings "with fuzz", use the Levenshtein et al for that.
* aindex() might return "too early" indices if either the pattern
or the text contain repetitive characters, this seems to be a
tricky defect to fix and somewhat conflicting with our model
(return "as early as possible" matches, just like regular
expressions) (to get "as late as possible" matches one would
basically have to keep retrying at later indices until one
fails), so for now only document this known problem.
The same goes for aslice().
* [INTERNAL] use Test::More (not 100% yet)
* [INTERNAL] apse.c: do not reset text_position_range in apse_reset
(thanks to Helmut Jarausch)
* [INTERNAL] apse.c: add #include <assert.h>.
* [INTERNAL] apse.c: small signed/unsigned cleanups.
* Released as 3.26.
2005-05-24 Jarkko Hietaniemi <jhi@iki.fi>
* Pure documentation cleanup release to address
http://rt.cpan.org/NoAuth/Bug.html?id=12196
"Small String::Approx Pod issue"
* Released as 3.25.
2005-01-02 Jarkko Hietaniemi <jhi@iki.fi>
* Pure documentation cleanup release to address
http://rt.cpan.org/NoAuth/Bug.html?id=6668
"Unfortunate perldoc rendering of String::Approx"
* Released as 3.24.
|
2006-03-22 23:50:33 by Todd Vierling | Files touched by this commit (34) |
Log message:
Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a
PR-responsible person (such as I am ;) a little easier.
|
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.
|