diff options
author | mm <mm@FreeBSD.org> | 2010-11-23 18:26:40 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-11-23 18:26:40 +0800 |
commit | 0e7d3b66d3c604c26c05a96892369d889b2d44e4 (patch) | |
tree | 6743616e83ea841ea14d2fc09f242c005dede6f1 /archivers/Makefile | |
parent | df1f9133e8ea82c2a9e17a9eb2105adef67d6479 (diff) | |
download | freebsd-ports-gnome-0e7d3b66d3c604c26c05a96892369d889b2d44e4.tar.gz freebsd-ports-gnome-0e7d3b66d3c604c26c05a96892369d889b2d44e4.tar.zst freebsd-ports-gnome-0e7d3b66d3c604c26c05a96892369d889b2d44e4.zip |
Parallel XZ is a compression utility that takes advantage of running LZMA
compression of different parts of an input file on multiple cores and
processors simultaneously.
Its primary goal is to utilize all resources to speed up compression time
with minimal possible influence on compression ratio.
WWW: http://jnovy.fedorapeople.org/pxz/
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 8cde62745310..9d35a6900502 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -141,6 +141,7 @@ SUBDIR += ppmd SUBDIR += ppmd-7z SUBDIR += ppunpack + SUBDIR += pxz SUBDIR += py-liblzma SUBDIR += py-librtfcomp SUBDIR += py-lzma |