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)
This commit is contained in:
parent
884e900c94
commit
6555cbde88
2 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
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
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/p5-//}
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue