pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Extract Import p5-Archive-Extract...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb7f3cbcc6fa
branches:  trunk
changeset: 645282:bb7f3cbcc6fa
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 26 07:48:36 2015 +0000

description:
Import p5-Archive-Extract-0.74 as archivers/p5-Archive-Extract.

Archive::Extract is a generic archive extraction mechanism.
It allows you to extract .tgz, .tar, .gz and .zip files, using
either perl modules or commandline tools

This was first released with perl v5.9.5, deprecated (will be
CPAN-only) in v5.17.9 and removed from v5.19.0

diffstat:

 archivers/p5-Archive-Extract/DESCR    |   6 ++++++
 archivers/p5-Archive-Extract/Makefile |  19 +++++++++++++++++++
 archivers/p5-Archive-Extract/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r e341ffeca093 -r bb7f3cbcc6fa archivers/p5-Archive-Extract/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/p5-Archive-Extract/DESCR        Mon Jan 26 07:48:36 2015 +0000
@@ -0,0 +1,6 @@
+Archive::Extract is a generic archive extraction mechanism.
+It allows you to extract .tgz, .tar, .gz and .zip files, using
+either perl modules or commandline tools
+
+This was first released with perl v5.9.5, deprecated (will be
+CPAN-only) in v5.17.9 and removed from v5.19.0
diff -r e341ffeca093 -r bb7f3cbcc6fa archivers/p5-Archive-Extract/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/p5-Archive-Extract/Makefile     Mon Jan 26 07:48:36 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/01/26 07:48:36 mef Exp $
+
+DISTNAME=      Archive-Extract-0.74
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    archivers perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Archive/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~bingos/Archive-Extract/
+COMMENT=       Perl5 module interface to manipulate zip files
+LICENSE=       ${PERL5_LICENSE}
+
+#DEPENDS+=     {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Archive/Extract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e341ffeca093 -r bb7f3cbcc6fa archivers/p5-Archive-Extract/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/p5-Archive-Extract/distinfo     Mon Jan 26 07:48:36 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/26 07:48:36 mef Exp $
+
+SHA1 (Archive-Extract-0.74.tar.gz) = 54f24360baf4852fdc1850a1a88c7fbb6b1b858b
+RMD160 (Archive-Extract-0.74.tar.gz) = a18c6d6f2c24ea1bbe488f5ee30789a590082517
+Size (Archive-Extract-0.74.tar.gz) = 27392 bytes



Home | Main Index | Thread Index | Old Index