From 79c311b81cd8b12075f4c8028a65787481ee40c5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Dec 2013 22:33:23 +0100 Subject: gnu: Synchronize descriptions with 'gnumaint'. --- gnu/packages/compression.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'gnu/packages/compression.scm') diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 4d66ff6de6..efffa92692 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -82,7 +82,10 @@ (define-public gzip ;; FIXME: The test suite wants `less', and optionally Perl. '(#:tests? #f)) (description - "GNU Gzip is a data compression and decompression program.") + "GNU Gzip provides data compression and decompression utilities; the +typical extension is \".gz\". Unlike the \"zip\" format, it compresses a single +file; as a result, it is often used in conjunction with \"tar\", resulting in +\".tar.gz\" or \".tgz\", etc.") (license license:gpl3+) (home-page "http://www.gnu.org/software/gzip/"))) @@ -278,9 +281,8 @@ (define-public sharutils (home-page "http://www.gnu.org/software/sharutils/") (synopsis "Archives in shell scripts, uuencode/uudecode") (description - "GNU sharutils is a package for manipulating shell archives. Shell -archives are collections of files that can be unpacked using only the shell; -an archive is a self-extracting shell script. The tools in the Sharutils -package make working with shell archives more robust, offering compression, -file-splitting and simple checksums.") + "GNU sharutils is a package for creating and manipulating shell +archives that can be readily emailed. A shell archive is a file that can be +processed by a Bourne-type shell to unpack the original collection of files. +This package is mostly for compatibility and historical interest.") (license license:gpl3+))) -- cgit v1.2.3