pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Spec Update p5-File-Spec from version 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ade46bc353bf
branches:  trunk
changeset: 485294:ade46bc353bf
user:      he <he%pkgsrc.org@localhost>
date:      Sun Dec 05 19:18:07 2004 +0000

description:
Update p5-File-Spec from version 0.86 to 0.90.
Add HOMEPAGE pointing into search.cpan.org.


Change log:

0.90  Tue Aug 31 22:34:50 CDT 2004

 - On VMS, directories use vmspath() and files use vmsify(), so
   rel2abs() has to use some 'educated guessing' when dealing with
   paths containing slashes.  [Craig A. Berry]

0.89  Sun Aug 29 19:02:32 CDT 2004

 - Fixed some pathological cases on VMS which broke canonpath() and
   splitdir().  [Richard Levitte and Craig A. Berry]

 - Fixed rel2abs() on VMS when passed a unix-style relative
   path. [Craig A. Berry]

0.88  Thu Jul 22 23:14:32 CDT 2004

 - rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
   that things like rel2abs('D:foo.txt') work properly when the
   current drive isn't 'D'. This requires Cwd version 2.18.
   [Steve Hay]

 - Got rid of a redundant double-backslash in a character
   class. [Alexander Farber]

 - Added much markup to pod for enhanced readability. [Andy Lester]

0.87  Fri Dec 19 08:03:28 CST 2003

 - With a one-line change in the tests, backported to perl 5.004.
   [Issue reported by Barry Kemble]

diffstat:

 devel/p5-File-Spec/Makefile |  5 +++--
 devel/p5-File-Spec/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r fb7e896cd07f -r ade46bc353bf devel/p5-File-Spec/Makefile
--- a/devel/p5-File-Spec/Makefile       Sun Dec 05 19:15:02 2004 +0000
+++ b/devel/p5-File-Spec/Makefile       Sun Dec 05 19:18:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/02/19 22:13:37 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/05 19:18:07 he Exp $
 #
 
-DISTNAME=      File-Spec-0.86
+DISTNAME=      File-Spec-0.90
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5fsp
 CATEGORIES=    devel perl5
@@ -10,6 +10,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-Spec/
 COMMENT=       Portably perform operations on file names
 
 USE_BUILDLINK3=                YES
diff -r fb7e896cd07f -r ade46bc353bf devel/p5-File-Spec/distinfo
--- a/devel/p5-File-Spec/distinfo       Sun Dec 05 19:15:02 2004 +0000
+++ b/devel/p5-File-Spec/distinfo       Sun Dec 05 19:18:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2003/10/09 06:21:59 thorpej Exp $
+$NetBSD: distinfo,v 1.2 2004/12/05 19:18:07 he Exp $
 
-SHA1 (File-Spec-0.86.tar.gz) = 9b9c40fd9b940abcf0bc2217c79e6e6c818bdf31
-Size (File-Spec-0.86.tar.gz) = 31548 bytes
+SHA1 (File-Spec-0.90.tar.gz) = 0db734c7b3e881c9a4b5752263515121f30791c4
+Size (File-Spec-0.90.tar.gz) = 33064 bytes



Home | Main Index | Thread Index | Old Index