pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile

24 lines
716 B
Makefile
Raw Normal View History

Update from version 0.4400 to version 0.4900 (upstream 0.49) Upstream changes (it says 0.48 for the first changes entry but I guess the author really meant 0.49): 0.48 24 January 2009 ! Added Text::CSV_XS to xls2csv() function to handle embedded commas in csv data. Reported by Fredrik Linde. https://rt.cpan.org/Ticket/Display.html?id=41337 + Rewrote Utility.pm documentation. - Removed wantarray from ExcelFmt() and the unused and undocumented feature of returning the result and a format color in a list context. The older mechanism is still available but now requires an explicit flag. 0.48 23 January 2009 ! Fixed bug where numbers with uppercase formats such as MM/DD/YY were ignored. Applies to files created by OpenOffice.org and some international versions of Excel. Added tests for above. http://rt.cpan.org/Public/Bug/Display.html?id=20526 http://rt.cpan.org/Public/Bug/Display.html?id=31206 http://rt.cpan.org/Public/Bug/Display.html?id=40307 ! Removed undocumented and counter-intuitive use of overload on SheetNo in Worksheet.pm. http://rt.cpan.org/Public/Bug/Display.html?id=14278 0.47 22 January 2009 ! Fixed bug where multiple embedded charts on a worksheet caused the worksheet order to be lost and data to get overwritten. Reported by Steven Martin and others. http://rt.cpan.org/Public/Bug/Display.html?id=13365 0.46 18 January 2009 ! Heavily refactored the ExcelFmt() function for maintainability and fixed several bugs, in particular for 12 hour clock times. Added test cases for above. ! Removed use of $& match variables from ExcelFmt. Reported by Aaron Wigley. http://rt.cpan.org/Public/Bug/Display.html?id=42425 ! Replaced lvalue substr() in ExcelFmt () with 4-arg substr() for efficiency. Reported by Goro Fuji. http://rt.cpan.org/Public/Bug/Display.html?id=42518 ! Removed spurious t/examples dir from Makefile.PL and removed unused t/lib dir. Reported by Peter (Stig) Edwards. http://rt.cpan.org/Public/Bug/Display.html?id=42442 0.45 13 January 2009 ! Fixed failed parsing of large (8-16k) Unicode strings. Reported by Graham Stead and Moka. http://rt.cpan.org/Public/Bug/Display.html?id=41813 http://rt.cpan.org/Public/Bug/Display.html?id=35678 ! Fixed critical bug where data rows could be ignored. Reported and isolated by Peter (Stig) Edwards. http://rt.cpan.org/Public/Bug/Display.html?id=30677
2009-01-31 17:16:05 +01:00
# $NetBSD: Makefile,v 1.17 2009/01/31 16:16:05 seb Exp $
#
Update from version 0.4400 to version 0.4900 (upstream 0.49) Upstream changes (it says 0.48 for the first changes entry but I guess the author really meant 0.49): 0.48 24 January 2009 ! Added Text::CSV_XS to xls2csv() function to handle embedded commas in csv data. Reported by Fredrik Linde. https://rt.cpan.org/Ticket/Display.html?id=41337 + Rewrote Utility.pm documentation. - Removed wantarray from ExcelFmt() and the unused and undocumented feature of returning the result and a format color in a list context. The older mechanism is still available but now requires an explicit flag. 0.48 23 January 2009 ! Fixed bug where numbers with uppercase formats such as MM/DD/YY were ignored. Applies to files created by OpenOffice.org and some international versions of Excel. Added tests for above. http://rt.cpan.org/Public/Bug/Display.html?id=20526 http://rt.cpan.org/Public/Bug/Display.html?id=31206 http://rt.cpan.org/Public/Bug/Display.html?id=40307 ! Removed undocumented and counter-intuitive use of overload on SheetNo in Worksheet.pm. http://rt.cpan.org/Public/Bug/Display.html?id=14278 0.47 22 January 2009 ! Fixed bug where multiple embedded charts on a worksheet caused the worksheet order to be lost and data to get overwritten. Reported by Steven Martin and others. http://rt.cpan.org/Public/Bug/Display.html?id=13365 0.46 18 January 2009 ! Heavily refactored the ExcelFmt() function for maintainability and fixed several bugs, in particular for 12 hour clock times. Added test cases for above. ! Removed use of $& match variables from ExcelFmt. Reported by Aaron Wigley. http://rt.cpan.org/Public/Bug/Display.html?id=42425 ! Replaced lvalue substr() in ExcelFmt () with 4-arg substr() for efficiency. Reported by Goro Fuji. http://rt.cpan.org/Public/Bug/Display.html?id=42518 ! Removed spurious t/examples dir from Makefile.PL and removed unused t/lib dir. Reported by Peter (Stig) Edwards. http://rt.cpan.org/Public/Bug/Display.html?id=42442 0.45 13 January 2009 ! Fixed failed parsing of large (8-16k) Unicode strings. Reported by Graham Stead and Moka. http://rt.cpan.org/Public/Bug/Display.html?id=41813 http://rt.cpan.org/Public/Bug/Display.html?id=35678 ! Fixed critical bug where data rows could be ignored. Reported and isolated by Peter (Stig) Edwards. http://rt.cpan.org/Public/Bug/Display.html?id=30677
2009-01-31 17:16:05 +01:00
DISTNAME= Spreadsheet-ParseExcel-0.49
Update p5-Spreadsheet-ParseExcel to 0.3200 a.k.a 0.32. Based on patch provided by Mark E. Perkins in PR 36465. 0.32 2007.05.05 - Remove the memory_leak test as well as it still fails. 0.31 2007.05.03 - Require IO::Scalar always as OLE::Storage_Lite needs it but does not prereq it - disable some of the tests that don't yet work on 64 bit due to number precision in order to allow automatic installation 0.30 2007.03.31 - add some more tests - add test to see memory leak using Proc::ProcessTable - Start using Scalar::Util qw(weaken) to (hopefully) avoid memory leak - It seems we did not check correctly if PERLIO is available in Makefile.PL now it is the same test we do in the code itself. - Flag1904 renamed to Flg1904 in documentation (Chad) RT #24293 0.29 2007.03.30 - clean up basic.t to skip tests that need additional and missing module - No more need for IO::Scalar if PERLIO is available (H.Merijn Brand) 0.28 Wed Jan 7, 2007 - Documentation update - Add t/parse.t - Add sample/parse.pl - fix some syntax errors in the sub-modules 0.27 Wed Jan 3, 2007 - See changes in the 0.27_XX versions 0.27_03 Thu Nov 2, 2006 - Officially receive maintainership (Gabor Szabo) - slight code cleanup - more sample test 0.27_02 - Fixing another warning: Character in 'c' format wrapped in pack http://rt.cpan.org/Ticket/Display.html?id=18063 (Grant Stevens) - More test, enable use of Devel::Cover 0.27_01 Mon Sep 11, 2006 - Moving test.pl to t/ and using Test::More - Add tests running (some of the) sample files - Add 'use warnings', remove prototypes - Fix the warning in Spreadsheet::ParseExcel::FmtDefault Character in "C" format wrapped at .../Spreadsheet/ParseExcel/FmtDefault.pm line 68. http://rt.cpan.org/Public/Bug/Display.html?id=7376 (Slaven ReziŽÄ?and others)
2007-06-10 11:08:49 +02:00
PKGNAME= p5-${DISTNAME}00
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/
COMMENT= Perl module to get information from an Excel file
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite
DEPENDS+= p5-IO-stringy>=0:../../devel/p5-IO-stringy
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Spreadsheet/ParseExcel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"