summaryrefslogtreecommitdiff
path: root/devel/p5-OLE-Storage_Lite
AgeCommit message (Collapse)AuthorFilesLines
2010-01-24Update p5-OLE-Storage_Lite from version 0.18 to version 0.19.seb2-6/+6
Upstream changes: 0.19 Tue Nov 24 2009 ! Fixed bug where the OLE header wasn't been written correctly for files < 7MB. This was causing Spreadsheet::WriteExcel problems in Windows 7.
2009-01-04Update from version 0.17nb1 to 0.18.he2-7/+6
Upstream changes: 0.18 Wed Dec 31 00:00:00 2008 - Fixed internal version numbers.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-11Update from version 0.15 to 0.17. Changes:he2-6/+6
0.17 Tue May 10 00:00:00 2008 - Rewrote internal date handling functions to avoid Math::BigInt due to further problems introduced by the patch in 0.15. http://rt.cpan.org/Public/Bug/Display.html?id=34567 Reported by Andrew Benham. 0.16 Tue Feb 19 23:00:00 2008 - Workaround for HP-UX Perl 5.6 integer bug. Thanks Bob Rose. - Fix for binmode() on IO::Scalar. Reported by Tobias Tacke: http://rt.cpan.org/Public/Bug/Display.html?id=32603
2008-02-07Updated to version 0.15.heinz2-10/+11
Pkgsrc changes: - Simplified MASTER_SITES. - The package supports installation to DESTDIR. - A compiler is not necessary. Changes since version 0.14: =========================== 0.15 Sat Dec 1 18:00:00 2007 - Fix for OLE::Storage_Lite performance degradation caused by Math::BigInt degradation. http://rt.cpan.org/Public/Bug/Display.html?id=31006 Thanks Jonathan Kamens.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-26Update to 0.14:wiz2-8/+8
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
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-02Initial import of p5-OLE-Storage_Lite 0.11mjl4-0/+24
Simple Perl class for OLE document interface