Sun Jun 22 17:08:54 2008 UTC ()
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.


(he)
diff -r1.15 -r1.16 pkgsrc/math/p5-Spreadsheet-WriteExcel/Makefile
diff -r1.7 -r1.8 pkgsrc/math/p5-Spreadsheet-WriteExcel/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/math/p5-Spreadsheet-WriteExcel/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Spreadsheet-WriteExcel/Makefile 2008/02/07 21:31:48 1.15
+++ pkgsrc/math/p5-Spreadsheet-WriteExcel/Makefile 2008/06/22 17:08:54 1.16
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2008/02/07 21:31:48 heinz Exp $ 1# $NetBSD: Makefile,v 1.16 2008/06/22 17:08:54 he Exp $
2# 2#
3 3
4DISTNAME= Spreadsheet-WriteExcel-2.18 4DISTNAME= Spreadsheet-WriteExcel-2.21
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= math perl5 6CATEGORIES= math perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/ 10HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/
11COMMENT= Create Excel data files 11COMMENT= Create Excel data files
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent 15DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
16DEPENDS+= p5-OLE-Storage_Lite>=0.14:../../devel/p5-OLE-Storage_Lite 16DEPENDS+= p5-OLE-Storage_Lite>=0.14:../../devel/p5-OLE-Storage_Lite
17 17

cvs diff -r1.7 -r1.8 pkgsrc/math/p5-Spreadsheet-WriteExcel/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Spreadsheet-WriteExcel/distinfo 2007/06/10 09:15:37 1.7
+++ pkgsrc/math/p5-Spreadsheet-WriteExcel/distinfo 2008/06/22 17:08:54 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2007/06/10 09:15:37 obache Exp $ 1$NetBSD: distinfo,v 1.8 2008/06/22 17:08:54 he Exp $
2 2
3SHA1 (Spreadsheet-WriteExcel-2.18.tar.gz) = 395087d4e09af2aec2506f3c74b53adcf9e8c89b 3SHA1 (Spreadsheet-WriteExcel-2.21.tar.gz) = 7a86db78a851cb40d02adaac66b1aea6319aba83
4RMD160 (Spreadsheet-WriteExcel-2.18.tar.gz) = 80344159d64d02fbb631ea017b2a173aeb704bff 4RMD160 (Spreadsheet-WriteExcel-2.21.tar.gz) = e187a4921eac37cb412f6d6f65ad7a544f4d48f8
5Size (Spreadsheet-WriteExcel-2.18.tar.gz) = 484105 bytes 5Size (Spreadsheet-WriteExcel-2.21.tar.gz) = 515892 bytes