diff options
author | sno <sno@pkgsrc.org> | 2012-03-22 16:06:50 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-03-22 16:06:50 +0000 |
commit | 379fd9bdf20fcb4158120afe22ad070db6e98ae8 (patch) | |
tree | 997c9cfa420c90865256c7fa3d7ffe5baa0c9ddb /archivers | |
parent | 6fb63ed81dcea7e71f7273741e8bbf422aee12db (diff) | |
download | pkgsrc-379fd9bdf20fcb4158120afe22ad070db6e98ae8.tar.gz |
Importing package for Perl5 module Archive::Peek 0.35 into
archivers/p5-Archive-Peek to fulfil requirements of scheduled
devel/p5-Parse-CPAN-Packages update.
This module lets you peek into archives without extracting them.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Peek/DESCR | 1 | ||||
-rw-r--r-- | archivers/p5-Archive-Peek/Makefile | 23 | ||||
-rw-r--r-- | archivers/p5-Archive-Peek/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Peek/DESCR b/archivers/p5-Archive-Peek/DESCR new file mode 100644 index 00000000000..46dd7a3c6e6 --- /dev/null +++ b/archivers/p5-Archive-Peek/DESCR @@ -0,0 +1 @@ +This module lets you peek into archives without extracting them. diff --git a/archivers/p5-Archive-Peek/Makefile b/archivers/p5-Archive-Peek/Makefile new file mode 100644 index 00000000000..f816b5cf472 --- /dev/null +++ b/archivers/p5-Archive-Peek/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/22 16:06:50 sno Exp $ + +DISTNAME= Archive-Peek-0.35 +PKGNAME= p5-${DISTNAME} +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Archive-Peek/ +COMMENT= Perl5 module to peek into archives without extracting them +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Archive/Peek/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/p5-Archive-Peek/distinfo b/archivers/p5-Archive-Peek/distinfo new file mode 100644 index 00000000000..3f3f121bd24 --- /dev/null +++ b/archivers/p5-Archive-Peek/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/22 16:06:50 sno Exp $ + +SHA1 (Archive-Peek-0.35.tar.gz) = a6e392d9dfb3c97204b31ea299628a8405d36a5a +RMD160 (Archive-Peek-0.35.tar.gz) = 38a3bba650d3ec94057ef25547f2fb72356447aa +Size (Archive-Peek-0.35.tar.gz) = 4232 bytes |