Add p5-Archive-Peek 0.34, peek into archives without extracting them.
This commit is contained in:
parent
906ddb323f
commit
f1eae10354
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284366
@ -91,6 +91,7 @@
|
||||
SUBDIR += p5-Archive-Any
|
||||
SUBDIR += p5-Archive-Extract
|
||||
SUBDIR += p5-Archive-Extract-Libarchive
|
||||
SUBDIR += p5-Archive-Peek
|
||||
SUBDIR += p5-Archive-Rar
|
||||
SUBDIR += p5-Archive-SimpleExtractor
|
||||
SUBDIR += p5-Archive-Tar
|
||||
|
32
archivers/p5-Archive-Peek/Makefile
Normal file
32
archivers/p5-Archive-Peek/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: archivers/p5-Archive-Peek
|
||||
# Date created: 01 September 2011
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Archive-Peek
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Peek into archives without extracting them
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Archive::Peek.3
|
||||
|
||||
regression-test: build
|
||||
cd ${WRKSRC}/ && ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/p5-Archive-Peek/distinfo
Normal file
2
archivers/p5-Archive-Peek/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Archive-Peek-0.34.tar.gz) = 2c0f8bb48313189bc03faa94632bb2d6abd6d4a4927e5b8e85a1ecc300aa61c6
|
||||
SIZE (Archive-Peek-0.34.tar.gz) = 3581
|
4
archivers/p5-Archive-Peek/pkg-descr
Normal file
4
archivers/p5-Archive-Peek/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module lets you peek into archives without extracting them.
|
||||
It currently supports tar files and zip files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Peek/
|
8
archivers/p5-Archive-Peek/pkg-plist
Normal file
8
archivers/p5-Archive-Peek/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/Archive/Peek/Zip.pm
|
||||
%%SITE_PERL%%/Archive/Peek/Tar.pm
|
||||
%%SITE_PERL%%/Archive/Peek.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Peek/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Peek
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
|
||||
@dirrmtry %%SITE_PERL%%/Archive/Peek
|
||||
@dirrmtry %%SITE_PERL%%/Archive
|
Loading…
Reference in New Issue
Block a user