diff options
author | he <he@pkgsrc.org> | 2008-06-22 17:08:54 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-06-22 17:08:54 +0000 |
commit | eafd64a8129f517512218a320c7fca18b5a3470a (patch) | |
tree | 30e27a565466448105e2d94ae67483ecc21a65e3 | |
parent | 09b2ad5b1242c2e734cd586c4d5cece2bca616bf (diff) | |
download | pkgsrc-eafd64a8129f517512218a320c7fca18b5a3470a.tar.gz |
Update from version 2.18 to 2.21. Changes:
2.21 March 9 2008 - Major
! Fixed bug where UTF-8 strings in formulas weren't handled.
Thanks Sergey Zhuravlev.
http://rt.cpan.org/Public/Bug/Display.html?id=30368
! Fixed collapse outlines compatibility with Gnumeric
and OpenOffice.org.
Reported by Barrie Slaymaker.
http://rt.cpan.org/Public/Bug/Display.html?id=33662
+ Added outline_collapsed.pl example.
+ Added document section about rewriting Excel files.
+ Minor security fix to Format to avoid eval and
additional fix for RT 24218.
Thanks to Bram.
+ Added increased compatibility with third party
Excel reading applications such as POI.
+ Added optional compatibility_mode() to fix problems
that can occur with Office SP3.
+ Fixed compatibility problem with Google Docs.
+ Added set_start_page() method for setting the start page
number when printing.
2.20 October 6 2007 - Major
+ Added autofilter() and filter_column() method and
autofilter.pl example.
+ Added embed_chart() method to allow extracted chart
templates to be embedded in a worksheet.
Added demo4.pl and demo5.pl examples.
+ Added the insert_image() method and proper Excel 97
style image handling for PNG and BMP.
Images now work with Gnumeric and OpenOffice.
insert_bitmap() is now deprecated.
! Made pane split optional when calling freeze_panes().
Also renamed thaw_panes() as split_panes(). The old
method name is still available, but deprecated.
! Renamed write_unicode() and write_unicode_le() methods
to the more explicit write_utf16be_string() and
write_utf16le_string(). The old method names are
still available, but deprecated.
2.19 June 14 2007 - Major
+ Beta testing only. Not released to CPAN.
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile index 7d77bf38f50..669ccd4e2e5 100644 --- a/math/p5-Spreadsheet-WriteExcel/Makefile +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2008/02/07 21:31:48 heinz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/22 17:08:54 he Exp $ # -DISTNAME= Spreadsheet-WriteExcel-2.18 +DISTNAME= Spreadsheet-WriteExcel-2.21 PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} diff --git a/math/p5-Spreadsheet-WriteExcel/distinfo b/math/p5-Spreadsheet-WriteExcel/distinfo index 63823538f9c..7a151a5d55b 100644 --- a/math/p5-Spreadsheet-WriteExcel/distinfo +++ b/math/p5-Spreadsheet-WriteExcel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/06/10 09:15:37 obache Exp $ +$NetBSD: distinfo,v 1.8 2008/06/22 17:08:54 he Exp $ -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 +SHA1 (Spreadsheet-WriteExcel-2.21.tar.gz) = 7a86db78a851cb40d02adaac66b1aea6319aba83 +RMD160 (Spreadsheet-WriteExcel-2.21.tar.gz) = e187a4921eac37cb412f6d6f65ad7a544f4d48f8 +Size (Spreadsheet-WriteExcel-2.21.tar.gz) = 515892 bytes |