pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   sno
Date:           Sat Apr 11 23:15:22 UTC 2009

Modified Files:
        pkgsrc/archivers/p5-Archive-Zip: Makefile
        pkgsrc/audio/p5-MP3-Tag: Makefile
        pkgsrc/devel/p5-IO-Zlib: Makefile
        pkgsrc/devel/p5-PAR: Makefile
        pkgsrc/devel/p5-POE: Makefile
        pkgsrc/devel/svk: Makefile
        pkgsrc/graphics/p5-Image-Size: Makefile
        pkgsrc/graphics/p5-SWF-File: Makefile
        pkgsrc/mail/spamassassin: Makefile
        pkgsrc/multimedia/p5-xmltv: Makefile
        pkgsrc/net/netdisco: Makefile
        pkgsrc/net/p5-SOAP-Lite: Makefile
        pkgsrc/net/p5-eBay-API: Makefile
        pkgsrc/security/amavis-perl: Makefile
        pkgsrc/security/amavisd-new: Makefile
        pkgsrc/security/p5-Crypt-OpenPGP: Makefile
        pkgsrc/textproc/p5-Convert-ASCII-Armour: Makefile
        pkgsrc/textproc/p5-PDF-API2: Makefile
        pkgsrc/textproc/p5-Text-PDF: Makefile
        pkgsrc/www/p5-Apache-ASP: Makefile
        pkgsrc/www/p5-URI-Fetch: Makefile
        pkgsrc/www/p5-libwww: Makefile
Removed Files:
        pkgsrc/devel/p5-Compress-Zlib: DESCR Makefile distinfo
        pkgsrc/devel/p5-IO-Compress-Base: DESCR Makefile distinfo
        pkgsrc/devel/p5-IO-Compress-Bzip2: DESCR Makefile distinfo
        pkgsrc/devel/p5-IO-Compress-Zlib: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/p5-Archive-Zip/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/p5-MP3-Tag/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/p5-Compress-Zlib/DESCR
cvs rdiff -u -r1.26 -r0 pkgsrc/devel/p5-Compress-Zlib/Makefile
cvs rdiff -u -r1.18 -r0 pkgsrc/devel/p5-Compress-Zlib/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/p5-IO-Compress-Base/DESCR
cvs rdiff -u -r1.7 -r0 pkgsrc/devel/p5-IO-Compress-Base/Makefile
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/p5-IO-Compress-Base/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/p5-IO-Compress-Bzip2/DESCR \
    pkgsrc/devel/p5-IO-Compress-Bzip2/Makefile \
    pkgsrc/devel/p5-IO-Compress-Bzip2/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/p5-IO-Compress-Zlib/DESCR
cvs rdiff -u -r1.7 -r0 pkgsrc/devel/p5-IO-Compress-Zlib/Makefile
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/p5-IO-Compress-Zlib/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-IO-Zlib/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-PAR/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-POE/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/svk/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/p5-Image-Size/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/p5-SWF-File/Makefile
cvs rdiff -u -r1.92 -r1.93 pkgsrc/mail/spamassassin/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/p5-xmltv/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/netdisco/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/p5-SOAP-Lite/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/p5-eBay-API/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/amavis-perl/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/amavisd-new/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/p5-Crypt-OpenPGP/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-Convert-ASCII-Armour/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/p5-PDF-API2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Text-PDF/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/p5-Apache-ASP/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-URI-Fetch/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/p5-libwww/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index