Wed Aug 26 00:54:57 2009 UTC ()
Update from version 0.5200 to version 0.5400 (upstream 0.54)

Upstream changes:
0.54 August 25 2009

    ! Fix for height/width of hidden rows/columns with additional.
      tests in 05_regression.t. Thanks to Greger Leijonhufvud.
      http://rt.cpan.org/Public/Bug/Display.html?id=48450

    ! Fix for mal-formed Print_Title Name block.
      Reported by Marc Elser.

0.53 August 24 2009

    + Made perl 5.8.0 a requirement for proper Unicode handling.

    ! Fixed minor int2col() bug thanks to David Black.
      Added 28_int2col.t test for above.
      http://rt.cpan.org/Public/Bug/Display.html?id=48967

    + Refactored Workbook API and docs.


(seb)
diff -r1.19 -r1.20 pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile
diff -r1.10 -r1.11 pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile 2009/08/23 23:00:42 1.19
+++ pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile 2009/08/26 00:54:57 1.20
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.19 2009/08/23 23:00:42 seb Exp $ 1# $NetBSD: Makefile,v 1.20 2009/08/26 00:54:57 seb Exp $
2# 2#
3 3
4DISTNAME= Spreadsheet-ParseExcel-0.52 4DISTNAME= Spreadsheet-ParseExcel-0.54
5PKGNAME= p5-${DISTNAME}00 5PKGNAME= p5-${DISTNAME}00
6CATEGORIES= math perl5 6CATEGORIES= math perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/ 10HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/
11COMMENT= Perl module to get information from an Excel file 11COMMENT= Perl module to get information from an Excel file
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite 16DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite
17DEPENDS+= p5-IO-stringy>=0:../../devel/p5-IO-stringy 17DEPENDS+= p5-IO-stringy>=0:../../devel/p5-IO-stringy

cvs diff -r1.10 -r1.11 pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo 2009/08/23 23:00:43 1.10
+++ pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo 2009/08/26 00:54:57 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2009/08/23 23:00:43 seb Exp $ 1$NetBSD: distinfo,v 1.11 2009/08/26 00:54:57 seb Exp $
2 2
3SHA1 (Spreadsheet-ParseExcel-0.52.tar.gz) = b692ac72faa23cb7aa14f5b0d21661864eae1fd2 3SHA1 (Spreadsheet-ParseExcel-0.54.tar.gz) = 369bd424e82bcb0bbec9379781c43745f91e07a1
4RMD160 (Spreadsheet-ParseExcel-0.52.tar.gz) = d64366f920ad6d85c6c98ced503ffb0bc465e380 4RMD160 (Spreadsheet-ParseExcel-0.54.tar.gz) = 931667ced79ecf4d6a98ccedfe1a5b7df0b70381
5Size (Spreadsheet-ParseExcel-0.52.tar.gz) = 129274 bytes 5Size (Spreadsheet-ParseExcel-0.54.tar.gz) = 158909 bytes