aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-07 19:11:16 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-07 19:11:16 +0000
commit3a6cbec0cb652f861fd2c00099cd590d604e616e (patch)
treee5264c60b671fd1eaf95eb7d836b8606ee8cdef9 /archivers/Makefile
parent6eb3b12cef5cdcdb622954f4d8854672cb5d914f (diff)
downloadports-3a6cbec0cb652f861fd2c00099cd590d604e616e.tar.gz
ports-3a6cbec0cb652f861fd2c00099cd590d604e616e.zip
Simple command line version of compression program using LZMA compression
method. This program is taken from LZMA SDK. 7-zip uses the same compression method, but creates 7Z archives instead of pure LZMA data stream. LZMA can compress and decompress data streams using standard input/output. Compression ratio is about 25-30% better than bzip2 and decompression speed is about two times faster. This makes LZMA good bzip2 replacement for use in software distribution. WWW: http://www.7-zip.org/sdk.html PR: ports/80554 Submitted by: Radim Kolar <hsn@netmag.cz>
Notes
Notes: svn path=/head/; revision=134792
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 d5bc7a7ce121..9159b8dfd3fc 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -35,6 +35,7 @@
SUBDIR += libcomprex
SUBDIR += liblzxcomp
SUBDIR += libmspack
+ SUBDIR += lzma
SUBDIR += lzo
SUBDIR += lzop
SUBDIR += macutils