Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/p5-IO-Compress-Bzip2,
Perl module to parse bzip2 files and buffers
Branch: CURRENT,
Version: 2.015,
Package name: p5-IO-Compress-Bzip2-2.015,
Maintainer: pkgsrc-usersThis module provides a Perl interface to allow reading and writing
of bzip2 files/buffers.
Required to run:[
lang/perl5] [
devel/p5-IO-Compress-Base] [
devel/p5-Compress-Raw-Bzip2]
Master sites: (Expand)
SHA1: 379e8d8d112d1255a3b9974f70f5e1ed78479c7a
RMD160: 4b17cb5ae76cd4b24ebcb15d1f928394897030b4
Filesize: 73.621 KB
Version history: (Expand)
- (2009-04-13) Package deleted from pkgsrc
- (2008-11-05) Package added to pkgsrc.se, version p5-IO-Compress-Bzip2-2.015 (created)
CVS history: (Expand)
2009-04-12 01:15:22 by Jens Rehsack | Files touched by this commit (34) | |
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-11-05 16:41:14 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Import p5-IO-Compress-Bzip2-2.015 as devel/p5-IO-Compress-Bzip2.
This module provides a Perl interface to allow reading and writing
of bzip2 files/buffers.
|