aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzma/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Respect ${CC} and ${CXX}Jean-Yves Lefort2005-05-261-1/+3
| | | | | | | | | - Convert line terminators to UNIX format rather than requiring GCC 3.4 [1] Reported by: Patrick Bihan-Faou <patrick.bihan-faou@netzuno.com> [1] Notes: svn path=/head/; revision=136182
* Update to 4.17Jean-Yves Lefort2005-05-081-3/+4
| | | | | | | | PR: ports/80706 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=134867
* Simple command line version of compression program using LZMA compressionJean-Yves Lefort2005-05-071-0/+45
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> Notes: svn path=/head/; revision=134792