From owner-svn-ports-all@freebsd.org Mon Feb 12 19:03:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 347DFF12CD2; Mon, 12 Feb 2018 19:03:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC0C3865F8; Mon, 12 Feb 2018 19:03:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6E2C15F93; Mon, 12 Feb 2018 19:03:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CJ3DJ4014632; Mon, 12 Feb 2018 19:03:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CJ3DAv014627; Mon, 12 Feb 2018 19:03:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802121903.w1CJ3DAv014627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Feb 2018 19:03:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/archivers: . p5-Archive-Tar-Wrapper X-SVN-Commit-Revision: 461612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 19:03:14 -0000 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 +# $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 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