From c1d439f8b5cf9cd79ea06d6ffd315448f9fec28f Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 15 Jun 2018 17:57:39 +0000 Subject: [PATCH] Gzip::Faster - simple and fast gzip and gunzip WWW: https://metacpan.org/release/Gzip-Faster --- archivers/Makefile | 1 + archivers/p5-Gzip-Faster/Makefile | 20 ++++++++++++++++++++ archivers/p5-Gzip-Faster/distinfo | 3 +++ archivers/p5-Gzip-Faster/pkg-descr | 3 +++ archivers/p5-Gzip-Faster/pkg-plist | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 archivers/p5-Gzip-Faster/Makefile create mode 100644 archivers/p5-Gzip-Faster/distinfo create mode 100644 archivers/p5-Gzip-Faster/pkg-descr create mode 100644 archivers/p5-Gzip-Faster/pkg-plist diff --git a/archivers/Makefile b/archivers/Makefile index 8af83c0ef221..8e751ebc45b7 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -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 diff --git a/archivers/p5-Gzip-Faster/Makefile b/archivers/p5-Gzip-Faster/Makefile new file mode 100644 index 000000000000..4a6032abd775 --- /dev/null +++ b/archivers/p5-Gzip-Faster/Makefile @@ -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 diff --git a/archivers/p5-Gzip-Faster/distinfo b/archivers/p5-Gzip-Faster/distinfo new file mode 100644 index 000000000000..b9b8e3201975 --- /dev/null +++ b/archivers/p5-Gzip-Faster/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529084652 +SHA256 (Gzip-Faster-0.21.tar.gz) = c65f41ca108e7e53ec34c30dbb1b5d614bf4b8100673646cf301d0caf82c7aa5 +SIZE (Gzip-Faster-0.21.tar.gz) = 77280 diff --git a/archivers/p5-Gzip-Faster/pkg-descr b/archivers/p5-Gzip-Faster/pkg-descr new file mode 100644 index 000000000000..a9f035a30c76 --- /dev/null +++ b/archivers/p5-Gzip-Faster/pkg-descr @@ -0,0 +1,3 @@ +Gzip::Faster - simple and fast gzip and gunzip + +WWW: https://metacpan.org/release/Gzip-Faster diff --git a/archivers/p5-Gzip-Faster/pkg-plist b/archivers/p5-Gzip-Faster/pkg-plist new file mode 100644 index 000000000000..f4c662ee5cb7 --- /dev/null +++ b/archivers/p5-Gzip-Faster/pkg-plist @@ -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