Subject: CVS commit: pkgsrc/archivers/p5-Archive-Tar
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 10/15/2005 20:56:03
Module Name: pkgsrc
Committed By: heinz
Date: Sat Oct 15 20:56:03 UTC 2005
Modified Files:
pkgsrc/archivers/p5-Archive-Tar: Makefile distinfo
Log Message:
Updated to version 1.26.
Pkgsrc changes:
- Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
- New prerequisite p5-Text-Diff, due to new program 'ptardiff'
Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
- the 'ptardiff' was not included in the exe_files section
of the makefile.pl, meaning it didn't get installed by default.
* important changes in version 1.25 20/8/2005:
- Move the changes into it's own file
- Add patch from abeltje to make tests pass on VMS. This is *just*
the tests -- code may need some extra work to be reliable (#12678)
- Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
- Add a warning if the read() call from new() fails to return data
- Address #13636, where heuristics were 'upgrading' a file to a
directory if the file had an @LongLink entry, and the shortened
filename ended in a '/'.
- Add ptardiff program as suggested by KWILLIAMS (#13658)
* important changes in version 1.24 3/5/2005:
- Fix a bug where alternate absolute extract paths would add an
extra directory upon extract (bug #11342)
- Added support for 'perlio' (available for perl5.8 and up).
See the Archive::Tar documentation for details
* important changes in version 1.23 3/12/2004:
- 03_file.t wasn't present in the MANIFEST
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/archivers/p5-Archive-Tar/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/archivers/p5-Archive-Tar/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.