diff options
author | feld <feld@FreeBSD.org> | 2018-06-16 01:57:39 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-06-16 01:57:39 +0800 |
commit | 7ca0bb843a786ee6ac1e43a4462b27fa674e7898 (patch) | |
tree | 8bcf88791515e1b1ee1a520dc9f1508e08d04e02 /archivers | |
parent | 2a461413434bf180c53a14eda2d7d1256f312cdc (diff) | |
download | freebsd-ports-gnome-7ca0bb843a786ee6ac1e43a4462b27fa674e7898.tar.gz freebsd-ports-gnome-7ca0bb843a786ee6ac1e43a4462b27fa674e7898.tar.zst freebsd-ports-gnome-7ca0bb843a786ee6ac1e43a4462b27fa674e7898.zip |
Gzip::Faster - simple and fast gzip and gunzip
WWW: https://metacpan.org/release/Gzip-Faster
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/p5-Gzip-Faster/Makefile | 20 | ||||
-rw-r--r-- | archivers/p5-Gzip-Faster/distinfo | 3 | ||||
-rw-r--r-- | archivers/p5-Gzip-Faster/pkg-descr | 3 | ||||
-rw-r--r-- | archivers/p5-Gzip-Faster/pkg-plist | 4 |
5 files changed, 31 insertions, 0 deletions
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 <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> 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 |