aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-07-30 23:51:50 +0000
committerJohn Marino <marino@FreeBSD.org>2016-07-30 23:51:50 +0000
commit6de175fd414ad16bf1dd70b6bab49d5ed838b8a8 (patch)
treea830743269cb741084b8bce21c5e15c3cc4441a8 /archivers/Makefile
parent87239031bc7daeee9af3a50cbca3824a133b67a2 (diff)
downloadports-6de175fd414ad16bf1dd70b6bab49d5ed838b8a8.tar.gz
ports-6de175fd414ad16bf1dd70b6bab49d5ed838b8a8.zip
add new port archivers/zstd
Zstd, short for Zstandard, is a real-time compression algorithm providing high compression ratios. It offers a very wide range of compression vs. speed trade-offs while being backed by a very fast decoder. It offers a special mode for small data called "dictionary compression" and it can create dictionaries from any sample set. Zstd is BSD-licensed. Using Izbench on the Silesia compression corpus, zstd ranked at the top with a compression ratio of 2.877, a compression rate of 325 Mb/s, and a decompression rate of 325. Zlib followed at 2.730, 95 Mb/s (C) and 360 Mb/s (D). See WWW page for the full benchmark results.
Notes
Notes: svn path=/head/; revision=419337
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index c751f692ab0a..e4a2d60d3b3f 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -240,6 +240,7 @@
SUBDIR += zipper
SUBDIR += zoo
SUBDIR += zopfli
+ SUBDIR += zstd
SUBDIR += zutils
.include <bsd.port.subdir.mk>