pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-ParseExcel Update from version 0.4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc91d53bcbd7
branches:  trunk
changeset: 552999:fc91d53bcbd7
user:      he <he%pkgsrc.org@localhost>
date:      Mon Jan 12 23:25:49 2009 +0000

description:
Update from version 0.4200 to 0.4400 (upsteream 0.44).

Pkgsrc changes:
 o Adjust dependencies to fit requirements

Upstream changes:

0.44 8 January 2009

    ! Fix for OpenOffice.org GENERAL format.
      http://rt.cpan.org/Public/Bug/Display.html?id=7206
      Thanks to Niko Tyni and the Debian Perl team

    + Perltidyed source and added standard headers and Pod sections
      to all modules.

0.43 7 January 2009

    + Restructured and rewrote the main documentation. This is the start of
      a general refactoring. If you would like to keep up to date with it
      keep an eye on the Spreadsheet::ParseExcel Google Group.
      http://groups.google.com/group/spreadsheet-parseexcel

    + Added worksheets() Workbook method to iterate over the Worksheet objects.

    + Added unformatted() method to get a Cell's unformatted value.

    + Renamed public methods RowRange(), ColRange() and Cell() to row_range(),
      col_range() and get_cell(). Old methods are still available.

    ! Turned on compatibility_mode() by default in SaveParser to avoid SP3
      problems.

    ! Fixed minor SaveParser bug with font rotation.
      http://rt.cpan.org/Public/Bug/Display.html?id=41626

diffstat:

 math/p5-Spreadsheet-ParseExcel/Makefile |  5 +++--
 math/p5-Spreadsheet-ParseExcel/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 3c3bfdda85b8 -r fc91d53bcbd7 math/p5-Spreadsheet-ParseExcel/Makefile
--- a/math/p5-Spreadsheet-ParseExcel/Makefile   Mon Jan 12 22:25:23 2009 +0000
+++ b/math/p5-Spreadsheet-ParseExcel/Makefile   Mon Jan 12 23:25:49 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2009/01/05 13:55:24 he Exp $
+# $NetBSD: Makefile,v 1.16 2009/01/12 23:25:49 he Exp $
 #
 
-DISTNAME=      Spreadsheet-ParseExcel-0.42
+DISTNAME=      Spreadsheet-ParseExcel-0.44
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/}
@@ -13,6 +13,7 @@
 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
diff -r 3c3bfdda85b8 -r fc91d53bcbd7 math/p5-Spreadsheet-ParseExcel/distinfo
--- a/math/p5-Spreadsheet-ParseExcel/distinfo   Mon Jan 12 22:25:23 2009 +0000
+++ b/math/p5-Spreadsheet-ParseExcel/distinfo   Mon Jan 12 23:25:49 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/01/05 13:55:24 he Exp $
+$NetBSD: distinfo,v 1.7 2009/01/12 23:25:50 he Exp $
 
-SHA1 (Spreadsheet-ParseExcel-0.42.tar.gz) = 6d8b2b0f2bf921e46e368046d0d5cbf26a79beb4
-RMD160 (Spreadsheet-ParseExcel-0.42.tar.gz) = e070881567cd14caf28423d7e7a2660196032dc2
-Size (Spreadsheet-ParseExcel-0.42.tar.gz) = 102833 bytes
+SHA1 (Spreadsheet-ParseExcel-0.44.tar.gz) = a7d48f82278a67ca1b525d8c001f12f982077dd7
+RMD160 (Spreadsheet-ParseExcel-0.44.tar.gz) = b5a59c54ab1b07b3a903fc0ce9e988c628528405
+Size (Spreadsheet-ParseExcel-0.44.tar.gz) = 107753 bytes



Home | Main Index | Thread Index | Old Index