summaryrefslogtreecommitdiff
path: root/devel/p5-IO-All
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2014-05-16 01:35:28 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2014-05-16 01:35:28 +0000
commit8ebafe773dc8d65dcc4b84ca42fb46a14ef68c74 (patch)
treed793c31a920f2b55ad260c020ad300dea1f67a55 /devel/p5-IO-All
parent4e724e0be60bf5febb8586d3b05880a687d5741b (diff)
downloadpkgsrc-8ebafe773dc8d65dcc4b84ca42fb46a14ef68c74.tar.gz
Update devel/p5-IO-All to 0.61.
Changes from previous: --- version: 0.61 changes: - Fix GH#44 (Thanks Shlomi Fish!) --- version: 0.60 changes: - Fix IO Layer situation (Thanks Mithaldu!) --- version: 0.59 changes: - Fix possible infinite loop in t/accept.t (Thanks C. Wallace for complaining) (closes #42) - Fix yet another utf8 validation issue (Thanks Mithaldu for complaining) (closes #38) - Fix warnings running t/tie.t on windows (Thanks Mithaldu for complaining) (closes #37) --- version: 0.58 changes: - Fix canonpath on MSWin32 - Fix marking files as both binary and utf8 (Thanks Mithaldu!) (closes GH#36) --- version: 0.57 changes: - Fix printing to a tie'd object, closes GH#26 (thanks Graham Knop for helping) - Fix tests if $^X ne 'perl', closes GH#35 (thanks Hugemeir for the report) --- version: 0.56 changes: - Return realpath for canonpath when possible (closes GH#34) - Fix regression related to chaining dirs caused by making '' not become '/' - correctly check exists for ::File, ::Dir, and ::Link - RT#61627/GH#29 and Fix RT#82633/GH#32, thanks Graham Knop for helping - Some doc cleanup around the SYNOPSIS (Thanks Mithaldu) --- version: 0.55 changes: - Change minimum perl version to 5.8.1, and thus remove dep for IO::String --- version: 0.54 changes: - Remove mentions of unimplemented strict (Thanks Mithaldu, GH#15) - Allow testing on non SDBM DBM's (thanks Jerry D. Hedden) - Abandon RT in favor of GitHub Issues --- version: 0.53 changes: - Make mkdir die if it fails (thanks Martyn Pearce for RT#61697) - Fix possible path test issues, esp in Win32 (Thanks Mithaldu) - Fix ->binary under -utf8 import mode (thanks T. Linden for RT#81224) - Validate UTF-8 in ->utf8 (thanks Ovid for RT#74642) - Consistently use :encoding($encoding) (thanks Bernardo Rechea for RT#68512) - Pass perms to mkpath in assert_dirpath (thanks Rob Kinyon for RT#53687) - Fix minor POD niggle (thanks Greg Skyles for RT#83798) - Remove broken test for ->mimetype (thanks Slaven Rezić for RT#91743) - Skip t/encoding.t for perls built without PerlIO::encoding (thanks Jerry D. Hedden for RT#26230) --- version: 0.52 changes: - Add a fix for io->file("foobar")->assert (Shlomi Fish) - Make io->file('') not break on Windows systems (Roy Ivy III) - Fix dangling file handles in tests (Roy Ivy III) --- version: 0.51 date: Mon Dec 30 13:55:00 CDT 2013 changes: - Make '' not become / when using io->dir('') --- version: 0.50 date: Fri Oct 18 13:08:41 PDT 2013 changes: - Fix for rt87200 --- version: 0.49 date: Fri Oct 18 01:05:39 CDT 2013 changes: - Fix various tests on Windows --- version: 0.48 date: Tue Oct 8 01:45:39 CDT 2013 changes: - Add ->os method to ::Filesys (Arthur Axel "fREW" Schmidt) --- version: 0.47 date: Mon Sep 30 18:57:52 CDT 2013 changes: - Add ->glob method to ::Dir (Arthur Axel "fREW" Schmidt) - Add list based constructors to ::Dir and ::File (Arthur Axel "fREW" Schmidt) - Add ->mimetype method to ::FileSys (Arthur Axel "fREW" Schmidt) - Add ->ext method to ::FileSys (Arthur Axel "fREW" Schmidt) - All tests should be parallelizable (Shlomi Fish)
Diffstat (limited to 'devel/p5-IO-All')
-rw-r--r--devel/p5-IO-All/Makefile9
-rw-r--r--devel/p5-IO-All/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-IO-All/Makefile b/devel/p5-IO-All/Makefile
index aa96ef62386..fbe746de29c 100644
--- a/devel/p5-IO-All/Makefile
+++ b/devel/p5-IO-All/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2013/07/13 09:25:09 wen Exp $
+# $NetBSD: Makefile,v 1.23 2014/05/16 01:35:28 hiramatsu Exp $
-DISTNAME= IO-All-0.46
+DISTNAME= IO-All-0.61
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
MODULE_DIR= modules/by-module
-AUTHOR_DIR= authors/id/I/IN/INGY
+AUTHOR_DIR= authors/id/F/FR/FREW
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-All/
@@ -16,7 +16,8 @@ USE_TOOLS+= perl
PERL5_PACKLIST= auto/IO/All/.packlist
-DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
+DEPENDS+= p5-File-MimeInfo-[0-9]*:../../devel/p5-File-MimeInfo
+DEPENDS+= p5-File-ReadBackwards-[0-9]*:../../textproc/p5-File-ReadBackwards
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-All/distinfo b/devel/p5-IO-All/distinfo
index 7448cffe25c..abb0471b587 100644
--- a/devel/p5-IO-All/distinfo
+++ b/devel/p5-IO-All/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2013/07/13 09:25:09 wen Exp $
+$NetBSD: distinfo,v 1.9 2014/05/16 01:35:28 hiramatsu Exp $
-SHA1 (IO-All-0.46.tar.gz) = 1292fd897178f79f4a40555bffc89eb645d3f02a
-RMD160 (IO-All-0.46.tar.gz) = 6413848aae85605009293f24b1668db3f6b34e0e
-Size (IO-All-0.46.tar.gz) = 83975 bytes
+SHA1 (IO-All-0.61.tar.gz) = 3594e932baacbe965e8f23df9fd3b1221bee83de
+RMD160 (IO-All-0.61.tar.gz) = 4cc7905223c6ae4dc9b21b491c10eb2887bb6fce
+Size (IO-All-0.61.tar.gz) = 93955 bytes