summaryrefslogtreecommitdiff
path: root/devel/p5-IO-All
AgeCommit message (Collapse)AuthorFilesLines
2011-12-09Update p5-IO-All to 0.44.hiramatsu2-6/+6
Change from previous: --------------------- version: 0.44 date: Wed Oct 5 18:11:27 EDT 2011 changes: - Switch from testing $^V to $^] in DESTROY since $^V comparisons leak pre-5.14 (mst)
2011-10-05Add LICENSE.hiramatsu1-1/+2
2011-10-05Update p5-IO-All to 0.43.hiramatsu2-7/+6
Changes from previous: --- version: 0.43 date: Wed Jul 20 08:34:01 PDT 2011 changes: - Fix directory scalar deref for mst++ --- version: 0.42 date: Mon Jul 18 11:31:43 PDT 2011 changes: - Doc work and tests by Shlomi Fish - Use Module::Package - Fix rt41819
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-08-29Update p5-IO-All from version 0.39nb1 to version 0.41.seb2-7/+8
Pkgsrc changes: - adjust dependencies Upstream changes: --- version: 0.41 date: Mon Aug 16 22:33:45 PDT 2010 changes: - Recent Test::More was triggering errors in file_spec.t. - Thanks to Torsten Raudssus for a fix. Getty++ --- version: 0.40 date: Sun Aug 15 15:22:12 PDT 2010 changes: - Fixed a bug in t/chdir.t
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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-12-20Update from version 0.38nb1 to 0.39.he2-7/+6
Upstream changes: version: 0.39 date: Thu Dec 11 23:22:56 PST 2008 changes: - Fix tests on 5.6.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-07-20Update from version 0.33 to 0.38.he2-9/+8
Pkgsrc changes: add HOMEPAGE and USE_TOOLS so tests succeed. Remove now-unneeded dependencies. Upstream changes: --- version: 0.38 date: Mon Apr 9 10:52:44 JST 2007 changes: - Add generic encoding, instead of just utf8. --- version: 0.37 date: Fri Apr 6 18:04:27 JST 2007 changes: - make catdir work with current dir in addition to other args. - make catfile work with current dir in addition to other args. - Add support for import flags like -strict and -utf8 --- version: 0.36 date: Mon Oct 16 14:48:58 PDT 2006 - Applied the patch from http://rt.cpan.org/Public/Bug/Display.html?id=20053: Made sure Carp is required and the sub Carp::carp is predeclared in IO/All.pm. --- version: 0.35 date: Tue May 9 08:25:37 PDT 2006 changes: - Remove dependency on XXX.pm *groan* --- version: 0.34 date: Mon May 8 01:03:12 PDT 2006 changes: - Remove dependency on Spiffy.pm - Apply patches and fix bugs from rt - rt tickets - 11552 12048 14184 12966 13879 17105 7448 11463 7410 7337 7527 18465 ---
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-03-14Drop maintainership for packages that I no longer have time to maintain.jlam1-2/+2
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
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-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-26It's "modules/by-module".jlam1-2/+2
2004-12-25Add required package dependencies.jlam1-1/+4
2004-12-25Import p5-IO-All-0.33 as devel/p5-IO-All, a Spiffy interface to Perl IO.jlam4-0/+33
IO::All combines all of the best Perl IO modules into a single Spiffy object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it all! The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.