gnu: Synchronize GNU package descriptions with upstream.
These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2
.
This commit is contained in:
parent
bed035c560
commit
c5779c931b
@ -1000,7 +1000,7 @@ recover lost partitions and/or make non-booting disks bootable again.")
|
||||
deleting or modifying files. It can monitor different sets of directories for
|
||||
different events. When an event is detected, direvent calls a specified
|
||||
external program with information about the event, such as the location
|
||||
within the file system where it occurred. Thus, \"direvent\" provides an easy
|
||||
way to react immediately if given files undergo changes, for example, to
|
||||
within the file system where it occurred. Thus, \"direvent\" provides an
|
||||
easy way to react immediately if given files undergo changes, for example, to
|
||||
track changes in important system configuration files.")
|
||||
(license gpl3+)))
|
||||
|
@ -351,10 +351,11 @@ change. GNU make offers many powerful extensions over the standard utility.")
|
||||
(synopsis "Binary utilities: bfd gas gprof ld")
|
||||
(description
|
||||
"GNU Binutils is a collection of tools for working with binary files.
|
||||
Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler. Other
|
||||
tools include programs to display binary profiling information, list the
|
||||
strings in a binary file, and utilities for working with archives. The \"bfd\"
|
||||
library for working with executable and object formats is also included.")
|
||||
Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler.
|
||||
Other tools include programs to display binary profiling information, list
|
||||
the strings in a binary file, and utilities for working with archives. The
|
||||
\"bfd\" library for working with executable and object formats is also
|
||||
included.")
|
||||
(license gpl3+)
|
||||
(home-page "http://www.gnu.org/software/binutils/")))
|
||||
|
||||
|
@ -204,8 +204,8 @@ pictures, sounds, or video.")
|
||||
"GNU Recutils is a set of tools and libraries for creating and
|
||||
manipulating text-based, human-editable databases. Despite being text-based,
|
||||
databases created with Recutils carry all of the expected features such as
|
||||
unique fields, primary keys, time stamps and more. Many different field types
|
||||
are supported, as is encryption.")
|
||||
unique fields, primary keys, time stamps and more. Many different field
|
||||
types are supported, as is encryption.")
|
||||
(license gpl3+)
|
||||
(home-page "http://www.gnu.org/software/recutils/")))
|
||||
|
||||
|
@ -39,8 +39,8 @@
|
||||
(home-page "http://www.gnu.org/software/gperf/")
|
||||
(synopsis "Perfect hash function generator")
|
||||
(description
|
||||
"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 the hash
|
||||
function is perfect means that no collisions can exist and that look-ups can be
|
||||
made by single string comparisons.")
|
||||
"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
|
||||
the hash function is perfect means that no collisions can exist and that
|
||||
look-ups can be made by single string comparisons.")
|
||||
(license gpl3+)))
|
||||
|
@ -180,10 +180,10 @@ LP/MIP solver is included in the package.")
|
||||
(description
|
||||
"GNU PSPP is a statistical analysis program. It can perform
|
||||
descriptive statistics, T-tests, linear regression and non-parametric tests.
|
||||
It features both a graphical interface as well as command-line input. PSPP is
|
||||
designed to interoperate with Gnumeric, LibreOffice and OpenOffice. Data can
|
||||
be imported from spreadsheets, text files and database sources and it can be
|
||||
output in text, PostScript, PDF or HTML.")
|
||||
It features both a graphical interface as well as command-line input. PSPP
|
||||
is designed to interoperate with Gnumeric, LibreOffice and OpenOffice. Data
|
||||
can be imported from spreadsheets, text files and database sources and it can
|
||||
be output in text, PostScript, PDF or HTML.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public lapack
|
||||
|
@ -105,8 +105,8 @@
|
||||
"GNU Guix is a functional package manager for the GNU system, and is
|
||||
also a distribution thereof. It includes a virtual machine image. Besides
|
||||
the usual package management features, it also supports transactional
|
||||
upgrades and roll-backs, per-user profiles, and much more. It is based on the
|
||||
Nix package manager.")
|
||||
upgrades and roll-backs, per-user profiles, and much more. It is based on
|
||||
the Nix package manager.")
|
||||
(license gpl3+)))
|
||||
|
||||
(define-public guix guix-0.7)
|
||||
|
Loading…
Reference in New Issue
Block a user