diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-07-16 00:30:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-07-16 00:30:14 +0000 |
commit | f46beb6ebbbcbe6d5d1fd4d06400945aafe436ce (patch) | |
tree | 75f77b3e44b5bde22b2c99d7b11c36f88a9e71ca /math/p5-Spreadsheet-Read | |
parent | f2d0f5e87c362a591b418f1457633518c85fa149 (diff) | |
download | pkgsrc-f46beb6ebbbcbe6d5d1fd4d06400945aafe436ce.tar.gz |
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)
Diffstat (limited to 'math/p5-Spreadsheet-Read')
-rw-r--r-- | math/p5-Spreadsheet-Read/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Spreadsheet-Read/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile index 786c3fddbfa..b8612fced90 100644 --- a/math/p5-Spreadsheet-Read/Makefile +++ b/math/p5-Spreadsheet-Read/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2014/05/29 23:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/07/16 00:30:14 schmonz Exp $ # -DISTNAME= Spreadsheet-Read-0.45 +DISTNAME= Spreadsheet-Read-0.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} EXTRACT_SUFX= .tgz diff --git a/math/p5-Spreadsheet-Read/distinfo b/math/p5-Spreadsheet-Read/distinfo index f14e363ab31..999ccf2cde5 100644 --- a/math/p5-Spreadsheet-Read/distinfo +++ b/math/p5-Spreadsheet-Read/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/11/17 07:57:24 hiramatsu Exp $ +$NetBSD: distinfo,v 1.9 2014/07/16 00:30:14 schmonz Exp $ -SHA1 (Spreadsheet-Read-0.45.tgz) = d04c99378b07e92d6b33a9e1c1fded9c0534890a -RMD160 (Spreadsheet-Read-0.45.tgz) = c07786c323b59738ed49afe14606b7c66971f28a -Size (Spreadsheet-Read-0.45.tgz) = 120056 bytes +SHA1 (Spreadsheet-Read-0.54.tgz) = eb4aa7a89edc87173fd2c86b1e86da6a0a1a3062 +RMD160 (Spreadsheet-Read-0.54.tgz) = d1e44c7d6ba1201e17d42b9e158c6a006cc8dfd0 +Size (Spreadsheet-Read-0.54.tgz) = 133153 bytes |