pkgsrc/archivers/xz/PLIST
adam 2dbed827ad Changes 5.0.4:
* liblzma:
  - Fix lzma_index_init(). It could crash if memory allocation failed.
  - Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ
    filter is used and the application only provides exactly as
    much output space as is the uncompressed size of the file.
  - Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't
    check if the last call to lzma_code() really returned
    LZMA_STREAM_END, which made the program think that truncated
    files are valid.
  - New example programs in doc/examples (old programs are now in
    doc/examples_old). These have more comments and more detailed
    error handling.
* Fix "xz -lvv foo.xz". It could crash on some corrupted files.
* Fix output of "xz --robot -lv" and "xz --robot -lvv" which
  incorrectly printed the filename also in the "foo (x/x)" format.
* Fix exit status of "xzdiff foo.xz bar.xz".
* Fix exit status of "xzgrep foo binary_file".
* Fix portability to EBCDIC systems.
* Fix a configure issue on AIX with the XL C compiler. See INSTALL
  for details.
* Update French, German, Italian, and Polish translations.
2012-07-02 06:16:23 +00:00

87 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2012/07/02 06:16:23 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/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/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
share/locale/cs/LC_MESSAGES/xz.mo
share/locale/de/LC_MESSAGES/xz.mo
share/locale/fr/LC_MESSAGES/xz.mo
share/locale/it/LC_MESSAGES/xz.mo
share/locale/pl/LC_MESSAGES/xz.mo