pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-ParseExcel Updating package math/p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1784f0d76811
branches: trunk
changeset: 397914:1784f0d76811
user: sno <sno%pkgsrc.org@localhost>
date: Thu Aug 20 17:42:17 2009 +0000
description:
Updating package math/p5-Spreadsheet-ParseExcel from 0.4900 to 0.5100
pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
0.51 19 August 2009
! Added fix for incorrectly skipped charts. Thanks Guntram Blohm.
https://rt.cpan.org/Ticket/Display.html?id=44009
! Added fix for locale [$-ddd] strings in number formats.
Reported by Jeff Mitchell.
https://rt.cpan.org/Ticket/Display.html?id=43638
! Added fix for multiple dots in number formats.
Thanks to Father Chrysostomos.
http://rt.cpan.org/Public/Bug/Display.html?id=45502
! Added fix to make half way rounding behave like Excel.
Thanks to Joshua Megerman.
http://rt.cpan.org/Public/Bug/Display.html?id=45626
! Added checks for valid dates in Utility::ExcelFmt.
Reported by Alan James.
http://rt.cpan.org/Public/Bug/Display.html?id=48831
0.50 18 August 2009
+ Refactored Worksheet interface and documentation.
Added 04_regression.t and 05_regression.t to test above changes.
! Fixed column units conversion.
Added 24_row_col_sizes.t for above change.
! Fixed RK number conversion. The existing code was the source of several
RT bugs and portability issues. Added 25_decode_rk_numbers.t testcase.
diffstat:
math/p5-Spreadsheet-ParseExcel/Makefile | 7 ++++---
math/p5-Spreadsheet-ParseExcel/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 6e106ecf276d -r 1784f0d76811 math/p5-Spreadsheet-ParseExcel/Makefile
--- a/math/p5-Spreadsheet-ParseExcel/Makefile Thu Aug 20 17:32:45 2009 +0000
+++ b/math/p5-Spreadsheet-ParseExcel/Makefile Thu Aug 20 17:42:17 2009 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.17 2009/01/31 16:16:05 seb Exp $
+# $NetBSD: Makefile,v 1.18 2009/08/20 17:42:17 sno Exp $
#
-DISTNAME= Spreadsheet-ParseExcel-0.49
+DISTNAME= Spreadsheet-ParseExcel-0.51
PKGNAME= p5-${DISTNAME}00
CATEGORIES= math perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/
COMMENT= Perl module to get information from an Excel file
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 6e106ecf276d -r 1784f0d76811 math/p5-Spreadsheet-ParseExcel/distinfo
--- a/math/p5-Spreadsheet-ParseExcel/distinfo Thu Aug 20 17:32:45 2009 +0000
+++ b/math/p5-Spreadsheet-ParseExcel/distinfo Thu Aug 20 17:42:17 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/01/31 16:16:05 seb Exp $
+$NetBSD: distinfo,v 1.9 2009/08/20 17:42:17 sno Exp $
-SHA1 (Spreadsheet-ParseExcel-0.49.tar.gz) = 1af5743e6c7fab044f56a867449c1c590d2c93e7
-RMD160 (Spreadsheet-ParseExcel-0.49.tar.gz) = f8ce3ff6e490748a2b93028b2fd83eede85b4fd9
-Size (Spreadsheet-ParseExcel-0.49.tar.gz) = 117123 bytes
+SHA1 (Spreadsheet-ParseExcel-0.51.tar.gz) = a7720aab66366c9bd7b99551dedae67111d570bb
+RMD160 (Spreadsheet-ParseExcel-0.51.tar.gz) = 32161d74f4fd68aa51ff832b3886991a671281e7
+Size (Spreadsheet-ParseExcel-0.51.tar.gz) = 123724 bytes
Home |
Main Index |
Thread Index |
Old Index