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 archivers/p5-Archive-T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2996686f9f19
branches:  trunk
changeset: 478977:2996686f9f19
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 02 21:31:36 2004 +0000

description:
Update archivers/p5-Archive-Tar to 1.10.  Changes from version 1.02
include:

-  Make new() comply with the documentation and return undef on
   a read() failure.
-  Re-adds bin/ptar, which disappeared from this distribution after
   0.22 (sorry about that).
-  Fix a file renaming bug that forgot to carry over path info
-  Fix a bug where adding dirs on win32 gave 'permission denied'
-  Add extra tests explicilty for Archive::Tar::File
-  Move completely from FileHandle to IO::File
-  Quell some annoying warnings about binmode on unopened filehandles
-  Add tests for binary files included in a tarball
-  The chown() code somehow didn't make it into the 1.05 release
-  Patch _get_handle() to treat all IO::File handles as binary.
   This should make win32 users happy
-  A method called 'contains_file' that will tell you if a certain file
   is already in the archive.
-  Add a global variable $CHOWN that controls whether Archive::Tar
   should attempt to chown() files or not when it can.
-  NULL-byte padding was done also on files that had no real content,
   like symlinks, thus ending up with a number of bytes not dividable
   by 512.
-  Always do a readlink on the full path, never just the file
-  Make Archive::Tar write proper headers when dealing with symlinks
   For this $Archive::Tar::FOLLOW_SYMLINKS is introduced

diffstat:

 archivers/p5-Archive-Tar/Makefile |  7 ++++---
 archivers/p5-Archive-Tar/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 193f5288fd3b -r 2996686f9f19 archivers/p5-Archive-Tar/Makefile
--- a/archivers/p5-Archive-Tar/Makefile Mon Aug 02 21:23:46 2004 +0000
+++ b/archivers/p5-Archive-Tar/Makefile Mon Aug 02 21:31:36 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2004/07/28 02:47:35 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/08/02 21:31:36 jlam Exp $
 
-DISTNAME=              Archive-Tar-1.02
+DISTNAME=              Archive-Tar-1.10
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5tar
 CATEGORIES=            archivers perl5
@@ -13,7 +13,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_BUILDLINK5=                YES
+USE_LANGUAGES=         # empty
+USE_BUILDLINK3=                yes
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Archive/Tar/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 193f5288fd3b -r 2996686f9f19 archivers/p5-Archive-Tar/distinfo
--- a/archivers/p5-Archive-Tar/distinfo Mon Aug 02 21:23:46 2004 +0000
+++ b/archivers/p5-Archive-Tar/distinfo Mon Aug 02 21:31:36 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/06/17 13:33:26 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/08/02 21:31:36 jlam Exp $
 
-SHA1 (Archive-Tar-1.02.tar.gz) = 263535d075dc96437dc15c9de10fc5e76e89af28
-Size (Archive-Tar-1.02.tar.gz) = 20559 bytes
+SHA1 (Archive-Tar-1.10.tar.gz) = 8559703346324b28191638fb78871d774c20da64
+Size (Archive-Tar-1.10.tar.gz) = 27452 bytes



Home | Main Index | Thread Index | Old Index