Initial import of xz-utils-4.999.8beta:
authorwiz <wiz>
Mon, 8 Jun 2009 14:01:18 +0000 (14:01 +0000)
committerwiz <wiz>
Mon, 8 Jun 2009 14:01:18 +0000 (14:01 +0000)
commit5cc5a25f160792d3cc7ca17c684873058ebf02a8
tree54be6cc6567cc46539d68104ca9de3c4f0245d5e
parent7ca4520d4cf540c262b95770edd068486b3b5254
Initial import of xz-utils-4.999.8beta:

LZMA is a general purporse compression algorithm designed by Igor
Pavlov as part of 7-Zip. It provides high compression ratio while
keeping the decompression speed fast.

XZ Utils are an attempt to make LZMA compression easy to use on
free (as in freedom) operating systems. This is achieved by providing
tools and libraries which are similar to use than the equivalents
of the most popular existing compression algorithms.

XZ Utils consist of a few relatively separate parts:
  * liblzma is an encoder/decoder library with support for several
    filters (algorithm implementations). The primary filter is
    LZMA.
  * libzfile (or whatever the name will be) enables reading from
    and writing to gzip, bzip2 and LZMA compressed and uncompressed
    files with an API similar to the standard ANSI-C file I/O.
    [ NOTE: libzfile is not implemented yet. ]
  * xz command line tool has almost identical syntax than gzip
    and bzip2. It makes LZMA easy for average users, but also
    provides advanced options to finetune the compression settings.
  * A few shell scripts make diffing and grepping LZMA compressed
    files easy. The scripts were adapted from gzip and bzip2.
archivers/xz-utils/DESCR [new file with mode: 0644]
archivers/xz-utils/Makefile [new file with mode: 0644]
archivers/xz-utils/PLIST [new file with mode: 0644]
archivers/xz-utils/distinfo [new file with mode: 0644]