pkgsrc/archivers/xz/PLIST
adam dd86fdf4e4 Changes 5.0.0:
* The memory usage limit is now disabled by default.
* Added support for XZ_DEFAULTS environment variable.
* The compression settings associated with the preset levels
  -0 ... -9 have been changed. --extreme was changed a little too.
* If a preset level (-0 ... -9) is specified after a custom filter
  chain options have been used (e.g. --lzma2), the custom filter
  chain will be forgotten. Earlier the preset options were
  completely ignored after custom filter chain options had been seen.
* xz will create sparse files when decompressing if the uncompressed
  data contains long sequences of binary zeros.
* Support for "xz --list" was added. Combine with --verbose or
  --verbose --verbose (-vv) for detailed output.
* I had hoped that liblzma API would have been stable after
  4.999.9beta, but there have been a couple of changes in the
  advanced features, which don't affect most applications:
  - Index handling code was revised. If you were using the old
    API, you will get a compiler error (so it's easy to notice).
  - A subtle but important change was made to the Block handling
    API. lzma_block.version has to be initialized even for
    lzma_block_header_decode(). Code that doesn't do it will work
    for now, but might break in the future, which makes this API
    change easy to miss.
* The major soname has been bumped to 5.0.0. liblzma API and ABI
  are now stable, so the need to recompile programs linking against
  liblzma shouldn't arise soon.
2010-11-03 14:21:49 +00:00

78 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2010/11/03 14:21:49 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/lzma.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/faq.txt
share/doc/xz/history.txt
share/doc/xz/lzma-file-format.txt
share/doc/xz/xz-file-format.txt
share/locale/cs/LC_MESSAGES/xz.mo
share/locale/de/LC_MESSAGES/xz.mo
share/locale/it/LC_MESSAGES/xz.mo