aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Snappy/pkg-descr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-18 17:51:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-18 17:51:38 +0000
commit310beeb63c231d3e8fd1d51d63d46b78076fe2d3 (patch)
treefe0c6e11507357ecf8b4640b9f17498a2f2e9780 /archivers/p5-Compress-Snappy/pkg-descr
parent38fdd02e106b3943f177b74faf38637acbec477d (diff)
downloadports-310beeb63c231d3e8fd1d51d63d46b78076fe2d3.tar.gz
ports-310beeb63c231d3e8fd1d51d63d46b78076fe2d3.zip
Notes
Diffstat (limited to 'archivers/p5-Compress-Snappy/pkg-descr')
-rw-r--r--archivers/p5-Compress-Snappy/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Snappy/pkg-descr b/archivers/p5-Compress-Snappy/pkg-descr
new file mode 100644
index 000000000000..9c1018fc9979
--- /dev/null
+++ b/archivers/p5-Compress-Snappy/pkg-descr
@@ -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/