Commit graph

3 commits

Author SHA1 Message Date
Jean-Yves Lefort
295a79963d - Respect ${CC} and ${CXX}
- Convert line terminators to UNIX format rather than requiring GCC 3.4 [1]

Reported by:	Patrick Bihan-Faou <patrick.bihan-faou@netzuno.com> [1]
2005-05-26 16:05:16 +00:00
Jean-Yves Lefort
652615459b Update to 4.17
PR:		ports/80706
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-08 16:22:55 +00:00
Jean-Yves Lefort
3a6cbec0cb Simple command line version of compression program using LZMA compression
method. This program is taken from LZMA SDK. 7-zip uses the same compression
method, but creates 7Z archives instead of pure LZMA data stream. LZMA can
compress and decompress data streams using standard input/output.

Compression ratio is about 25-30% better than bzip2 and decompression speed
is about two times faster. This makes LZMA good bzip2 replacement for
use in software distribution.

WWW: http://www.7-zip.org/sdk.html

PR:		ports/80554
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-07 19:11:16 +00:00