mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Add p5-Compress-Snappy 0.18
Compress::Snappy provides an interface to Google's Snappy (de)compressor. Snappy does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. WWW: http://search.cpan.org/dist/Compress-Snappy/
This commit is contained in:
parent
38fdd02e10
commit
310beeb63c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295048
@ -104,6 +104,7 @@
|
||||
SUBDIR += p5-Compress-Raw-Bzip2
|
||||
SUBDIR += p5-Compress-Raw-Lzma
|
||||
SUBDIR += p5-Compress-Raw-Zlib
|
||||
SUBDIR += p5-Compress-Snappy
|
||||
SUBDIR += p5-IO-Compress
|
||||
SUBDIR += p5-IO-Compress-Lzf
|
||||
SUBDIR += p5-IO-Compress-Lzma
|
||||
|
29
archivers/p5-Compress-Snappy/Makefile
Normal file
29
archivers/p5-Compress-Snappy/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-Compress-Snappy
|
||||
# Date created: 2012-01-07
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Compress-Snappy
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl interface to Google Snappy (de)compressor
|
||||
|
||||
LIB_DEPENDS= snappy:${PORTSDIR}/archivers/snappy
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Compress::Snappy.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
archivers/p5-Compress-Snappy/distinfo
Normal file
2
archivers/p5-Compress-Snappy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Compress-Snappy-0.18.tar.gz) = 36d869f3c32c85525ac2be292764da46642236f0361fc200f99bbb11b229cb30
|
||||
SIZE (Compress-Snappy-0.18.tar.gz) = 41891
|
9
archivers/p5-Compress-Snappy/pkg-descr
Normal file
9
archivers/p5-Compress-Snappy/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Compress::Snappy provides an interface to Google's Snappy (de)compressor.
|
||||
|
||||
Snappy does not aim for maximum compression, or compatibility with any other
|
||||
compression library; instead, it aims for very high speeds and reasonable
|
||||
compression. For instance, compared to the fastest mode of zlib, Snappy is an
|
||||
order of magnitude faster for most inputs, but the resulting compressed files
|
||||
are anywhere from 20% to 100% bigger.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Snappy/
|
7
archivers/p5-Compress-Snappy/pkg-plist
Normal file
7
archivers/p5-Compress-Snappy/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Compress/Snappy.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Snappy/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Snappy/Snappy.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Snappy/Snappy.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Snappy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress
|
Loading…
x
Reference in New Issue
Block a user