From 35a188a2e393d067fe861c02a56b8149540f5272 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 23 May 2015 02:11:40 +0000 Subject: Import p5-Archive-Tar-Wrapper-0.18 as archivers/p5-Archive-Tar-Wrapper. Archive::Tar::Wrapper is an API wrapper around the 'tar' command line utility. It never stores anything in memory, but works on temporary directory structures on disk instead. It provides a mapping between the logical paths in the tarball and the 'real' files in the temporary directory on disk. It differs from Archive::Tar in two ways: - Archive::Tar::Wrapper doesn't hold anything in memory. Everything is stored on disk. - Archive::Tar::Wrapper is 100% compliant with the platform's tar utility, because it uses it internally. --- archivers/p5-Archive-Tar-Wrapper/DESCR | 11 +++++++++++ archivers/p5-Archive-Tar-Wrapper/Makefile | 17 +++++++++++++++++ archivers/p5-Archive-Tar-Wrapper/distinfo | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 archivers/p5-Archive-Tar-Wrapper/DESCR create mode 100644 archivers/p5-Archive-Tar-Wrapper/Makefile create mode 100644 archivers/p5-Archive-Tar-Wrapper/distinfo diff --git a/archivers/p5-Archive-Tar-Wrapper/DESCR b/archivers/p5-Archive-Tar-Wrapper/DESCR new file mode 100644 index 00000000000..ac3c14d2135 --- /dev/null +++ b/archivers/p5-Archive-Tar-Wrapper/DESCR @@ -0,0 +1,11 @@ +Archive::Tar::Wrapper is an API wrapper around the 'tar' command line +utility. It never stores anything in memory, but works on temporary +directory structures on disk instead. It provides a mapping between the +logical paths in the tarball and the 'real' files in the temporary +directory on disk. + +It differs from Archive::Tar in two ways: + - Archive::Tar::Wrapper doesn't hold anything in memory. Everything is + stored on disk. + - Archive::Tar::Wrapper is 100% compliant with the platform's tar + utility, because it uses it internally. diff --git a/archivers/p5-Archive-Tar-Wrapper/Makefile b/archivers/p5-Archive-Tar-Wrapper/Makefile new file mode 100644 index 00000000000..d09ccba0d6a --- /dev/null +++ b/archivers/p5-Archive-Tar-Wrapper/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2015/05/23 02:11:40 mef Exp $ + +DISTNAME= Archive-Tar-Wrapper-0.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~mschilli/Archive-Tar-Wrapper/ +COMMENT= API wrapper around the 'tar' utility +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Archive/Tar/Wrapper/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/p5-Archive-Tar-Wrapper/distinfo b/archivers/p5-Archive-Tar-Wrapper/distinfo new file mode 100644 index 00000000000..0f3a88d6131 --- /dev/null +++ b/archivers/p5-Archive-Tar-Wrapper/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/23 02:11:40 mef Exp $ + +SHA1 (Archive-Tar-Wrapper-0.18.tar.gz) = 5a68dd97dcaad781ecf6254d15ae0a387542922b +RMD160 (Archive-Tar-Wrapper-0.18.tar.gz) = 289e3f1f8c75e22fdd6e64f0c56477b9f1eb28db +Size (Archive-Tar-Wrapper-0.18.tar.gz) = 16051 bytes -- cgit v1.2.3