1
0
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:
Sunpoet Po-Chuan Hsieh 2012-04-18 17:51:38 +00:00
parent 38fdd02e10
commit 310beeb63c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295048
5 changed files with 48 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (Compress-Snappy-0.18.tar.gz) = 36d869f3c32c85525ac2be292764da46642236f0361fc200f99bbb11b229cb30
SIZE (Compress-Snappy-0.18.tar.gz) = 41891

View 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/

View 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