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 from version 2.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc6598f7de33
branches:  trunk
changeset: 543771:cc6598f7de33
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jun 22 17:08:54 2008 +0000

description:
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.

diffstat:

 math/p5-Spreadsheet-WriteExcel/Makefile |  4 ++--
 math/p5-Spreadsheet-WriteExcel/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r c69aba800758 -r cc6598f7de33 math/p5-Spreadsheet-WriteExcel/Makefile
--- a/math/p5-Spreadsheet-WriteExcel/Makefile   Sun Jun 22 17:02:38 2008 +0000
+++ b/math/p5-Spreadsheet-WriteExcel/Makefile   Sun Jun 22 17:08:54 2008 +0000
@@ -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 -r c69aba800758 -r cc6598f7de33 math/p5-Spreadsheet-WriteExcel/distinfo
--- a/math/p5-Spreadsheet-WriteExcel/distinfo   Sun Jun 22 17:02:38 2008 +0000
+++ b/math/p5-Spreadsheet-WriteExcel/distinfo   Sun Jun 22 17:08:54 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index