diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-08-30 09:17:30 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-08-30 09:17:30 +0000 |
commit | 4089b6d0343bb4093d2599b2f70d8111e68df5bd (patch) | |
tree | 79ff46998816381dee3160b015c52d600f24ebd8 /archivers | |
parent | 673bf545357954e7afa5ea22faedb6f7cf7caf15 (diff) | |
download | ports-4089b6d0343bb4093d2599b2f70d8111e68df5bd.tar.gz ports-4089b6d0343bb4093d2599b2f70d8111e68df5bd.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip/pkg-descr | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/archivers/bzip/pkg-descr b/archivers/bzip/pkg-descr index a55a07fe38ff..d4223122aaf7 100644 --- a/archivers/bzip/pkg-descr +++ b/archivers/bzip/pkg-descr @@ -1,16 +1,12 @@ -Bzip compresses files using the Burrows-Wheeler-Fenwick -block-sorting text compression algorithm. +Please use bzip2, which is the successor of this older bzip version. +This port stays for compatibility reasons. For a discussion of the +advantages of bzip2 over bzip 0.21 see -Compression is generally considerably better than that achieved by -more conventional LZ77/LZ78-based compressors, and competitive with -all but the best of the PPM family of statistical compressors. + http://www.muraroa.demon.co.uk/ -BZIP is distributed under the GNU General Public License version -2; for details, see the file LICENSE. Pointers to the algorithms -used are in ALGORITHMS. +In short: bzip2 ist faster, more reliable and *patent free* -COMMERCIAL USE -============== +COMMERCIAL USE of bzip This program may or may not infringe certain US patents pertaining to arithmetic coding and to the block-sorting transformation itself. |