Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/p5-IO-Compress,
IO Interface to compressed data files/buffers
Branch: CURRENT,
Version: 2.081nb3,
Package name: p5-IO-Compress-2.081nb3,
Maintainer: pkgsrc-usersThis distribution provides a Perl interface to allow reading and writing of
compressed data created with the zlib and bzip2 libraries.
IO-Compress supports reading and writing of bzip2, RFC 1950, RFC
1951, RFC 1952 (i.e. gzip) and zip files/buffers.
Required to run:[
lang/perl5] [
devel/p5-Compress-Raw-Zlib] [
devel/p5-Compress-Raw-Bzip2]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 1ee559e82d2710933849830212f29ed273f12529
RMD160: cf444f7e6bab3f83dbbe84e5587474bd2e93e025
Filesize: 238.188 KB
Version history: (Expand)
- (2020-09-05) Package deleted from pkgsrc
- (2020-09-01) Updated to version: p5-IO-Compress-2.081nb3
- (2019-08-11) Updated to version: p5-IO-Compress-2.081nb2
- (2018-08-22) Updated to version: p5-IO-Compress-2.081nb1
- (2018-04-23) Updated to version: p5-IO-Compress-2.081
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-04-23 09:20:22 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.081
Upstream changes:
2.081 4 April 2018
* previous release used $^W instead of use warnings. Fixed.
2.080 2 April 2018
* bin/zipdetails
#124003: zipdetails SYNOPSIS section got a typo: zipdetaile-> zipdetails
* IO::Uncompress::Base.pm
Changes for Archive::Zip::SimpleUnzip
* bin/zipdetails
Fix issues with zip64 archives.
* bin/zipdetails
Cope with zip archives where there is padding data after the compressed \
payload.
Example is Microsoft appx file.
* File::GlobMapper
#120580: File::GlobMapper::$VERSION needs increment; trailing whitespace
* t/cz-03zlib-v1.t
valgrind errors fixed in Compress::Raw::Zlib 2.0.75 for issue #121074
#121076: uninitialized errors from valgrind
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-03-11 12:20:19 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.074
Upstream changes:
2.074 19 Feb 2017
* Fix bad 2.073 release
2.073 18 Feb 2017
* #120239: [PATCH] ISA fixes for c3
2.072 12 Feb 2017
* Makefile.PL
#120084: Need Fix for Makefile.PL depending on . in @INC
|
2017-01-30 02:58:28 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.070
Upstream changes:
2.070 28 Dec 2016
* File::GlobMapper
#117675: Fix prototype errors while lazy loading the module
* zipdetails
#116538: CVE-2016-1238: avoid loading optional modules from default .
|