pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Spreadsheet-Read
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 17 20:13:01 UTC 2017
Modified Files:
pkgsrc/math/p5-Spreadsheet-Read: Makefile distinfo
Log Message:
p5-Spreadsheet-Read: update to 0.74.
0.74 - 27 Aug 2017, H.Merijn Brand
* Re-enable opening files with bad characters in the filename (issue#14)
0.73 - 30 Jul 2017, H.Merijn Brand
* Spreadsheet::XLSX::Reader::LibXML support completely dropped
* New options for ss2tk (font specs and SS labels)
* Safer xls2csv option parsing/passing
* Pass unknown command-line options to the parser
* Fix ReadData ("a,b,c\n1,2,3\n", parser => "csv")
* Drop 5.8.0 support. 5.8.1 is now minimum
0.72 - 25 May 2017, H.Merijn Brand
* get_active_sheet is only available as of Spreadsheet::ParseExcel 0.61
* Support password protected spreadsheets (implementation just for Excel)
* Do not warn on undefined labels (xlscat)
0.71 - 13 May 2017, H.Merijn Brand
* Use -w as intended
* Add option pivot
* No trailing spaces on xlscat -L
* Lexicalize code snippet (issue#12)
* Add attr method
* Remove special chars from worksheet name component (Windows, PR#13)
* Add refresh to ss2tk / csv2tk
* Add shortcut for UTF-8 output to xlscat
* Upgrade recommended modules to required for cpancover
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/p5-Spreadsheet-Read/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/p5-Spreadsheet-Read/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-Read/Makefile
diff -u pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.23 pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.24
--- pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.23 Mon Jun 5 14:24:12 2017
+++ pkgsrc/math/p5-Spreadsheet-Read/Makefile Sun Sep 17 20:13:01 2017
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2017/06/05 14:24:12 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.24 2017/09/17 20:13:01 wiz Exp $
-DISTNAME= Spreadsheet-Read-0.70
+DISTNAME= Spreadsheet-Read-0.74
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
EXTRACT_SUFX= .tgz
@@ -20,7 +18,6 @@ MAKE_ENV+= AUTOMATED_TESTING=1
# This is useless but placate check-interpreter.mk
REPLACE_PERL+= Read.pm
-#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-Spreadsheet-ParseExcel>=0.57:../../math/p5-Spreadsheet-ParseExcel
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
@@ -28,8 +25,8 @@ DEPENDS+= p5-Spreadsheet-XLSX>=0.12:../.
DEPENDS+= p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS
DEPENDS+= p5-Text-CSV>=1.17:../../textproc/p5-Text-CSV
+# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
-#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/p5-Spreadsheet-Read/distinfo
diff -u pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.13 pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.14
--- pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.13 Sat Mar 4 01:25:43 2017
+++ pkgsrc/math/p5-Spreadsheet-Read/distinfo Sun Sep 17 20:13:01 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/03/04 01:25:43 wen Exp $
+$NetBSD: distinfo,v 1.14 2017/09/17 20:13:01 wiz Exp $
-SHA1 (Spreadsheet-Read-0.70.tgz) = 342bdc289271dad4aafa3e95f4f5ffe18a4b4bac
-RMD160 (Spreadsheet-Read-0.70.tgz) = aa29eeeebc67bbd4895c2b9c85acc1a3388dcc05
-SHA512 (Spreadsheet-Read-0.70.tgz) = 24e943a1114160e189a95607162a18564b8adfe21bc20f1687782f9719d67c78e52b99de07c8c913da6bb1f5e120df2d80d80ecc2554d4194966606de9aa1c80
-Size (Spreadsheet-Read-0.70.tgz) = 167793 bytes
+SHA1 (Spreadsheet-Read-0.74.tgz) = 2bd64898aaa1da432ff559b5b39c04721c2c33f2
+RMD160 (Spreadsheet-Read-0.74.tgz) = e2b75976873016fd602218fac314dc32aa6688b5
+SHA512 (Spreadsheet-Read-0.74.tgz) = f81e44421b66e9d8a3f6e3a54ee99b3b8670cdd3b12028c1f0189792c733be1b2dc9379b0ce15e6ff20433f294f34a51e84579ea31d800219d75e2cbc1ebf54f
+Size (Spreadsheet-Read-0.74.tgz) = 176508 bytes
Home |
Main Index |
Thread Index |
Old Index