pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Tar-Wrapper Import p5-Archive-Tar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e36dd6f0753
branches: trunk
changeset: 652054:7e36dd6f0753
user: mef <mef%pkgsrc.org@localhost>
date: Sat May 23 02:11:40 2015 +0000
description:
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:
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(+), 0 deletions(-)
diffs (45 lines):
diff -r 74cb445b6adb -r 7e36dd6f0753 archivers/p5-Archive-Tar-Wrapper/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/DESCR Sat May 23 02:11:40 2015 +0000
@@ -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 -r 74cb445b6adb -r 7e36dd6f0753 archivers/p5-Archive-Tar-Wrapper/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/Makefile Sat May 23 02:11:40 2015 +0000
@@ -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@localhost
+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 -r 74cb445b6adb -r 7e36dd6f0753 archivers/p5-Archive-Tar-Wrapper/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/distinfo Sat May 23 02:11:40 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index