diff options
author | mef <mef@pkgsrc.org> | 2015-05-23 02:11:40 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-23 02:11:40 +0000 |
commit | 35a188a2e393d067fe861c02a56b8149540f5272 (patch) | |
tree | 9ff5e6bd8c12d640ae8e1a6d6985f693883e4a17 /archivers/p5-Archive-Tar-Wrapper | |
parent | fb71baa27311b54f55410168254fce812b0787a7 (diff) | |
download | pkgsrc-35a188a2e393d067fe861c02a56b8149540f5272.tar.gz |
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.
Diffstat (limited to 'archivers/p5-Archive-Tar-Wrapper')
-rw-r--r-- | archivers/p5-Archive-Tar-Wrapper/DESCR | 11 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar-Wrapper/Makefile | 17 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar-Wrapper/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
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 |