xref: /freebsd/release/packages/ucl/bzip2-all.ucl (revision d4033e6d37747f5213bb245c8e605406703a8766)
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