diff options
author | mef <mef@pkgsrc.org> | 2016-05-24 12:14:14 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-05-24 12:14:14 +0000 |
commit | 4050ce1ade038426fc74b865e55c6d18198249dd (patch) | |
tree | cbc6ef5572b383ff55b41e042616cdb1f4342238 /math/p5-Spreadsheet-XLSX | |
parent | e4c4521f873e73d24ef0e5b17daea65d43a339ef (diff) | |
download | pkgsrc-4050ce1ade038426fc74b865e55c6d18198249dd.tar.gz |
Updated math/p5-Spreadsheet-XLSX 0.15
-------------------------------------
0.15
- revert a numeric formatting change which caused isssues with Spreadsheet::Read.
0.14
- change default date format to yyyy-mm-dd. This matches Spreadsheet::ParseExcel.
- handle xml tag attributes in varying order (RT #86667, et.al.)
Diffstat (limited to 'math/p5-Spreadsheet-XLSX')
-rw-r--r-- | math/p5-Spreadsheet-XLSX/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Spreadsheet-XLSX/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/math/p5-Spreadsheet-XLSX/Makefile b/math/p5-Spreadsheet-XLSX/Makefile index f75bc2c636d..1364b1dbff2 100644 --- a/math/p5-Spreadsheet-XLSX/Makefile +++ b/math/p5-Spreadsheet-XLSX/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:50:31 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/24 12:14:14 mef Exp $ # -DISTNAME= Spreadsheet-XLSX-0.13-withoutworldwriteables -PKGNAME= p5-${DISTNAME:S/-withoutworldwriteables//} -PKGREVISION= 6 +DISTNAME= Spreadsheet-XLSX-0.15 +PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-XLSX/ COMMENT= Perl 5 module to read MS Excel 2007 files +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel diff --git a/math/p5-Spreadsheet-XLSX/distinfo b/math/p5-Spreadsheet-XLSX/distinfo index 9b663da92b5..4fa4817510b 100644 --- a/math/p5-Spreadsheet-XLSX/distinfo +++ b/math/p5-Spreadsheet-XLSX/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:33:40 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/24 12:14:14 mef Exp $ -SHA1 (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 32f695bc0bf8ec9f9b004a10a03624df44dea763 -RMD160 (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = ac54a9d94e70c9c84913e708d019874d243e0f55 -SHA512 (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 519eb5636ffe87cc6589afc7930078c2a11b3a41cbe03a3c5b23d3225bee825f6e45ba1e8f4d889c6b14b4283f09a6926223e49f8ce6dd27bcf67eca659734da -Size (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 50308 bytes +SHA1 (Spreadsheet-XLSX-0.15.tar.gz) = 28772cc4825ff73c47fa1197a244e71892236f7e +RMD160 (Spreadsheet-XLSX-0.15.tar.gz) = d8fcf42592ba29daa3c5d1f7e20c48bf25e6095a +SHA512 (Spreadsheet-XLSX-0.15.tar.gz) = dddab8b84796938a8ea1a07b11c0680f4abd91158e20c35acd5093ff5e6f731d9714e1ef53d8eeba1d2680ead2d4a38bc25fb2d6eed02a98b69d09a4caf86ca2 +Size (Spreadsheet-XLSX-0.15.tar.gz) = 71878 bytes |