pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Spreadsheet-ReadSXC



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 11:58:29 UTC 2020

Modified Files:
        pkgsrc/math/p5-Spreadsheet-ReadSXC: Makefile distinfo

Log Message:
p5-Spreadsheet-ReadSXC: update to 0.24.

0.24  2019-10-08
    - Fix parsing the text of cells that only contain "0"
      These were returned as undef, instead of 0 unless the StandardCurrency
      option was used.
    - Fix parsing multiple sheets. If the first cell of the new table was empty,
      the last defined value of the old table was used instead, if the
      real (instead of formatted) values were used.

0.23  2019-10-03
    - Add a test and fix for files with text in annotations - these caused
      a crash

0.22  2019-10-03
    - Lower Perl version requirement back to 5.8
      There is no current reason to require more.
    - API Change:
      Formatting or read errors in the compressed input or the XML are now
      fatal errors. Before, they returned the half-parsed data structure.
    - read_sxc() and read_xml_file can now also return a fatal error when the
      file is not found or not readable instead of returning undef. Pass a true
      value to the the StrictError option.
    - Bugfix/behaviour change: Cells with leading/trailing newlines now
      return those leading/trailing newlines in their values

0.21  2019-10-02
    - Add 'StandardCurrency' option to get at unformatted number values
    - Support unformatted values for ODS files
    - New maintainer Max Maischein (corion%corion.net@localhost)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/p5-Spreadsheet-ReadSXC/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/p5-Spreadsheet-ReadSXC/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/p5-Spreadsheet-ReadSXC/Makefile
diff -u pkgsrc/math/p5-Spreadsheet-ReadSXC/Makefile:1.14 pkgsrc/math/p5-Spreadsheet-ReadSXC/Makefile:1.15
--- pkgsrc/math/p5-Spreadsheet-ReadSXC/Makefile:1.14    Mon Aug 31 18:10:17 2020
+++ pkgsrc/math/p5-Spreadsheet-ReadSXC/Makefile Mon Sep  7 11:58:29 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2020/08/31 18:10:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/09/07 11:58:29 wiz Exp $
 #
 
-DISTNAME=      Spreadsheet-ReadSXC-0.20
+DISTNAME=      Spreadsheet-ReadSXC-0.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   11
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
 
@@ -15,6 +14,7 @@ USE_LANGUAGES=                # empty
 PERL5_PACKLIST=                auto/Spreadsheet/ReadSXC/.packlist
 
 DEPENDS+=      p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
+DEPENDS+=      p5-PerlIO-gzip-[0-9]*:../../devel/p5-PerlIO-gzip
 DEPENDS+=      p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/math/p5-Spreadsheet-ReadSXC/distinfo
diff -u pkgsrc/math/p5-Spreadsheet-ReadSXC/distinfo:1.2 pkgsrc/math/p5-Spreadsheet-ReadSXC/distinfo:1.3
--- pkgsrc/math/p5-Spreadsheet-ReadSXC/distinfo:1.2     Tue Nov  3 23:33:40 2015
+++ pkgsrc/math/p5-Spreadsheet-ReadSXC/distinfo Mon Sep  7 11:58:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:33:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/09/07 11:58:29 wiz Exp $
 
-SHA1 (Spreadsheet-ReadSXC-0.20.tar.gz) = dcbe5de22a7884c9600993052994f1e61d334c4c
-RMD160 (Spreadsheet-ReadSXC-0.20.tar.gz) = 297b8ee20d7543d7707847941c2ad781731beb34
-SHA512 (Spreadsheet-ReadSXC-0.20.tar.gz) = 9195ea28795be0557a4da2feef3d97f796dc93b919c29f6d57f4ccaf70a1c25326f86fc51ac2b73123b5f90364c2bccd9df0ceff77b432cc397b3484616df92d
-Size (Spreadsheet-ReadSXC-0.20.tar.gz) = 12938 bytes
+SHA1 (Spreadsheet-ReadSXC-0.24.tar.gz) = d929c6c232bcd9c6a970609eed204dfc4c0d739a
+RMD160 (Spreadsheet-ReadSXC-0.24.tar.gz) = ab3c40576176f65745ee85c2bfe366afd9592d8a
+SHA512 (Spreadsheet-ReadSXC-0.24.tar.gz) = 809b5e296b935a42c5de8599d97a567194a5cd02abb11b517897ece5219519a6f1accbd65d123a502d39729e296ec01689d91f30bc3493dad9b03474296cdcd0
+Size (Spreadsheet-ReadSXC-0.24.tar.gz) = 90964 bytes



Home | Main Index | Thread Index | Old Index