diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-12 12:27:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-12 12:27:08 +0000 |
commit | 783b50220837702a9c54a9ff615628cb50244fe2 (patch) | |
tree | 228cbc60a3291992c71afff6080bf7af6fc8c4c7 /math | |
parent | 230a4d2b76b4ceeb29a568de7e8dbb8d6d57127f (diff) | |
download | pkgsrc-783b50220837702a9c54a9ff615628cb50244fe2.tar.gz |
Update to 0.13-withoutworldwriteables, and call it 0.13nb1.
0.13 Sun May 16 13:08:12 MSD 2010
- ability to read xlsx from filehandle (RT #57483, thanks Sergey Pushkin)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-XLSX/Makefile | 13 | ||||
-rw-r--r-- | math/p5-Spreadsheet-XLSX/distinfo | 8 |
2 files changed, 11 insertions, 10 deletions
diff --git a/math/p5-Spreadsheet-XLSX/Makefile b/math/p5-Spreadsheet-XLSX/Makefile index 1372def547c..963e1114570 100644 --- a/math/p5-Spreadsheet-XLSX/Makefile +++ b/math/p5-Spreadsheet-XLSX/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:35:15 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/12 12:27:08 wiz Exp $ # -DISTNAME= Spreadsheet-XLSX-0.12 -PKGNAME= p5-${DISTNAME} +DISTNAME= Spreadsheet-XLSX-0.13-withoutworldwriteables +PKGNAME= p5-${DISTNAME:S/-withoutworldwriteables//} PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} @@ -11,13 +11,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-XLSX/ COMMENT= Perl 5 module to read MS Excel 2007 files +DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip +DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel + PKG_DESTDIR_SUPPORT= user-destdir +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/p5-//} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist -DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip -DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Spreadsheet-XLSX/distinfo b/math/p5-Spreadsheet-XLSX/distinfo index e7c4affff89..77f24d56505 100644 --- a/math/p5-Spreadsheet-XLSX/distinfo +++ b/math/p5-Spreadsheet-XLSX/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/11/10 12:14:55 seb Exp $ +$NetBSD: distinfo,v 1.4 2010/09/12 12:27:08 wiz Exp $ -SHA1 (Spreadsheet-XLSX-0.12.tar.gz) = de82dd4e3bb6bcc14f2a95e666601869d1a77bb5 -RMD160 (Spreadsheet-XLSX-0.12.tar.gz) = a274650ebddb988cd1090f0db8d0dae008620d7e -Size (Spreadsheet-XLSX-0.12.tar.gz) = 50176 bytes +SHA1 (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 32f695bc0bf8ec9f9b004a10a03624df44dea763 +RMD160 (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = ac54a9d94e70c9c84913e708d019874d243e0f55 +Size (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 50308 bytes |