diff options
author | he <he@pkgsrc.org> | 2009-01-12 23:25:49 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-12 23:25:49 +0000 |
commit | a3206e45170ec53e6b73e8ec3a9f9d9fe38b0e85 (patch) | |
tree | 51ea806ff3f886f86e70c7d8b8cdb00a9360207b /math | |
parent | 76419d3d371c836bfd7ed667e911fa649688457e (diff) | |
download | pkgsrc-a3206e45170ec53e6b73e8ec3a9f9d9fe38b0e85.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile index 2e5b671d527..d5c8c2a0136 100644 --- a/math/p5-Spreadsheet-ParseExcel/Makefile +++ b/math/p5-Spreadsheet-ParseExcel/Makefile @@ -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 @@ COMMENT= Perl module to get information from an Excel file 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 --git a/math/p5-Spreadsheet-ParseExcel/distinfo b/math/p5-Spreadsheet-ParseExcel/distinfo index 318746826f4..39a3e8e7b41 100644 --- a/math/p5-Spreadsheet-ParseExcel/distinfo +++ b/math/p5-Spreadsheet-ParseExcel/distinfo @@ -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 |