Commit graph

8 commits

Author SHA1 Message Date
he
b021813da0 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-19 19:17:40 +00:00
obache
f3819b4d34 Update p5-IO-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.
2008-10-13 12:40:17 +00:00
heinz
c48322232e Updated to version 2.012.
Pkgsrc changes:
  - Requires p5-IO-Compress-Base-2.012 and p5-Compress-Raw-Zlib-2.012

It looks like there were no functional changes (see the Changes file) and
the version number increased only to stay in line with all the other Zlib
modules. Anyway, Compress::Zlib 2.012 demands version 2.012 of IO::Compress::*, thus this update.
2008-07-17 18:49:47 +00:00
abs
b1f491957a Updated devel/p5-IO-Compress-Zlib to 2.011
2.011 17 May 2008

      * IO::Uncompress::Unzip
        - Print an error message if the zip file contains a
          member compressed with bzip2 and IO::Uncompress::Bunzip2 is
          not available.
        - Could not cope with mixed compression zip files. For example a
          zip file that contains both STORED and DEFLATED content.
          [RT #35573]

  2.010 5 May 2008

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

  2.009 20 April 2008

      * IO::Compress::Zip

        - Added exUnix2 option to allow storing of UID & GID.
        - When running on a Unix derivative the ExtAttr option now defaults
          to the equivalent of 0666. For all other systems the default
          remains 0.
2008-05-28 22:15:20 +00:00
wiz
cdb68f4c44 Update to 2.008:
2.008 2 November 2007

      * Minor documentation changes in README

      * t/compress/truncate.pl
        EBCDIC Cleanup.

      * IO::Compress::Gzip::Constants.pm
        Tidied up the character classes used to defined invalid
        FNAME & FCOMMENT fields for EBCDIC.

  2.006 1 September 2007

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

      * IO::Uncompress::RawDeflate

        - Fixed export problem - "$RawDeflateError" and "rawdeflate" were
          not being exported with ":all".

  2.005 18 June 2007

      * IO::Compress::Gzip & IO::Uncompress::Gunzip

        - RFC1952 says that the FNAME & FCOMMENT header fields must be ISO
          8859-1 (LATIN-1) characters. The code can optionally police this.
          Added a fix for this logic when running on EBCDIC.

      * Makefile.PL

        - Check if IO::Compress::Bzip2 is already installed. If it is, add
          to the PREREQ_PM list.
2007-11-30 15:30:40 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
1500413e37 Update to 2.004:
2.004 3 March 2007

      * IO::Compress::Zip

        - Added Zip64 documentation.

        - Fixed extended timestamp.
          Creation time isn't available in Unix so only store the
          modification time and the last access time in the extended field.

        - Fixed file mode.

        - Added ExtAttr option to control the value of the "external file
          attributes" field in the central directory.

        - Added Unix2 extended attribute ("Ux").
          This stores the UID & GID.

      * IO::Compress::Gzip

        - Fixed 050interop-gzip.t for Windows
2007-03-08 19:02:29 +00:00
wiz
701567e3fc Initial import:
This module provides a Perl interface to allow reading and writing of RFC
1950, 1951, 1952 (i.e. gzip) and zip files/buffers.
2007-02-02 19:09:57 +00:00