From owner-svn-ports-head@freebsd.org Fri Jun 15 17:57:41 2018 Return-Path: Delivered-To: svn-ports-head@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 297871016857; Fri, 15 Jun 2018 17:57:41 +0000 (UTC) (envelope-from feld@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 D37A57B677; Fri, 15 Jun 2018 17:57:40 +0000 (UTC) (envelope-from feld@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 9D6921AC33; Fri, 15 Jun 2018 17:57:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5FHvebl058875; Fri, 15 Jun 2018 17:57:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5FHvdXE058870; Fri, 15 Jun 2018 17:57:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201806151757.w5FHvdXE058870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 15 Jun 2018 17:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472473 - in head/archivers: . p5-Gzip-Faster X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/archivers: . p5-Gzip-Faster X-SVN-Commit-Revision: 472473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 17:57:41 -0000 Author: feld Date: Fri Jun 15 17:57:39 2018 New Revision: 472473 URL: https://svnweb.freebsd.org/changeset/ports/472473 Log: Gzip::Faster - simple and fast gzip and gunzip WWW: https://metacpan.org/release/Gzip-Faster Added: head/archivers/p5-Gzip-Faster/ head/archivers/p5-Gzip-Faster/Makefile (contents, props changed) head/archivers/p5-Gzip-Faster/distinfo (contents, props changed) head/archivers/p5-Gzip-Faster/pkg-descr (contents, props changed) head/archivers/p5-Gzip-Faster/pkg-plist (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Fri Jun 15 17:42:24 2018 (r472472) +++ head/archivers/Makefile Fri Jun 15 17:57:39 2018 (r472473) @@ -117,6 +117,7 @@ SUBDIR += p5-Compress-Raw-Lzma SUBDIR += p5-Compress-Raw-Zlib SUBDIR += p5-Compress-Snappy + SUBDIR += p5-Gzip-Faster SUBDIR += p5-IO-Compress SUBDIR += p5-IO-Compress-Lzf SUBDIR += p5-IO-Compress-Lzma Added: head/archivers/p5-Gzip-Faster/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Gzip-Faster/Makefile Fri Jun 15 17:57:39 2018 (r472473) @@ -0,0 +1,20 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= Gzip-Faster +PORTVERSION= 0.21 +CATEGORIES= archivers perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:BKB +PKGNAMEPREFIX= p5- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Simple and fast gzip and gunzip + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/archivers/p5-Gzip-Faster/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Gzip-Faster/distinfo Fri Jun 15 17:57:39 2018 (r472473) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529084652 +SHA256 (Gzip-Faster-0.21.tar.gz) = c65f41ca108e7e53ec34c30dbb1b5d614bf4b8100673646cf301d0caf82c7aa5 +SIZE (Gzip-Faster-0.21.tar.gz) = 77280 Added: head/archivers/p5-Gzip-Faster/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Gzip-Faster/pkg-descr Fri Jun 15 17:57:39 2018 (r472473) @@ -0,0 +1,3 @@ +Gzip::Faster - simple and fast gzip and gunzip + +WWW: https://metacpan.org/release/Gzip-Faster Added: head/archivers/p5-Gzip-Faster/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/p5-Gzip-Faster/pkg-plist Fri Jun 15 17:57:39 2018 (r472473) @@ -0,0 +1,4 @@ +%%SITE_ARCH%%/Gzip/Faster.pm +%%SITE_ARCH%%/Gzip/Faster.pod +%%SITE_ARCH%%/auto/Gzip/Faster/Faster.so +%%PERL5_MAN3%%/Gzip::Faster.3.gz