From e36636d635b91bea23a623aa6b092ac09c8faa6b Mon Sep 17 00:00:00 2001 From: Brandon Tran Date: Tue, 19 Nov 2013 22:16:04 -0800 Subject: [PATCH] Updated description of bzip2 for Google Code-In 2013. --- app-arch/bzip2/bzip2-1.0.6.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/bzip2/bzip2-1.0.6.recipe b/app-arch/bzip2/bzip2-1.0.6.recipe index 91a5c4471..b13574a48 100644 --- a/app-arch/bzip2/bzip2-1.0.6.recipe +++ b/app-arch/bzip2/bzip2-1.0.6.recipe @@ -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"