diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-26 07:59:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-26 07:59:37 +0000 |
commit | 286eda899efe8ce4271361b7591727ce084b9816 (patch) | |
tree | 0af6eaf213c624b62d7a79201a93ec98ed7ee478 /devel | |
parent | 9d93bf0800f985c0682f8301b60a1ef22d55fa82 (diff) | |
download | pkgsrc-286eda899efe8ce4271361b7591727ce084b9816.tar.gz |
Update to 0.14:
0.14 Mon Nov 8 14:00:00 2004
- Return filehandle close() value to caller. Spotted in
Spreadsheet::WriteExcel::Big by Edward James and
Reidar Johansen.
- Changed IO::Scalar from a "use" to a "require" and removed
the Makefile dependency to make H. Merijn Brand's life easier
for some reason. :-)
0.13 Sun Aug 1 13:00:00 2004
- Allowed use of user defined filehandles. This should make the
module work with mod_perl and some other applications.
https://rt.cpan.org/NoAuth/Bug.html?id=7168
0.12 Thu May 28 23:00:00 2004
- Applied patch to fix problems when creating very large files.
Thanks James Rouzier.
- Applied patch to allow IO::Scalar as a data destination.
Thanks Kyle Burton.
- Fixed pack() warning in perl5.8 - jmcnamara
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-OLE-Storage_Lite/Makefile b/devel/p5-OLE-Storage_Lite/Makefile index 6cc89c7286f..61ad709d1d7 100644 --- a/devel/p5-OLE-Storage_Lite/Makefile +++ b/devel/p5-OLE-Storage_Lite/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:33 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/26 07:59:37 wiz Exp $ -DISTNAME= OLE-Storage_Lite-0.11 +DISTNAME= OLE-Storage_Lite-0.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5osl -PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/OLE-Storage_Lite/ COMMENT= Module for reading and writing OLE-Structured files DEPENDS+= p5-IO-stringy>=2.101:../../devel/p5-IO-stringy diff --git a/devel/p5-OLE-Storage_Lite/distinfo b/devel/p5-OLE-Storage_Lite/distinfo index 0812a9ebcfe..1483e6d44b0 100644 --- a/devel/p5-OLE-Storage_Lite/distinfo +++ b/devel/p5-OLE-Storage_Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/06/26 07:59:37 wiz Exp $ -SHA1 (OLE-Storage_Lite-0.11.tar.gz) = 1f8311c5e6e8cfa882585830514e06d9d5e00971 -RMD160 (OLE-Storage_Lite-0.11.tar.gz) = b11a3b07d8ae987646c624e84c6e8aea3f2834e0 -Size (OLE-Storage_Lite-0.11.tar.gz) = 16592 bytes +SHA1 (OLE-Storage_Lite-0.14.tar.gz) = a9d928b37fc80eee2c0f693fb24658578eab7cc1 +RMD160 (OLE-Storage_Lite-0.14.tar.gz) = 60ad448f4d664294eca8ac3836ffd4fa4b1b0047 +Size (OLE-Storage_Lite-0.14.tar.gz) = 17592 bytes |