c079c38bb5
* checksum.buf should only be changed after the semaphore wait * Update README * Add documentation for recursive mode * Implement gzip compatible -r recursive option * Add initial argument processing for recursive option * Tidy * Add one more verbose for compat mode * Add support for various combinations in compat mode * models is array of chars. char's signess is implementation specific. It's unsigned on ARMv7. Unsigned char cannot represent negative values. GCC 6 complains about it: * Fix decompression of multiple chunk encrypted archives * Tidy gotos * Show correct lengths during testing on big endian and compressed archives * Update copyright dates * Allow less than maxram to be malloced for checksum to fix Failed to malloc ckbuf in hash_search2 * Base temporary output buffer on maximum mallocable, not maxram * Enable subdir objects for future automake compatibility * Add support for -m option in lrztar * Big endian fix for Solaris Sparc courtesy of joelfredrikson. * Fixed typographical error, changed accomodate to accommodate in README. * A whitespace fix on lrztar. * Add sanity check to prevent trying to malloc more ram than a system/environment is capable of * Cosmetic help change for compat * Add rudimentary manpage for lrz * Fix lrz symbolic linkage * Do not fail if we are unable to write temporary files, giving a warning only that it might fail if we don't have enough ram * Try /tmp/ if none of the temporary environment directories or the current directory are writeable * Set STDOUT correctly in compat mode * Style police * Fix false warning on decompressing from stdin without keep files * Fix false warning on compressing from stdin without keep files * Don't show extra message in compat mode decompress * Show correct appname when called in compat mode * Add support for progress, fast and best flags in compat mode * Add compatibility mode with gzip when called as lrz * Correct adding slash to control->tmpdir. off-by-one error. * Update manpage for long options
37 lines
928 B
Text
37 lines
928 B
Text
@comment $NetBSD: PLIST,v 1.3 2017/04/05 17:34:38 adam Exp $
|
|
bin/lrunzip
|
|
bin/lrz
|
|
bin/lrzcat
|
|
bin/lrzip
|
|
bin/lrztar
|
|
bin/lrzuntar
|
|
include/Lrzip.h
|
|
lib/liblrzip.la
|
|
lib/pkgconfig/lrzip.pc
|
|
man/man1/lrunzip.1
|
|
man/man1/lrz.1
|
|
man/man1/lrzcat.1
|
|
man/man1/lrzip.1
|
|
man/man1/lrztar.1
|
|
man/man1/lrzuntar.1
|
|
man/man5/lrzip.conf.5
|
|
share/doc/lrzip/AUTHORS
|
|
share/doc/lrzip/BUGS
|
|
share/doc/lrzip/COPYING
|
|
share/doc/lrzip/ChangeLog
|
|
share/doc/lrzip/README-NOT-BACKWARD-COMPATIBLE
|
|
share/doc/lrzip/README.Assembler
|
|
share/doc/lrzip/README.benchmarks
|
|
share/doc/lrzip/README.lzo_compresses.test.txt
|
|
share/doc/lrzip/README.md
|
|
share/doc/lrzip/TODO
|
|
share/doc/lrzip/WHATS-NEW
|
|
share/doc/lrzip/lrzip.conf.example
|
|
share/doc/lrzip/lzma/7zC.txt
|
|
share/doc/lrzip/lzma/7zFormat.txt
|
|
share/doc/lrzip/lzma/Methods.txt
|
|
share/doc/lrzip/lzma/README
|
|
share/doc/lrzip/lzma/README-Alloc
|
|
share/doc/lrzip/lzma/history.txt
|
|
share/doc/lrzip/lzma/lzma.txt
|
|
share/doc/lrzip/magic.header.txt
|