Skip Menu |

This queue is for tickets about the Archive-Tar CPAN distribution.

Report information
The Basics
Id: 31806
Status: resolved
Priority: 0/
Queue: Archive-Tar

People
Owner: Nobody in particular
Requestors: gregor+debian [...] comodo.priv.at
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Please add support for bzipped tar files
Date: Fri, 21 Dec 2007 17:18:47 +0100
To: bug-Archive-Tar [...] rt.cpan.org
From: gregor herrmann <gregor+debian [...] comodo.priv.at>
Hi, we've received the following feature request at the Debian Bug Tracking system (cf. http://bugs.debian.org/457326). Cheers, gregor (Debian Perl Group) ----- Forwarded message from Vincent Lefevre <vincent [at] vinc17.org> ----- From: Vincent Lefevre <vincent [at] vinc17.org> To: Debian Bug Tracking System <submit [at] bugs.debian.org> Subject: Bug#457326: libarchive-tar-perl: Please add support for bzipped tar files Date: Fri, 21 Dec 2007 16:34:22 +0100 Reply-To: Vincent Lefevre <vincent [at] vinc17.org>, 457326 [at] bugs.debian.org Package: libarchive-tar-perl Version: 1.36-1 Severity: wishlist Archive::Tar supports compressed and gzipped tar files, but not bzipped tar files, which are more and more used. Show quoted text
----- End forwarded message ----- -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : debian: the universal operating system - http://www.debian.org/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `- NP: Ludwig Hirsch: Die Omama
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Hi, On Fri Dec 21 11:19:33 2007, gregor+debian@comodo.priv.at wrote: Show quoted text
> we've received the following feature request at the Debian Bug > Tracking system (cf. http://bugs.debian.org/457326). > > Cheers, > gregor (Debian Perl Group) > > ----- Forwarded message from Vincent Lefevre <vincent [at] vinc17.org> > ----- > > From: Vincent Lefevre <vincent [at] vinc17.org> > To: Debian Bug Tracking System <submit [at] bugs.debian.org> > Subject: Bug#457326: libarchive-tar-perl: Please add support for > bzipped tar > files > Date: Fri, 21 Dec 2007 16:34:22 +0100 > Reply-To: Vincent Lefevre <vincent [at] vinc17.org>, 457326 [at] > bugs.debian.org > > Package: libarchive-tar-perl > Version: 1.36-1 > Severity: wishlist > > Archive::Tar supports compressed and gzipped tar files, but not > bzipped tar files, which are more and more used.
This was very hard to do, but with the recent stabilization of the IO::.*::bzip2 modules, this has become much easier I have just uploaded 1.39_02 to CPAN, with bzip2 support. Here is the relevant changes entry: * important changes in version 1.39_02 25/08/2008: - Address #31806: Please add support for bzipped tar files. Archive::Tar now supports reading/writing tar.bz2 files. - Since IO::Zlib is now core, it is now a default dependency. - Added Package::Constants as a dependency to ease the use of A::T::Constants - Dependency on IO::Compress::Bzip2 and IO::Uncompress::Bunzip2 is on by default, but can be negated with the -n switch when building: 'perl Makefile.PL -n' - Improve documentation on the new ->iter function