diff options
author | seb <seb@pkgsrc.org> | 2004-11-13 13:42:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-13 13:42:29 +0000 |
commit | 9bb1d96455bad3981fa8947ae2654fee6bd51777 (patch) | |
tree | 8442b08db5102a7b6f334624eea237857c88cffe /archivers/p5-Archive-Tar | |
parent | 5d987fb870cd8aecee70a6efc018da7864cfb836 (diff) | |
download | pkgsrc-9bb1d96455bad3981fa8947ae2654fee6bd51777.tar.gz |
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 (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index ee667e83144..695f99625bb 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -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 +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 --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index 0b4c897e246..55eb7141fa2 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -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 |