Update p5-Spreadsheet-Read from version 0.35 to version 0.37.
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.37 Thu 09 Nov 2009 - IO streams improvements - MANIFEST fix 0.36 Thu 06 Nov 2009 - Add strip option - Spreadsheet::XLSX 0.12 still does not support attributes - Require Text::CSV_XS-0.69 for CSV for auto-detection of \r - New attribute "parser" to force format - Allow CSV streams - Allow SC streams - Allow XLS streams
This commit is contained in:
parent
854636d22a
commit
39a232436d
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/08/30 00:51:19 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/11/10 13:21:14 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Spreadsheet-Read-0.35
|
||||
DISTNAME= Spreadsheet-Read-0.37
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
||||
|
@ -22,9 +22,9 @@ REPLACE_PERL+= Read.pm
|
|||
|
||||
DEPENDS+= p5-Spreadsheet-ParseExcel>=0.49:../../math/p5-Spreadsheet-ParseExcel
|
||||
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
|
||||
DEPENDS+= p5-Text-CSV_XS>=0.65:../../textproc/p5-Text-CSV_XS
|
||||
DEPENDS+= p5-Text-CSV>=1.12:../../textproc/p5-Text-CSV
|
||||
DEPENDS+= p5-Spreadsheet-XLSX>=0.10:../../math/p5-Spreadsheet-XLSX
|
||||
DEPENDS+= p5-Text-CSV_XS>=0.69:../../textproc/p5-Text-CSV_XS
|
||||
DEPENDS+= p5-Text-CSV>=1.15:../../textproc/p5-Text-CSV
|
||||
DEPENDS+= p5-Spreadsheet-XLSX>=0.12:../../math/p5-Spreadsheet-XLSX
|
||||
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/08/30 00:51:19 seb Exp $
|
||||
$NetBSD: distinfo,v 1.3 2009/11/10 13:21:14 seb Exp $
|
||||
|
||||
SHA1 (Spreadsheet-Read-0.35.tgz) = 599b85a64ef67124f11d3b857891c2561844c0f6
|
||||
RMD160 (Spreadsheet-Read-0.35.tgz) = db7050a82596f1ddead204b50328039f5e69f30d
|
||||
Size (Spreadsheet-Read-0.35.tgz) = 117870 bytes
|
||||
SHA1 (Spreadsheet-Read-0.37.tgz) = ec517746d1e852cb024044fb890a8227f0b4c5ba
|
||||
RMD160 (Spreadsheet-Read-0.37.tgz) = bd12c95053164ff6b0174c7c31a2bc4103404578
|
||||
Size (Spreadsheet-Read-0.37.tgz) = 120256 bytes
|
||||
|
|
Loading…
Reference in a new issue