Tue Aug 16 22:32:58 2011 UTC ()
Update to 0.59. Add missing dependencies.

0.59 April 6 2011

    + Patch for decryption of default encrypted workbooks from
      Alexey Mazurin.

    ! Fix for invalid formatting of text cell that are numeric.
      http://rt.cpan.org/Public/Bug/Display.html?id=62073


(wiz)
diff -r1.25 -r1.26 pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile
diff -r1.14 -r1.15 pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile 2011/08/14 13:38:24 1.25
+++ pkgsrc/math/p5-Spreadsheet-ParseExcel/Makefile 2011/08/16 22:32:57 1.26
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.25 2011/08/14 13:38:24 obache Exp $ 1# $NetBSD: Makefile,v 1.26 2011/08/16 22:32:57 wiz Exp $
2# 2#
3 3
4DISTNAME= Spreadsheet-ParseExcel-0.58 4DISTNAME= Spreadsheet-ParseExcel-0.59
5PKGNAME= p5-${DISTNAME}00 5PKGNAME= p5-${DISTNAME}00
6PKGREVISION= 1 
7CATEGORIES= math perl5 6CATEGORIES= math perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/ 10HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/
12COMMENT= Perl module to get information from an Excel file 11COMMENT= Perl module to get information from an Excel file
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
 16DEPENDS+= p5-Crypt-RC4-[0-9]*:../../security/p5-Crypt-RC4
 17DEPENDS+= p5-Digest-Perl-MD5-[0-9]*:../../security/p5-Digest-Perl-MD5
17DEPENDS+= p5-OLE-Storage_Lite>=0.19:../../devel/p5-OLE-Storage_Lite 18DEPENDS+= p5-OLE-Storage_Lite>=0.19:../../devel/p5-OLE-Storage_Lite
18DEPENDS+= p5-IO-stringy>=0:../../devel/p5-IO-stringy 19DEPENDS+= p5-IO-stringy>=0:../../devel/p5-IO-stringy
19 20
20USE_LANGUAGES= # empty 21USE_LANGUAGES= # empty
21PERL5_PACKLIST= auto/Spreadsheet/ParseExcel/.packlist 22PERL5_PACKLIST= auto/Spreadsheet/ParseExcel/.packlist
22 23
23.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo 2010/09/23 06:37:46 1.14
+++ pkgsrc/math/p5-Spreadsheet-ParseExcel/distinfo 2011/08/16 22:32:58 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2010/09/23 06:37:46 sno Exp $ 1$NetBSD: distinfo,v 1.15 2011/08/16 22:32:58 wiz Exp $
2 2
3SHA1 (Spreadsheet-ParseExcel-0.58.tar.gz) = 4c9a791205a5e9fbfe6e4059eca2f906407e10c2 3SHA1 (Spreadsheet-ParseExcel-0.59.tar.gz) = a75c7f0da0c42e41530c484560371535e188326c
4RMD160 (Spreadsheet-ParseExcel-0.58.tar.gz) = 46396d9433852a4c1a60b3f3631c60c1b0e86888 4RMD160 (Spreadsheet-ParseExcel-0.59.tar.gz) = 08e36e4eb3f149370f8fa64f29a0dffdda954c33
5Size (Spreadsheet-ParseExcel-0.58.tar.gz) = 169179 bytes 5Size (Spreadsheet-ParseExcel-0.59.tar.gz) = 188131 bytes