Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 17:57:39 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
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
Message-ID:  <201806151757.w5FHvdXE058870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <feld@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806151757.w5FHvdXE058870>