pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-WriteExcel Update p5-Spreadsheet-W...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8b381ff15c7
branches: trunk
changeset: 529778:f8b381ff15c7
user: obache <obache%pkgsrc.org@localhost>
date: Sun Jun 10 09:15:37 2007 +0000
description:
Update p5-Spreadsheet-WriteExcel to 2.18.
Patch provided by Mark E. Perkins in PR 36465.
2.18 January 18 2007 - Minor
! Correct invalid user set_column() calls to prevent
crashes after Excel patch KB918419 is applied.
Thanks to Sharron McKenzie for debugging.
! Fixed bug when writing comments longer than 8219 bytes.
Reported by jscaglione.
! Fixed bug when using copy() with merged formats.
Reported by jscaglione.
! Fixed bug where $@ was clobbered during garbage collection.
Reported by afoxson.
http://rt.cpan.org/Public/Bug/Display.html?id=24218
! Removed all non-ascii characters from main docs to
avoid problems with troff and man.
Reported by Ken Williams.
http://rt.cpan.org/Public/Bug/Display.html?id=20948
+ Added autoloading of OLE::Storage_Lite, when available,
to create workbooks larger than 7MB. It is no longer
required to explicitly use ::Big.
+ Added handling of Unicode sheet names in formulas
as suggested by Zhur:
http://rt.cpan.org/Public/Bug/Display.html?id=20059
diffstat:
math/p5-Spreadsheet-WriteExcel/Makefile | 5 +++--
math/p5-Spreadsheet-WriteExcel/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r f8e6f6eab63c -r f8b381ff15c7 math/p5-Spreadsheet-WriteExcel/Makefile
--- a/math/p5-Spreadsheet-WriteExcel/Makefile Sun Jun 10 09:09:07 2007 +0000
+++ b/math/p5-Spreadsheet-WriteExcel/Makefile Sun Jun 10 09:15:37 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2006/11/05 02:27:37 obache Exp $
+# $NetBSD: Makefile,v 1.14 2007/06/10 09:15:37 obache Exp $
#
-DISTNAME= Spreadsheet-WriteExcel-2.17
+DISTNAME= Spreadsheet-WriteExcel-2.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
@@ -11,6 +11,7 @@
COMMENT= Create Excel data files
DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
+DEPENDS+= p5-OLE-Storage_Lite>=0.14:../../devel/p5-OLE-Storage_Lite
PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist
diff -r f8e6f6eab63c -r f8b381ff15c7 math/p5-Spreadsheet-WriteExcel/distinfo
--- a/math/p5-Spreadsheet-WriteExcel/distinfo Sun Jun 10 09:09:07 2007 +0000
+++ b/math/p5-Spreadsheet-WriteExcel/distinfo Sun Jun 10 09:15:37 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2006/11/05 02:27:37 obache Exp $
+$NetBSD: distinfo,v 1.7 2007/06/10 09:15:37 obache Exp $
-SHA1 (Spreadsheet-WriteExcel-2.17.tar.gz) = abf2c4a87b78cef52d953406391db5f980c52942
-RMD160 (Spreadsheet-WriteExcel-2.17.tar.gz) = c07e7e22d272e1938fac0e2306795894fc41d4d1
-Size (Spreadsheet-WriteExcel-2.17.tar.gz) = 480876 bytes
+SHA1 (Spreadsheet-WriteExcel-2.18.tar.gz) = 395087d4e09af2aec2506f3c74b53adcf9e8c89b
+RMD160 (Spreadsheet-WriteExcel-2.18.tar.gz) = 80344159d64d02fbb631ea017b2a173aeb704bff
+Size (Spreadsheet-WriteExcel-2.18.tar.gz) = 484105 bytes
Home |
Main Index |
Thread Index |
Old Index