2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2008-04-23 21:55:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 9999.13:
9999.13 Wed Jan 23 22:54:03 CDT 2008
- This is a "get the tests passing" release by Dave Rolsky
- Fixes the tests to pass with the latest Test::More
- Also shuts up warnings from some tests about redefining SEEK_SET.
|
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-05-05 19:50:49 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated devel/p5-File-Slurp to 9999.12
- Fixed bug on windows with classic slurping and File::Slurp not
agreeing on newline conversion.
- Added t/newline.t test to check for that fix.
- When passing text data by scalar reference to write_file under
windows, the buffer is copied so the newline conversion won't
modify the caller's data.
- Thanks to Johan Lodin <lodin@cpan.org> for a test script which
I modified into t/newline.t
|
2006-01-22 21:47:22 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 9999.11:
9999.10 Sun Oct 23 15:28:42 EDT 2005
- t/*.t modules don't use Fcntl.pm
- using POSIX qw( :fcntl_h ) instead of Fcntl qw( :seek ) for
backwards compatiblity to 5.00503
- added conditional definitions of SEEK_* and O_* subs as they are not
defined in perl 5.004
- File::Slurp now runs on perl 5.004 and newer (see BUGS section)
All of the above thanks to Smylers <Smylers@stripey.com>,
Piers Kent <piers.kent@bbc.co.uk> and
John Alden <john.alden@bbc.co.uk>
- Added pod.t and pod_coverage.t tests. This is to pass all
the CPANTS tests.
9999.11 changes not documented.
|
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-06-24 19:20:54 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Import p5-File-Slurp-9999.09 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.
This module provides subroutines to read or write entire files with a
simple call. It also has a subroutine for reading the list of filenames
in a directory.
|