diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-19 01:51:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-19 01:51:38 +0800 |
commit | 8ab083d74b8e587efd60b2085d63722bad6b6351 (patch) | |
tree | b510d3da74f7e98baead1bd1e1eefbad26324ad6 /archivers/Makefile | |
parent | acc666eb67a276b814602c11c0b8ec0e88bd8fa7 (diff) | |
download | freebsd-ports-gnome-8ab083d74b8e587efd60b2085d63722bad6b6351.tar.gz freebsd-ports-gnome-8ab083d74b8e587efd60b2085d63722bad6b6351.tar.zst freebsd-ports-gnome-8ab083d74b8e587efd60b2085d63722bad6b6351.zip |
- 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/
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index d99aadc79943..75a6f2c803d1 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -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 |