New port: archivers/p5-IO-Compress-Brotli:
IO::Compress::Brotli is a module that compresses/decompresses Brotli buffers and streams. WWW: https://metacpan.org/release/IO-Compress-Brotli
This commit is contained in:
parent
2c3c50600e
commit
5adebf729b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510279
6 changed files with 46 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
SUBDIR += p5-Compress-Snappy
|
||||
SUBDIR += p5-Gzip-Faster
|
||||
SUBDIR += p5-IO-Compress
|
||||
SUBDIR += p5-IO-Compress-Brotli
|
||||
SUBDIR += p5-IO-Compress-Lzf
|
||||
SUBDIR += p5-IO-Compress-Lzma
|
||||
SUBDIR += p5-IO-Compress-Lzop
|
||||
|
|
21
archivers/p5-IO-Compress-Brotli/Makefile
Normal file
21
archivers/p5-IO-Compress-Brotli/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IO-Compress-Brotli
|
||||
PORTVERSION= 0.004001
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl implementation of Brotli
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-Slurper>0:devel/p5-File-Slurper
|
||||
|
||||
USES= gmake perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-IO-Compress-Brotli/distinfo
Normal file
3
archivers/p5-IO-Compress-Brotli/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1567172299
|
||||
SHA256 (IO-Compress-Brotli-0.004001.tar.gz) = 8ba5c0167e966f487bde159c18bc1b3486528013b3235d39f2fcb375ca4bf410
|
||||
SIZE (IO-Compress-Brotli-0.004001.tar.gz) = 7674244
|
11
archivers/p5-IO-Compress-Brotli/files/patch-bin_bro-perl
Normal file
11
archivers/p5-IO-Compress-Brotli/files/patch-bin_bro-perl
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- bin/bro-perl.orig 2019-08-30 14:23:52 UTC
|
||||
+++ bin/bro-perl
|
||||
@@ -21,7 +21,7 @@ GetOptions(
|
||||
'o|output=s' => \(my $OUTPUT),
|
||||
'q|quality=i' => \(my $QUALITY = 11),
|
||||
'r|repeat=i' => \(my $REPEAT = 1),
|
||||
- 's|stream=i' => \(my $STREAM),
|
||||
+ 's|stream=i' => \(my $STREAM = 8),
|
||||
'v|verbose' => \(my $VERBOSE),
|
||||
'w|window=i' => \(my $WINDOW = 22),
|
||||
);
|
4
archivers/p5-IO-Compress-Brotli/pkg-descr
Normal file
4
archivers/p5-IO-Compress-Brotli/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
IO::Compress::Brotli is a module that compresses/decompresses Brotli buffers
|
||||
and streams.
|
||||
|
||||
WWW: https://metacpan.org/release/IO-Compress-Brotli
|
6
archivers/p5-IO-Compress-Brotli/pkg-plist
Normal file
6
archivers/p5-IO-Compress-Brotli/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/bro-perl
|
||||
%%SITE_ARCH%%/IO/Compress/Brotli.pm
|
||||
%%SITE_ARCH%%/IO/Uncompress/Brotli.pm
|
||||
%%SITE_ARCH%%/auto/IO/Compress/Brotli/Brotli.so
|
||||
%%PERL5_MAN3%%/IO::Compress::Brotli.3.gz
|
||||
%%PERL5_MAN3%%/IO::Uncompress::Brotli.3.gz
|
Loading…
Reference in a new issue