mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add p5-Archive-Tar-Wrapper 0.23
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. WWW: http://search.cpan.org/dist/Archive-Tar-Wrapper/
This commit is contained in:
parent
c4a47a97bc
commit
5f169e6f57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461612
@ -105,6 +105,7 @@
|
||||
SUBDIR += p5-Archive-Rar
|
||||
SUBDIR += p5-Archive-SimpleExtractor
|
||||
SUBDIR += p5-Archive-Tar
|
||||
SUBDIR += p5-Archive-Tar-Wrapper
|
||||
SUBDIR += p5-Archive-Zip
|
||||
SUBDIR += p5-Compress-Bzip2
|
||||
SUBDIR += p5-Compress-LZ4
|
||||
|
25
archivers/p5-Archive-Tar-Wrapper/Makefile
Normal file
25
archivers/p5-Archive-Tar-Wrapper/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Archive-Tar-Wrapper
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= API wrapper around the 'tar' utility
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-Archive-Tar-Wrapper/distinfo
Normal file
3
archivers/p5-Archive-Tar-Wrapper/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1518456093
|
||||
SHA256 (Archive-Tar-Wrapper-0.23.tar.gz) = 4c02393a513619e123cff5f6bd3021b64b3e3146fac9dc2da02329de440674fa
|
||||
SIZE (Archive-Tar-Wrapper-0.23.tar.gz) = 16287
|
12
archivers/p5-Archive-Tar-Wrapper/pkg-descr
Normal file
12
archivers/p5-Archive-Tar-Wrapper/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Tar-Wrapper/
|
2
archivers/p5-Archive-Tar-Wrapper/pkg-plist
Normal file
2
archivers/p5-Archive-Tar-Wrapper/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Archive/Tar/Wrapper.pm
|
||||
%%PERL5_MAN3%%/Archive::Tar::Wrapper.3.gz
|
Loading…
Reference in New Issue
Block a user