summaryrefslogtreecommitdiff
path: root/devel/p5-Path-Class
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-06-15 20:18:06 +0000
committersno <sno@pkgsrc.org>2009-06-15 20:18:06 +0000
commit3dd4da4ce738303831e0e6b4aa61402118a35337 (patch)
tree07ae2ba8c4b1d4d20bd33a391a9edaef5bf5ee06 /devel/p5-Path-Class
parent881e3e19bd0f65244e88f1e055933cca21908976 (diff)
downloadpkgsrc-3dd4da4ce738303831e0e6b4aa61402118a35337.tar.gz
pkgsrc changes:
- Updating package of p5 module Path::Class from 0.16nb1 to 0.17 - Setting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: - dir(undef) now returns undef rather than the rootdir, because undef was probably a mistake by the caller, and the rootdir is too scary a default. [Suggested by John Goulah] - Temporary files during testing are now created in the system temp directory, rather than somewhere in t/ . See RT #31382. [Suggested by Alex Page] - Added is_relative() as the obvious complement to the existing is_absolute() method. - Added a resolve() method to clean up paths much more thoroughly than cleanup(), e.g. resolving symlinks, collapsing foo/../bar sections, etc. [Suggested by David Garamond] - Fixed a problem in which a file/directory called "0" or "0.0" would end a loop prematurely when using the idiom 'while($x = $dir->next) {...}'. See http://rt.cpan.org/Ticket/Display.html?id=29374 [Spotted by Daniel Lo] - Fixed an exists($array[$i]) that prevented compatibility with perl 5.005. - Moved the repository from my personal CVS repo to Google Code.
Diffstat (limited to 'devel/p5-Path-Class')
-rw-r--r--devel/p5-Path-Class/Makefile6
-rw-r--r--devel/p5-Path-Class/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile
index d07d7712f70..70fe06e5e67 100644
--- a/devel/p5-Path-Class/Makefile
+++ b/devel/p5-Path-Class/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:58 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/15 20:18:06 sno Exp $
#
-DISTNAME= Path-Class-0.16
+DISTNAME= Path-Class-0.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
MAINTAINER= bad@netbsd.org
HOMEPAGE= http://search.cpan.org/~kwilliams/Path-Class-0.16/
COMMENT= Cross-platform path specification manipulation
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/p5-Path-Class/distinfo b/devel/p5-Path-Class/distinfo
index 0e3477c9346..b62c58911e3 100644
--- a/devel/p5-Path-Class/distinfo
+++ b/devel/p5-Path-Class/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/10 21:58:19 bad Exp $
+$NetBSD: distinfo,v 1.2 2009/06/15 20:18:06 sno Exp $
-SHA1 (Path-Class-0.16.tar.gz) = a28bea2ef56f0a7a9f7e82f0021a1bb24adeff6f
-RMD160 (Path-Class-0.16.tar.gz) = 934d92f254c74046a0c6aeb3d2207da3cd86b1d4
-Size (Path-Class-0.16.tar.gz) = 17340 bytes
+SHA1 (Path-Class-0.17.tar.gz) = e1a8b7df1da11357ab3d335e7a40eaf444bcfde6
+RMD160 (Path-Class-0.17.tar.gz) = 3d4d09426d103840bd4e3d6ee44e906e7b92bf76
+Size (Path-Class-0.17.tar.gz) = 18744 bytes