summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-06-10 09:15:37 +0000
committerobache <obache@pkgsrc.org>2007-06-10 09:15:37 +0000
commit408dad9d7c553db4ad205cbd0e7d1a0c4074e9b9 (patch)
tree2ed619bdbfb24cce6f4a78a36877e915c02f91c7 /math
parent3af0f9f486d3a26c2daf20fcf3e2a234d405d005 (diff)
downloadpkgsrc-408dad9d7c553db4ad205cbd0e7d1a0c4074e9b9.tar.gz
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 (limited to 'math')
-rw-r--r--math/p5-Spreadsheet-WriteExcel/Makefile5
-rw-r--r--math/p5-Spreadsheet-WriteExcel/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile
index f0f7c03b35d..71d84e0bd7c 100644
--- a/math/p5-Spreadsheet-WriteExcel/Makefile
+++ b/math/p5-Spreadsheet-WriteExcel/Makefile
@@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/
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 --git a/math/p5-Spreadsheet-WriteExcel/distinfo b/math/p5-Spreadsheet-WriteExcel/distinfo
index 4a2e02ba310..63823538f9c 100644
--- a/math/p5-Spreadsheet-WriteExcel/distinfo
+++ b/math/p5-Spreadsheet-WriteExcel/distinfo
@@ -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