head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.06.22.14.47.56;	author bf;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.09.11.39.44;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.07.19.11.16;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update to 9.22; clean up pkg-descr
@
text
@This is a simple command line implementation of the LZMA compression algorithm
from the LZMA SDK. It uses a raw LZMA format instead of the xz or 7z container
formats, and produces compression ratios that are usually about 25-30% better
than bzip2, and decompression speeds that are about twice as fast. The
disadvantages are higher CPU and RAM requirements for compression.

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


1.2
log
@- Edit comment and pkg-descr
@
text
@d1 5
a5 10
Simple command line implementation of LZMA compression algorithm. This tool
uses raw LZMA format as opposed to 7z container format, which uses LZMA as
the default compression algorithm, but has many additional features and a
header incompatible to that of raw LZMA streams. If you need to create
highly-compatible archives, you probably want to use archivers/p7zip port.
Lzma tool is taken from LZMA SDK.

Compression ratio is about 25-30% better than bzip2 and decompression speed
is about two times faster. The downside is higher CPU and RAM requirements
for compression.
@


1.1
log
@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>
@
text
@d1 6
a6 4
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.
d9 2
a10 2
is about two times faster. This makes LZMA good bzip2 replacement for
use in software distribution.
@

