Wed Jul 16 00:30:14 2014 UTC ()
Update to 0.54. From the changelog:

* Optional features required versions now builtin
* Updated copyright to 2014
* Prefer Data::Peek over Data::Dumper
* Support (and prefer) Spreadsheet::ParseXLSX for .xlsx
* Store CSV parse error - if any - in $ss->[0]{error}
* Link xlsgrep during install
* Added xlsgrep to examples
* Allow -C B,D for xlscat
* More prominent reference to xlscat in docs
* /dev/null cannot be used for tests on Windows
* Improve documentation consistency (RT#80409)
* Updated copyright to 2013
* Force old(er) tar format (ustar) - assumes GNU tar on release box
* Fix yml/json optional_features
* Install utilities from example by default
* Several minor changes (for maint)
* Note that empty sheets are skipped when clip is true (RT#75277)
* Allow undef as valid value for the options (Max Maischein)
* Don't generate warnings when stripping whitespace and only
  generating one of cells or rc. (Max Maschein)
* Fix test warning under perl-5.17.x
* Updated copyright to 2012
* Support passing attributes to the underlying parser
* Do not strip fields in sheets with no cells at all (RT#74976)


(schmonz)
diff -r1.15 -r1.16 pkgsrc/math/p5-Spreadsheet-Read/Makefile
diff -r1.8 -r1.9 pkgsrc/math/p5-Spreadsheet-Read/distinfo

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

--- pkgsrc/math/p5-Spreadsheet-Read/Makefile 2014/05/29 23:36:55 1.15
+++ pkgsrc/math/p5-Spreadsheet-Read/Makefile 2014/07/16 00:30:14 1.16
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.15 2014/05/29 23:36:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2014/07/16 00:30:14 schmonz Exp $
2# 2#
3 3
4DISTNAME= Spreadsheet-Read-0.45 4DISTNAME= Spreadsheet-Read-0.54
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 3 
7CATEGORIES= math perl5 6CATEGORIES= math perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-Read/ 11HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-Read/
13COMMENT= Perl 5 module to read the data from a spreadsheet 12COMMENT= Perl 5 module to read the data from a spreadsheet
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Spreadsheet/Read/.packlist 16PERL5_PACKLIST= auto/Spreadsheet/Read/.packlist
18MAKE_ENV+= AUTOMATED_TESTING=1 17MAKE_ENV+= AUTOMATED_TESTING=1
19 18

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

--- pkgsrc/math/p5-Spreadsheet-Read/distinfo 2011/11/17 07:57:24 1.8
+++ pkgsrc/math/p5-Spreadsheet-Read/distinfo 2014/07/16 00:30:14 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2011/11/17 07:57:24 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.9 2014/07/16 00:30:14 schmonz Exp $
2 2
3SHA1 (Spreadsheet-Read-0.45.tgz) = d04c99378b07e92d6b33a9e1c1fded9c0534890a 3SHA1 (Spreadsheet-Read-0.54.tgz) = eb4aa7a89edc87173fd2c86b1e86da6a0a1a3062
4RMD160 (Spreadsheet-Read-0.45.tgz) = c07786c323b59738ed49afe14606b7c66971f28a 4RMD160 (Spreadsheet-Read-0.54.tgz) = d1e44c7d6ba1201e17d42b9e158c6a006cc8dfd0
5Size (Spreadsheet-Read-0.45.tgz) = 120056 bytes 5Size (Spreadsheet-Read-0.54.tgz) = 133153 bytes