NOTICE: This package has been removed from pkgsrc

./devel/p5-Compress-Zlib, Perl5 module interface to the zlib compression library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.015nb1, Package name: p5-Compress-Zlib-2.015nb1, Maintainer: damon

This module provides a Perl interface to the zlib compression library.


Required to run:
[lang/perl5] [devel/p5-Compress-Raw-Zlib] [devel/p5-IO-Compress-Zlib]

Master sites: (Expand)

SHA1: 022daac3d0590b156dde207afdd2c374e6f70ef4
RMD160: ed09cbf3acc74a058eea007018eff832838ca40b
Filesize: 63.457 KB

Version history: (Expand)


CVS history: (Expand)


   2009-04-12 01:15:22 by Jens Rehsack | Files touched by this commit (34) | Package removed
Log message:
PkgSrc changes:
  - removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-10-13 14:42:37 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-Compress-Zlib to 2.015.
Based on PR 39555.

CHANGES
-------

  2.015 3 September 2008

      * Makefile.PL
        Backout changes made in 2.014

  2.014 2 September 2008

      * Makefile.PL
        Updated to check for indirect dependencies.

  2.012 15 July 2008

      * No Changes
   2008-05-29 00:12:08 by David Brownlee | Files touched by this commit (2)
Log message:
Updated devel/p5-Compress-Zlib to 2.011

2.011 17 May 2008

      * No Changes

  2.010 5 May 2008

      * Fixed problem that meant Perl 5.10 could not upgrade this module.
        [RT #35341]

  2.009 20 April 2008

      * Minor documentation issue with flush.
        [rt.cpan.org #31446]
   2007-11-30 16:32:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.008:

  2.008 2 November 2007

      * Minor documentation changes in README

  2.007 22 September 20007

      * lib/Compress/Zlib.pm -- 1.x Backward Compatability issues
        gzclose - documented return value was wrong, should be 0 for ok.
        gzflush - return value didn't match 1.x, should return 0 if ok.
        [rt.cpan.org #29215] and Debian bug #440943 http://bugs.debian.org/440943

  2.006 1 September 20007

      * Makefile.PL
        Added INSTALLDIRS directive to install as a core module when built
        on a perl >= 5.9.

      * t/03zlib-v1.t
        Fixed crc32 and adler32 tests in to remove ascii assumption.

      * lib/Compress/Zlib.pm
        Make gzreadline not support $/, just like in Compress::Zlib 1.x
        Folk who want $/ with readline support can get it in
        IO::Uncompress::Gunzip.
        [rt.cpan.org #28663] and Debian bug #435656 http://bugs.debian.org/435656
  2.005 18 June 2007

      * Added info about removing Compress::Zlib version 1, before
        installing version 2.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-03-08 20:11:13 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.004:

  2.004 3 March 2007

      * rewrote memGzip using IO::Compress::Gzip::gzip
   2007-02-02 20:11:17 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
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.