Skip to content

Commit

Permalink
Update to version 1.21.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stoned committed Nov 13, 2004
1 parent 5d987fb commit 9bb1d96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions archivers/p5-Archive-Tar/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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

Expand Down
6 changes: 3 additions & 3 deletions archivers/p5-Archive-Tar/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9bb1d96

Please sign in to comment.