Commit graph

9 commits

Author SHA1 Message Date
he
b021813da0 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-10-19 19:17:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
6b16694e0b 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.
2008-04-23 19:55:12 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
a2f50fa7df 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-05-05 17:50:49 +00:00
wiz
be88ae9a63 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.
2006-01-22 20:47:22 +00:00
jlam
7fbb8d9527 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-08-06 06:19:03 +00:00
jlam
7a6521287b 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-07-13 18:01:18 +00:00
wiz
c26e9cbed2 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.
2005-06-24 17:20:53 +00:00