diff options
author | martti <martti@pkgsrc.org> | 2001-10-22 05:45:58 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-22 05:45:58 +0000 |
commit | 11af42eeece8475a125c68390f167d352554051b (patch) | |
tree | 0c9cf2a8e1862536d375a4d3b556d8c7987a9275 /archivers/p5-Archive-Tar | |
parent | 6e50c93bef33576fa8cf74970577b8edeeec4962 (diff) | |
download | pkgsrc-11af42eeece8475a125c68390f167d352554051b.tar.gz |
Perl module for creation and manipulation of tar files.
This module uses no C-coded parts in itself, but it will try to use
the Compress::Zlib module to read and write gzipped tarfiles.
Archive::Tar will still work without Zlib, it will just complain a
little bit (and, of course, not be able to use compression). The
complaining will be removed when the module leaves the alpha stage,
and can be trivially removed by commenting out the offending print
near the top of Tar.pm.
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 20 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 4 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/pkg/DESCR | 9 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/pkg/PLIST | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile new file mode 100644 index 00000000000..f35503a5ae7 --- /dev/null +++ b/archivers/p5-Archive-Tar/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $ + +DISTNAME= Archive-Tar-0.22 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tar +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module interface to manipulate tar files + +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib + +USE_PERL5= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Tar/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo new file mode 100644 index 00000000000..dd41a5bbab8 --- /dev/null +++ b/archivers/p5-Archive-Tar/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $ + +SHA1 (Archive-Tar-0.22.tar.gz) = e0e3925938d4bd3dd49eeb1a2cf0cfb8bcf2580b +Size (Archive-Tar-0.22.tar.gz) = 14766 bytes diff --git a/archivers/p5-Archive-Tar/pkg/DESCR b/archivers/p5-Archive-Tar/pkg/DESCR new file mode 100644 index 00000000000..f6b47107ad5 --- /dev/null +++ b/archivers/p5-Archive-Tar/pkg/DESCR @@ -0,0 +1,9 @@ +Perl module for creation and manipulation of tar files. + +This module uses no C-coded parts in itself, but it will try to use +the Compress::Zlib module to read and write gzipped tarfiles. +Archive::Tar will still work without Zlib, it will just complain a +little bit (and, of course, not be able to use compression). The +complaining will be removed when the module leaves the alpha stage, +and can be trivially removed by commenting out the offending print +near the top of Tar.pm. diff --git a/archivers/p5-Archive-Tar/pkg/PLIST b/archivers/p5-Archive-Tar/pkg/PLIST new file mode 100644 index 00000000000..226807ae3f6 --- /dev/null +++ b/archivers/p5-Archive-Tar/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $ |