Date: Mon, 12 Feb 2018 19:03:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461612 - in head/archivers: . p5-Archive-Tar-Wrapper Message-ID: <201802121903.w1CJ3DAv014627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 12 19:03:13 2018 New Revision: 461612 URL: https://svnweb.freebsd.org/changeset/ports/461612 Log: 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/ Added: head/archivers/p5-Archive-Tar-Wrapper/ head/archivers/p5-Archive-Tar-Wrapper/Makefile (contents, props changed) head/archivers/p5-Archive-Tar-Wrapper/distinfo (contents, props changed) head/archivers/p5-Archive-Tar-Wrapper/pkg-descr (contents, props changed) head/archivers/p5-Archive-Tar-Wrapper/pkg-plist (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Mon Feb 12 18:58:53 2018 (r461611) +++ head/archivers/Makefile Mon Feb 12 19:03:13 2018 (r461612) @@ -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 Added: head/archivers/p5-Archive-Tar-Wrapper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Archive-Tar-Wrapper/Makefile Mon Feb 12 19:03:13 2018 (r461612) @@ -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> Added: head/archivers/p5-Archive-Tar-Wrapper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Archive-Tar-Wrapper/distinfo Mon Feb 12 19:03:13 2018 (r461612) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518456093 +SHA256 (Archive-Tar-Wrapper-0.23.tar.gz) = 4c02393a513619e123cff5f6bd3021b64b3e3146fac9dc2da02329de440674fa +SIZE (Archive-Tar-Wrapper-0.23.tar.gz) = 16287 Added: head/archivers/p5-Archive-Tar-Wrapper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Archive-Tar-Wrapper/pkg-descr Mon Feb 12 19:03:13 2018 (r461612) @@ -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/ Added: head/archivers/p5-Archive-Tar-Wrapper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Archive-Tar-Wrapper/pkg-plist Mon Feb 12 19:03:13 2018 (r461612) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Archive/Tar/Wrapper.pm +%%PERL5_MAN3%%/Archive::Tar::Wrapper.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121903.w1CJ3DAv014627>