pkgsrc/archivers/xz/PLIST
adam a42b0c574d Changes 5.2.0:
* liblzma:
        - Added support for multi-threaded compression. See the
          lzma_mt structure, lzma_stream_encoder_mt(), and
          lzma_stream_encoder_mt_memusage() in <lzma/container.h>,
          lzma_get_progress() in <lzma/base.h>, and lzma_cputhreads()
          in <lzma/hardware.h> for details.
        - Made the uses of lzma_allocator const correct.
        - Added lzma_block_uncomp_encode() to create uncompressed
          .xz Blocks using LZMA2 uncompressed chunks.
        - Added support for LZMA_IGNORE_CHECK.
        - A few speed optimizations were made.
        - Added support for symbol versioning. It is enabled by default
          on GNU/Linux, other GNU-based systems, and FreeBSD.
        - liblzma (not the whole XZ Utils) should now be buildable
          with MSVC 2013 update 2 or later using windows/config.h.
* xz:
        - Fixed a race condition in the signal handling. It was
          possible that e.g. the first SIGINT didn't make xz exit
          if reading or writing blocked and one had bad luck. The fix
          is non-trivial, so as of writing it is unknown if it will be
          backported to the v5.0 branch.
        - Multi-threaded decompression can be enabled with the
          --threads (-T) option.
        - New command line options in xz: --single-stream,
          --block-size=SIZE, --block-list=SIZES,
          --flush-timeout=TIMEOUT, and --ignore-check.
        - xz -lvv now shows the minimum xz version that is required to
          decompress the file. Currently it is 5.0.0 for all supported
          .xz files except files with empty LZMA2 streams require 5.0.2.
* xzdiff and xzgrep now support .lzo files if lzop is installed.
  The .tzo suffix is also recognized as a shorthand for .tar.lzo.
2014-12-30 06:37:35 +00:00

89 lines
1.9 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2014/12/30 06:37:35 adam Exp $
bin/lzcat
bin/lzcmp
bin/lzdiff
bin/lzegrep
bin/lzfgrep
bin/lzgrep
bin/lzless
bin/lzma
bin/lzmadec
bin/lzmainfo
bin/lzmore
bin/unlzma
bin/unxz
bin/xz
bin/xzcat
bin/xzcmp
bin/xzdec
bin/xzdiff
bin/xzegrep
bin/xzfgrep
bin/xzgrep
bin/xzless
bin/xzmore
include/lzma.h
include/lzma/base.h
include/lzma/bcj.h
include/lzma/block.h
include/lzma/check.h
include/lzma/container.h
include/lzma/delta.h
include/lzma/filter.h
include/lzma/hardware.h
include/lzma/index.h
include/lzma/index_hash.h
include/lzma/lzma12.h
include/lzma/stream_flags.h
include/lzma/version.h
include/lzma/vli.h
lib/liblzma.la
lib/pkgconfig/liblzma.pc
man/man1/lzcat.1
man/man1/lzcmp.1
man/man1/lzdiff.1
man/man1/lzegrep.1
man/man1/lzfgrep.1
man/man1/lzgrep.1
man/man1/lzless.1
man/man1/lzma.1
man/man1/lzmadec.1
man/man1/lzmainfo.1
man/man1/lzmore.1
man/man1/unlzma.1
man/man1/unxz.1
man/man1/xz.1
man/man1/xzcat.1
man/man1/xzcmp.1
man/man1/xzdec.1
man/man1/xzdiff.1
man/man1/xzegrep.1
man/man1/xzfgrep.1
man/man1/xzgrep.1
man/man1/xzless.1
man/man1/xzmore.1
share/doc/xz/AUTHORS
share/doc/xz/COPYING
share/doc/xz/COPYING.GPLv2
share/doc/xz/NEWS
share/doc/xz/README
share/doc/xz/THANKS
share/doc/xz/TODO
share/doc/xz/examples/00_README.txt
share/doc/xz/examples/01_compress_easy.c
share/doc/xz/examples/02_decompress.c
share/doc/xz/examples/03_compress_custom.c
share/doc/xz/examples/04_compress_easy_mt.c
share/doc/xz/examples/Makefile
share/doc/xz/examples_old/xz_pipe_comp.c
share/doc/xz/examples_old/xz_pipe_decomp.c
share/doc/xz/faq.txt
share/doc/xz/history.txt
share/doc/xz/lzma-file-format.txt
share/doc/xz/xz-file-format.txt
${PLIST.nls}share/locale/cs/LC_MESSAGES/xz.mo
${PLIST.nls}share/locale/de/LC_MESSAGES/xz.mo
${PLIST.nls}share/locale/fr/LC_MESSAGES/xz.mo
${PLIST.nls}share/locale/it/LC_MESSAGES/xz.mo
${PLIST.nls}share/locale/pl/LC_MESSAGES/xz.mo
${PLIST.nls}share/locale/vi/LC_MESSAGES/xz.mo