gnu: Synchronize descriptions with the Womb.

Note: some of these changes undo bits of 35b9e4232.

* gnu/packages/base.scm, gnu/packages/gperf.scm, gnu/packages/guile.scm,
  gnu/packages/libidn.scm, gnu/packages/miscfiles.scm,
  gnu/packages/telephony.scm: Adjust synopses and descriptions as
  suggested by 'make sync-descriptions'.
This commit is contained in:
Ludovic Courtès 2014-11-05 23:23:38 +01:00
parent 95f92d4e2c
commit 12bcf94a9a
6 changed files with 13 additions and 10 deletions

View file

@ -75,7 +75,7 @@ (define-public grep
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Print lines matching a pattern") (synopsis "Print lines matching a pattern")
(description (description
"Grep is a tool for finding text inside files. Text is found by "grep is a tool for finding text inside files. Text is found by
matching a pattern provided by the user in one or many files. The pattern matching a pattern provided by the user in one or many files. The pattern
may be provided as a basic or extended regular expression, or as fixed may be provided as a basic or extended regular expression, or as fixed
strings. By default, the matching text is simply printed to the screen, strings. By default, the matching text is simply printed to the screen,

View file

@ -39,7 +39,7 @@ (define-public gperf
(home-page "http://www.gnu.org/software/gperf/") (home-page "http://www.gnu.org/software/gperf/")
(synopsis "Perfect hash function generator") (synopsis "Perfect hash function generator")
(description (description
"GNU gperf is a perfect hash function generator. For a given list of "gperf is a perfect hash function generator. For a given list of
strings, it produces a hash function and hash table in C or C++ code. That strings, it produces a hash function and hash table in C or C++ code. That
the hash function is perfect means that no collisions can exist and that the hash function is perfect means that no collisions can exist and that
look-ups can be made by single string comparisons.") look-ups can be made by single string comparisons.")

View file

@ -262,7 +262,7 @@ (define-public guile-ncurses
(home-page "http://www.gnu.org/software/guile-ncurses/") (home-page "http://www.gnu.org/software/guile-ncurses/")
(synopsis "Guile bindings to ncurses") (synopsis "Guile bindings to ncurses")
(description (description
"GNU Guile-Ncurses provides Guile language bindings for the ncurses "guile-ncurses provides Guile language bindings for the ncurses
library.") library.")
(license lgpl3+))) (license lgpl3+)))

View file

@ -37,7 +37,7 @@ (define-public libidn
;; FIXME: No Java and C# libraries are currently built. ;; FIXME: No Java and C# libraries are currently built.
(synopsis "Internationalized string processing library") (synopsis "Internationalized string processing library")
(description (description
"GNU Libidn is a library implementing of the Stringprep, Punycode and IDNA "libidn is a library implementing of the Stringprep, Punycode and IDNA
specifications. These are used to encode and decode internationalized domain specifications. These are used to encode and decode internationalized domain
names. It includes native C, C# and Java libraries.") names. It includes native C, C# and Java libraries.")
(license lgpl2.1+) (license lgpl2.1+)

View file

@ -36,9 +36,12 @@ (define-public miscfiles
"005588vfrwx8ghsdv9p7zczj9lbc9a3r4m5aphcaqv8gif4siaka")))) "005588vfrwx8ghsdv9p7zczj9lbc9a3r4m5aphcaqv8gif4siaka"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.gnu.org/software/miscfiles/") (home-page "https://www.gnu.org/software/miscfiles/")
(synopsis "Collection of miscellaneous text files") (synopsis
(description "Miscfiles is a collection of files not of crucial importance "Data files for airport codes, zip codes, a dictionary, and more")
for system administration or operation, but which have come to be common on (description
various systems over the years. It includes data files for country codes, "GNU Miscfiles is a collection of common data files. They include, for
airport codes, currency information, and so on.") example, country abbreviations, names and capital cities; currency
abbreviations and names; a Best Current Practices index; a map of the ASCII
character set; a list of three-letter airport codes; and an English word
list.")
(license gpl2+))) (license gpl2+)))

View file

@ -44,7 +44,7 @@ (define-public commoncpp
(("^// TODO sc.*") "#include <sys/types.h>\n#include <sys/stat.h>\n"))) (("^// TODO sc.*") "#include <sys/types.h>\n#include <sys/stat.h>\n")))
%standard-phases))) %standard-phases)))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Common C++ framework for threaded applications") (synopsis "(u)Common C++ framework for threaded applications")
(description "GNU Common C++ is an portable, optimized class framework for (description "GNU Common C++ is an portable, optimized class framework for
threaded applications, supporting concurrent synchronization, inter-process threaded applications, supporting concurrent synchronization, inter-process
communications via sockets, and various methods for data handling, such as communications via sockets, and various methods for data handling, such as