diff options
author | he <he@pkgsrc.org> | 2008-07-27 18:33:55 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-27 18:33:55 +0000 |
commit | cd2207c4fca069eb2142639320143c14a201a149 (patch) | |
tree | e1a43d65121fdcdec9a721decefd907226c2fbf6 /math/p5-Spreadsheet-WriteExcel | |
parent | d5c177ce921755b29f9e66318e1fd7f61ba319c1 (diff) | |
download | pkgsrc-cd2207c4fca069eb2142639320143c14a201a149.tar.gz |
Update from version 2.21 to 2.22. Changes:
2.22 July 19 2008 - Minor Beta
+ Added JPEG support.
+ Added 29_process_jpg.t test for jpg dimension processing.
+ Turned off compatibility_mode() in Spreadsheet::WriteExcel::Big
which was on by accident.
+ Added "Warning about Office Service Pack 3" section to the
docs to explain Excel warnings with duplicate data.
+ Expanded "Dates and Time in Excel" section of the docs.
+ Added isa() to _process_images() to allow subclassing.
Reported by David Worenklein.
Diffstat (limited to 'math/p5-Spreadsheet-WriteExcel')
-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 669ccd4e2e5..6bfd2259999 100644 --- a/math/p5-Spreadsheet-WriteExcel/Makefile +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/06/22 17:08:54 he Exp $ +# $NetBSD: Makefile,v 1.17 2008/07/27 18:33:55 he Exp $ # -DISTNAME= Spreadsheet-WriteExcel-2.21 +DISTNAME= Spreadsheet-WriteExcel-2.22 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 7a151a5d55b..bf250775cbf 100644 --- a/math/p5-Spreadsheet-WriteExcel/distinfo +++ b/math/p5-Spreadsheet-WriteExcel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2008/06/22 17:08:54 he Exp $ +$NetBSD: distinfo,v 1.9 2008/07/27 18:33:55 he Exp $ -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 +SHA1 (Spreadsheet-WriteExcel-2.22.tar.gz) = 1547ce0d66e9a1f5a6fe85eb3b9c67bdf3413dbb +RMD160 (Spreadsheet-WriteExcel-2.22.tar.gz) = df0f47ec789a222002fa95647e2669d05c6bad57 +Size (Spreadsheet-WriteExcel-2.22.tar.gz) = 521990 bytes |