The NetBSD Project

CVS log for pkgsrc/devel/p5-IO-Compress/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / p5-IO-Compress

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 22 13:21:23 2012 UTC (2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Updating package for Perl5 module IO::Compress from CPAN in
devel/p5-IO-Compress from 2.048 to 2.049.

Upstream changes:
  2.049 18 February 2012
      * IO::Compress::Zip
        Error in t/cz-03zlib-v1.t that caused warnings with 5.15
        [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 31 08:12:26 2012 UTC (3 months, 3 weeks ago) by sno
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Updating package in devel/p5-IO-Compress for CPAN distribution IO-Compress
from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * Set minimum zlib version to 1.2.0

      * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
        [RT# 74503]

  2.047 28 January 2012
      * Set minimum Perl version to 5.6

      * IO::Compress::Zip
        - In one-shot zip, set the Text Flag if "-T" thinks the file is a
          text file.
        - In one-shot mode, wrote mod time & access time in wrong order
          in the "UT" extended field.

  2.046 18 December 2011
      * Minor update to bin/zipdetails

      * Typo in name of IO::Compress::FAQ.pod

      * IO::Uncompress::Unzip
        - Example for walking a zip file used eof to control the outer
          loop. This is wrong.

      * IO::Compress::Zip
        - Change default for CanonicalName to false.
          [RT# 72974]

  2.045 3 December 2011
      * Restructured IO::Compress::FAQ.pod

  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed

      * Added bin/zipdetails

      * IO::Compress::Zip
        - In one-shot mode enable Zip64 mode if the input file/buffer
          >= 0xFFFFFFFF bytes.

      * IO::Compress::FAQ
        - Updates

  2.043 20 November 2011
      * IO::Compress::Base
        - Fixed issue that with handling of Zip files with two (or more)
          entries that were STORED. Symptom is the first is uncompressed
          ok, but the next will terminate early if the size of the file is
          greater than BlockSize.
          Regression test added to t/006zip.t
          [RT# 72548]

  2.042 17 November 2011
      * IO::Compress::Zip
        - Added exUnixN option to allow creation of the "ux" extra field.
          This allows 32-bit UID/GID to be stored.
        - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID.

      * IO::Compress::Zlib::Extra::parseExtraField
        - Fixed bad test for length of ID field
          [RT# 72329 & #72505]

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 11 11:10:42 2011 UTC (6 months, 1 week ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)


Updating devel/p5-IO-Compress from 2.033nb2 to 2.040 to bring IO compression
module IO::Compress for the Perl programming language up to date.

Upstream changes:
  2.040 28 October 2011

        * t/105oneshot-zip-only.t
	  - CanonicalName test failure on Windows
	    [RT# 68926]

        * IO::Compress::Zip
	  - ExtAttr now populates MSDOS attributes

  2.039 28 October 2011

        * IO::Compress::Zip
	  - Added CanonicalName option.
	    Note this option is set to true by default.
	  - Added FilterName option

	* IO::Unompress::Base
	  - Fixed issue where setting $\ would corrupt the uncompressed data.
	    Thanks to Steffen Goeldner for reporting the issue.

	* t/050interop-*.t
	  - Handle case when external command contains a whitespace
	    RT #71335

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:10 2011 UTC (9 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 16 04:36:05 2011 UTC (13 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

Require same version p5-Compress-Raw-{Zlib,Bzip2}.

Bump PKGREVISION.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 11 09:07:38 2011 UTC (13 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.11: +11 -12 lines
Diff to previous 1.11 (colored)

Changes 2.033:
* Fixed typos & spelling errors.

Changes 2.032:
* IO::Uncompress::Base
  - An input file that had a valid header, and so would allow
    creation of the uncompression object, but was then followed by
    corrupt data would trigger an infinite loop when using the
    input line oprator.
* IO::Compress::Gzip
  - XFL default settings for max compression & fastest algorithm were
    the wrong way around. Thanks to Andrey Zholos for spotting this.
* IO::Compress::Base::Common
  - Fixed precedence problem in parameter parsing code.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 21 16:33:51 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 31 10:08:47 2010 UTC (21 months, 3 weeks ago) by sno
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Updating devel/p5-IO-Compress from 2.024 to 2.030

pkgsrc changes:
- adjusting dependencies

Upstream changes:
  2.030 22 July 2010
      * IO::Compress::Zip
        - Updates to documentation.
        - Changes default value for ExtAttr on Unix to 0100644
      * IO::Uncompress::Unzip
        Reworked the "Name" option and examples in the pod.
      * IO::Uncompress::Base
        Fixed problem with nextStream not returning 0 when there is no
        next stream and Transparent is false.

  2.027 24 April 2010
      * Compress::Zlib
        Remove autoload code from Zlib.pm.
        [perl #74088]

  2.026 7 April 2010
      * IO::Uncompress::Zip
        - Some updates to IO::Compress::Zip documentation.
        - Fixed default setting for ExtAttr.

  2.025 27 March 2010
      * IO::Uncompress::Unzip
        The "Name" option wasn't documented.
      * Allow zlib version check to be disabled by setting
        TEST_SKIP_VERSION_CHECK environment variable.
        [RT #54510]

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 20 15:07:19 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update to 2.024:

  2.024 7 January 2010

      * Compress::Zlib
        Get memGunzip & memGzip to set $gzerrno
        [RT# 47283]

      * Compress::Zlib
        Export memGunzip, memGzip and zlib_version on demand
        [RT# 52992]

      * examples/io/anycat
        This sample was using IO::Uncompress::AnyInflate. Much better to
        use IO::Uncompress::AnyUncompress.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 15 15:55:03 2009 UTC (2 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Updating package devel/p5-IO-Compress from 2.022 to 2.023

Upstream changes:
  2.023 9 November 2009
      * IO::Compress::AnyUncompress
        Added support for lzma_alone & xz.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 25 13:00:48 2009 UTC (2 years, 6 months ago) by sno
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Updating devel/p5-IO-Compress from 2.021 to 2.022

Upstream changes:
  2.022 9 October 2009
      * IO::Compress - Makefile.PL
        Fix for core.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 12 18:26:31 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Updating package devel/p5-IO-Compress from 2.020 to 2.021

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
2.021 30 August 2009
      * IO::Compress::Base.pm
        - Less warnnings when reading from a closed filehandle.
          [RT# 48350]
        - Fixed minor typo in an error message.
          [RT# 39719]

      * Makefile.PL
        The PREREQ_PM dependency on Scalar::Util got dropped when
        IO-Compress was created in 2.017.
        [RT# 47509]

      * IO::Compress::Zip.pm
        - Removed restriction that zip64 is only supported in streaming
          mode.
        - The "version made by" and "extract" fields in the zip64 end
          central record were swapped.
        - In the End Central Header record the "offset to the start of the
          central directory" will now always be set to 0xFFFFFFFF when
          zip64 is enabled.
        - In the End Central Header record the "total entries in the
          central directory" field will be set to 0xFFFF if zip64 is
          enabled AND there are more than 0xFFFF entries present.

      * IO::Uncompress::Unzip.pm
        - Don't consume lots of memory when walking a zip file. This makes
          life more bearable when dealing with zip64.

      * Compress::Zlib.pm
        - documented that memGunzip cannot cope with concatenated gzip data
          streams.

      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]

      * IO::Compress::Gzip::Constants.pm
        - GZIP_FEXTRA_MAX_SIZE was set to 0xFF. Should be 0xFFFF.  This
          issue came up when attempting to unzip a file created by MS
          Office 2007.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 11 11:25:57 2009 UTC (2 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

pkgsrc changes:
  - Updating package for p5 modules belonging to IO::Compress from 2.019
    to 2.020
  - changes license to ${PERL5_LICENSE} according to META.yaml
  - update dependencies according to META.yaml

Upstream changes:
  2.020 3 June 2009
      * IO::Uncompress::Base.pm
        - Fixed problem with LimitOutput where a call to uncompress
          created more uncompressed output, but didn't consume any of
          the input buffer. The symptom is the underlying compression
          library (zlib or bzip2) thinks the input stream is corrupt.
          [RT #46582]

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 5 05:49:54 2009 UTC (3 years ago) by sno
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

PkgSrc changes:
  - Updating package for p5 modules IO::Compress, IO::Uncompress and
    derived from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * IO::Uncompress::Adapter::Bunzip2
        - Fixed problem with EOF check.

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 4 05:57:14 2009 UTC (3 years ago) by sno
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2 (colored)

PkgSrc changes:
  - Updating package for p5 modules IO::Compress, IO::Uncompress and
    derived from 2.017 to 2.018
  - Setting license to gnu-gpl-v2

Upstream changes:
  2.018 3 May 2009
      * IO::Uncompress::Bunzip2
        - The interface to Compress-Raw-Bzip2 now uses the new LimitOutput
          feature. This will make all of the bzip2-related IO-Compress modules
          less greedy in their memory consumption.
      * IO::Compress::Zip
        - Fixed exTime & exUnix2
        - Fixed 'Use of uninitialized value in pack' warning when using
          ZIP_CM_STORE.

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 2 16:21:43 2009 UTC (3 years ago) by reed
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Apr 11 22:42:33 2009 UTC (3 years, 1 month ago) by sno
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

PkgSrc changes:
  - Importing package devel/p5-IO-Compress which updates (finally)
    * devel/p5-IO-Compress-Base
    * devel/p5-IO-Compress-Bzip2
    * devel/p5-IO-Compress-Zlib
    * devel/p5-Compress-Zlib

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()


Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 11 22:42:33 2009 UTC (3 years, 1 month ago) by sno
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>