xref: /freebsd/release/packages/ucl/bzip2-all.ucl (revision 3c5ca68b9b7ce68a5376b8456edf6af57ed18f91)
1comment = "A block-sorting data compressor"
2
3desc = <<EOD
4bzip2 compresses data using the Burrows-Wheeler block sorting text compression
5algorithm, and Huffman coding.  Compression is generally considerably better
6than that achieved by more conventional LZ77/LZ78-based compressors, and
7approaches the performance of the PPM family of statistical compressors.
8EOD
9
10annotations {
11	set = "minimal,minimal-jail"
12}
13