Updated description of bzip2 for Google Code-In 2013.

This commit is contained in:
Brandon Tran
2013-11-19 22:16:04 -08:00
parent 9f1353dae9
commit e36636d635

View File

@@ -1,5 +1,5 @@
SUMMARY="bzip2 data compression utilities and libraries"
DESCRIPTION="bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression."
DESCRIPTION="bzip2 is a patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression. bzip2 supports recovery from media errors as well. Its command line flags are similar to those of GNU Gzip."
HOMEPAGE="http://www.bzip.org/"
LICENSE="bzip2"
COPYRIGHT="1996-2010 Julian R Seward"