pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Tar Update to version 1.21.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c7405e5777e
branches: trunk
changeset: 483507:7c7405e5777e
user: seb <seb%pkgsrc.org@localhost>
date: Sat Nov 13 13:42:29 2004 +0000
description:
Update to version 1.21.
While here add HOMEPAGE.
Changes since last packaged version (1.10)
* important changes in version 1.21 9/11/2004:
This release holds only bugfixes.
- Make the size of symlinks be 0 in tar headers, so the next entry
is not interpreted as contents of the symlink (bug #7937)
- Strip high bits from the mode of the file, as they are stored
differently in the tar header
- Make Archive::Tar be kinder to archives that contain garbage,
proceeding anyway as long as that's possible.
* important changes in version 1.20 8/11/2004:
This release holds mostly bugfixes, in the form of a rewrite of
the handling of the 'prefix' header field.
- Rewrote 02_methods.t to be more independant
- Rewrote the way 'prefix' headers are dealt with
- Require IO::String now to do archive stringification
- Add new method 'full_path' to A::T::Item objects
- this is used to fix bug 6938
- A::T->new now accepts both a class and an object to be friendlier
to users
- On tar read errors, binary chunks are no longer dumped to STDOUT,
but instead the error offset is reported
diffstat:
archivers/p5-Archive-Tar/Makefile | 6 ++++--
archivers/p5-Archive-Tar/distinfo | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 9bf4b9885e79 -r 7c7405e5777e archivers/p5-Archive-Tar/Makefile
--- a/archivers/p5-Archive-Tar/Makefile Sat Nov 13 13:18:07 2004 +0000
+++ b/archivers/p5-Archive-Tar/Makefile Sat Nov 13 13:42:29 2004 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.11 2004/08/02 21:31:36 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/13 13:42:29 seb Exp $
-DISTNAME= Archive-Tar-1.10
+DISTNAME= Archive-Tar-1.21
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/
COMMENT= Perl5 module interface to manipulate tar files
DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
+DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r 9bf4b9885e79 -r 7c7405e5777e archivers/p5-Archive-Tar/distinfo
--- a/archivers/p5-Archive-Tar/distinfo Sat Nov 13 13:18:07 2004 +0000
+++ b/archivers/p5-Archive-Tar/distinfo Sat Nov 13 13:42:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/08/02 21:31:36 jlam Exp $
+$NetBSD: distinfo,v 1.4 2004/11/13 13:42:29 seb Exp $
-SHA1 (Archive-Tar-1.10.tar.gz) = 8559703346324b28191638fb78871d774c20da64
-Size (Archive-Tar-1.10.tar.gz) = 27452 bytes
+SHA1 (Archive-Tar-1.21.tar.gz) = 75ef0a9899da451baee0b62d7d8919656936fee2
+Size (Archive-Tar-1.21.tar.gz) = 30951 bytes
Home |
Main Index |
Thread Index |
Old Index