diff options
author | sno <sno@pkgsrc.org> | 2009-08-20 17:42:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-20 17:42:17 +0000 |
commit | 3da7d23dd00769925994cb35c44bed1c2691f9c2 (patch) | |
tree | 41cda6fd3fc24789c3b981af7d73f4668b73eec3 /math | |
parent | 6048d5db0f4d3593deb350c25fdd43d1ed22fbd0 (diff) | |
download | pkgsrc-3da7d23dd00769925994cb35c44bed1c2691f9c2.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile index 78c3b3ede23..f1c04059788 100644 --- a/math/p5-Spreadsheet-ParseExcel/Makefile +++ b/math/p5-Spreadsheet-ParseExcel/Makefile @@ -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 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 --git a/math/p5-Spreadsheet-ParseExcel/distinfo b/math/p5-Spreadsheet-ParseExcel/distinfo index 1cfe3277b0c..c9d19af14bd 100644 --- a/math/p5-Spreadsheet-ParseExcel/distinfo +++ b/math/p5-Spreadsheet-ParseExcel/distinfo @@ -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 |