NOTICE: This package has been removed from pkgsrc

./archivers/xz-utils, XZ utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.999.8beta, Package name: xz-4.999.8beta, Maintainer: pkgsrc-users

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.


Required to build:
[devel/libtool-base]

Master sites:

SHA1: d282518518488c37ec268401e1b8247749279c44
RMD160: 41303aed49cfb976da54d7e3e88210b4eeaebbbd
Filesize: 858.771 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-07 13:09:51 by Min Sik Kim | Files touched by this commit (4) | Package removed
Log message:
Replace xz-utils with xz.
   2009-06-14 19:28:19 by Joerg Sonnenberger | Files touched by this commit (29)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-08 16:02:50 by Thomas Klausner | Files touched by this commit (2)
Log message:
lzma and xz-utils conflict as well.
   2009-06-08 16:01:18 by Thomas Klausner | Files touched by this commit (4) | Imported package
Log message:
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.