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
19 lines
597 B
Makefile
19 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.14 2007/06/10 09:15:37 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Spreadsheet-WriteExcel-2.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|