summaryrefslogtreecommitdiff
path: root/devel/p5-OLE-Storage_Lite/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-26 07:59:37 +0000
committerwiz <wiz>2005-06-26 07:59:37 +0000
commitf91df46c4e26cc407a39cb96e2d7ceb4cc65c902 (patch)
tree0af6eaf213c624b62d7a79201a93ec98ed7ee478 /devel/p5-OLE-Storage_Lite/Makefile
parentc84aec68f5433b7b15bc8414803dc098d9a349e3 (diff)
downloadpkgsrc-f91df46c4e26cc407a39cb96e2d7ceb4cc65c902.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/p5-OLE-Storage_Lite/Makefile')
-rw-r--r--devel/p5-OLE-Storage_Lite/Makefile8
1 files changed, 4 insertions, 4 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