summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar-Wrapper
diff options
context:
space:
mode:
authormef <mef>2015-05-23 02:11:40 +0000
committermef <mef>2015-05-23 02:11:40 +0000
commit3a96efc6704c14eebba709a34c2ecab908c81377 (patch)
tree9ff5e6bd8c12d640ae8e1a6d6985f693883e4a17 /archivers/p5-Archive-Tar-Wrapper
parent3bdc52ff3b458710be8b592639919d465da04bb7 (diff)
downloadpkgsrc-3a96efc6704c14eebba709a34c2ecab908c81377.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/DESCR11
-rw-r--r--archivers/p5-Archive-Tar-Wrapper/Makefile17
-rw-r--r--archivers/p5-Archive-Tar-Wrapper/distinfo5
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