head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.28 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.26 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.22 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.20 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.18 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.16 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.14 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.12 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.10 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.0.10 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2007.02.02.19.11.17; author wiz; state dead; branches; next 1.3; 1.3 date 2005.05.30.21.09.44; author jschauma; state Exp; branches; next 1.2; 1.2 date 2004.02.22.16.35.39; author heinz; state Exp; branches; next 1.1; 1.1 date 2001.10.01.10.33.54; author agc; state Exp; branches; next ; desc @@ 1.4 log @Update to 2.003: 2.003 2 January 2007 * Added explicit version checking 2.002 29 December 2006 * Documentation updates. * Fix append mode with gzopen. rt-cpan.org 24041 * Allow gzopen to read from and write to a scalar reference. 2.001 1 November 2006 * Remove beta status. 2.000_14 26 October 2006 * No changes. 2.000_13 20 June 2006 * No changes. 2.000_12 16 April 2006 * Fixed gzread to zap the output buffer to an empty string when zero bytes are requested. This matches the behaviour of C::Z 1.x 2.000_11 10 April 2006 * No changes. 2.000_10 13 March 2006 * Changed gzread so that its behaviour matches C::Z::gzread 1.x if it is called after eof. In this case it will write an empty string into the output parameter. This change is solely for backward compatability reasons. 2.000_09 3 March 2006 * Posted to CPAN 2.000_08 2 March 2006 * Breakout zlib specific code into separate modules. * Limited support for reading/writing zip files 2.000_06 5 October 2005 * Added eof parameter to Compress::Zlib::inflate method. * Fixed issue with 64-bit 2.000_05 4 October 2005 * Renamed IO::* to IO::Compress::* & IO::Uncompress::* 2.000_04 23 September 2005 * Fixed some more non-portable test that were failing on VMS. * fixed problem where error messages in the oneshot interface were getting lost. 2.000_03 12 September 2005 * Fixed some non-portable test that were failing on VMS. * Fixed export of zlib constants from the IO::* classes 2.000_02 6 September 2005 * Split Append mode into Append and Merge * Fixed typos in the documentation. * Added pod/FAQ.pod * Added libscan to Makefile.PL * Added InputLength for IO::Gunzip et al 2.000_01 22 August 2005 * Fixed VERSION in Compress::Gzip::Constants * Removed Compress::Gzip::Info from the distribution. 2.000_00 21 August 2005 * First Beta relase of Compress::zlib rewrite. @ text @$NetBSD: patch-aa,v 1.3 2005/05/30 21:09:44 jschauma Exp $ --- Makefile.PL.orig Wed Jan 14 22:26:52 2004 +++ Makefile.PL @@@@ -76,7 +76,7 @@@@ WriteMakefile( }, ($BUILD_ZLIB ? zlib_files($ZLIB_LIB) - : (LIBS => [ "-L$ZLIB_LIB -lz " ]) + : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ]) ), ($] >= 5.005 ? (ABSTRACT_FROM => 'Zlib.pm', @ 1.3 log @Don't use "-R/foo", but use COMPILER_RPATH_FLAG instead. Should fix problems seen in IRIX bulk-builds. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2004/02/22 16:35:39 heinz Exp $ @ 1.2 log @Updated to version 1.33 Interesting changes since 1.21 ============================== * memGunzip has very slow on FreeBSD. Turns out to be down to the way realloc works on FreeBSD. Changed both inflate & deflate to use exponentially increasing buffer sizes when they need to realloc. Thanks to Peter Jeremy for the lowdown on FreeBSD memory allocation. * Fixed a bug in the inflate method where the input buffer is an lvalue (via substr). Problem & solution reported by Salvador Fandiqo. * Tightened up the logic in Makefile.PL when BUILD_ZLIB is True. Issue spotted by Ralf S. Engelschall. * Added prototypes to the subs in Zlib.pm that didn't already have them. Patch from Ed Avis. * Documentation for some of the gz functions updated. * Fix to allow intermingling of gzread & gzreadline - patch supplied by Doug Perham. * memGunzip will silently now work if the gzip trailer is missing. Some HTTP Origin Servers seem to leave it out. @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 + : (LIBS => [ "-L$ZLIB_LIB -R$ZLIB_LIB -lz " ]) @ 1.1 log @Standardise on one p5-Compress-Zlib package, and one version (1.14). Use buildlink functionality, provided by jlam. Unknown changes since previous version (1.11). @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2001/10/01 02:50:09 jlam Exp $ d3 1 a3 1 --- Makefile.PL.orig Thu May 31 18:24:58 2001 d5 1 a5 1 @@@@ -27,7 +27,7 @@@@ d8 1 a8 1 ? (MYEXTLIB => "$ZLIB_LIB/libz\$(LIB_EXT)") @