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.
|
2005-05-10 00:40:27 by Eric Gillespie | Files touched by this commit (2) |
Log message:
Update to 0.38.
Upstream changes:
version: 0.38
date: Thu Mar 31 01:43:21 PST 2005
changes:
- Deleted Spiffy -XXX artifact :(
---
version: 0.37
date: Thu Mar 31 01:56:24 CST 2005
changes:
- All the edge cases with hash key dumping (commas, [], {}, etc)
should now be covered
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259) |
Log message:
Add RMD160 digests to the SHA1 ones.
|
2005-02-19 13:31:15 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.36:
changes:
- Slight changes to the way things are dumped.
- Fixed bugs dumping "foo\nbar" for svk acceptance
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-04-22 08:04:17 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Bl3ify and enable pkgviews installation.
|
2003-12-03 16:56:20 by Eric Gillespie | Files touched by this commit (5) | |
Log message:
import YAML-0.35
This is an implementation of YAML (YAML Ain't Markup Language,
http://www.yaml.org/) for Perl.
|