summaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-06-07 10:24:09 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-06-07 10:24:41 +0200
commitcf516e48cd82c1b452fe3c5d410211c627b766b4 (patch)
treef0ff3c225af0044e414b438ca8a9ca97d87943e2 /archivers/Makefile
parentmultimedia/gmmlib: update to 22.3.6 (diff)
archivers/bzip3: add new port
A better, faster and stronger spiritual successor to BZip2. Features higher compression ratios and better performance thanks to a order-0 context mixing entropy coder, a fast Burrows-Wheeler transform code making use of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string matching and PPM-style context modeling.
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 b1e5e7ccef0c..f94187aeed97 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -15,6 +15,7 @@
SUBDIR += brotli
SUBDIR += bzip
SUBDIR += bzip2
+ SUBDIR += bzip3
SUBDIR += c-blosc
SUBDIR += c-blosc2
SUBDIR += cabextract