mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Gzip::Faster - simple and fast gzip and gunzip
WWW: https://metacpan.org/release/Gzip-Faster
This commit is contained in:
parent
eda32fd6c3
commit
c1d439f8b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472473
5 changed files with 31 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
||||||
SUBDIR += p5-Compress-Raw-Lzma
|
SUBDIR += p5-Compress-Raw-Lzma
|
||||||
SUBDIR += p5-Compress-Raw-Zlib
|
SUBDIR += p5-Compress-Raw-Zlib
|
||||||
SUBDIR += p5-Compress-Snappy
|
SUBDIR += p5-Compress-Snappy
|
||||||
|
SUBDIR += p5-Gzip-Faster
|
||||||
SUBDIR += p5-IO-Compress
|
SUBDIR += p5-IO-Compress
|
||||||
SUBDIR += p5-IO-Compress-Lzf
|
SUBDIR += p5-IO-Compress-Lzf
|
||||||
SUBDIR += p5-IO-Compress-Lzma
|
SUBDIR += p5-IO-Compress-Lzma
|
||||||
|
|
20
archivers/p5-Gzip-Faster/Makefile
Normal file
20
archivers/p5-Gzip-Faster/Makefile
Normal file
|
@ -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>
|
3
archivers/p5-Gzip-Faster/distinfo
Normal file
3
archivers/p5-Gzip-Faster/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1529084652
|
||||||
|
SHA256 (Gzip-Faster-0.21.tar.gz) = c65f41ca108e7e53ec34c30dbb1b5d614bf4b8100673646cf301d0caf82c7aa5
|
||||||
|
SIZE (Gzip-Faster-0.21.tar.gz) = 77280
|
3
archivers/p5-Gzip-Faster/pkg-descr
Normal file
3
archivers/p5-Gzip-Faster/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Gzip::Faster - simple and fast gzip and gunzip
|
||||||
|
|
||||||
|
WWW: https://metacpan.org/release/Gzip-Faster
|
4
archivers/p5-Gzip-Faster/pkg-plist
Normal file
4
archivers/p5-Gzip-Faster/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue