gnu: Sync GNU descriptions with upstream.

From 'guix lint -c gnu-description'.

* gnu/packages/gnunet.scm (gnunet): Adjust description.
* gnu/packages/marst.scm (marst): Likewise.
* gnu/packages/maths.scm (c-graph): Likewise.
* gnu/packages/networking.scm (macchanger): Likewise.
master
Ludovic Courtès 2016-07-29 10:13:12 +02:00
parent c777570b57
commit a3947cb1b8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
4 changed files with 19 additions and 15 deletions

View File

@ -257,14 +257,12 @@ supports HTTPS, HTTPS and GnuTLS.")
%standard-phases))))) %standard-phases)))))
(synopsis "Secure, decentralized, peer-to-peer networking framework") (synopsis "Secure, decentralized, peer-to-peer networking framework")
(description (description
"GNUnet is a framework for secure peer-to-peer networking that does not "GNUnet is a framework for secure peer-to-peer networking. The
use any centralized or otherwise trusted services. Our high-level goal is to high-level goal is to provide a strong foundation of free software for a
provide a strong free software foundation for a global network that provides global, distributed network that provides security and privacy. GNUnet in
security and privacy. GNUnet started with an idea for anonymous that sense aims to replace the current internet protocol stack. Along with
censorship-resistant file-sharing, but has grown to incorporate other an application for secure publication of files, it has grown to include all
applications as well as many generic building blocks for secure networking kinds of basic applications for the foundation of a GNU internet.")
applications. In particular, GNUnet now includes the GNU Name System, a
privacy-preserving, decentralized public key infrastructure.")
(license license:gpl3+) (license license:gpl3+)
(home-page "https://gnunet.org/"))) (home-page "https://gnunet.org/")))

View File

@ -37,7 +37,10 @@
(base32 "0l6swjy8fjrqw89ghc1vvakg21jmpfkpsw92yssrzkg3rg8vkrry")))) (base32 "0l6swjy8fjrqw89ghc1vvakg21jmpfkpsw92yssrzkg3rg8vkrry"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.gnu.org/software/marst") (home-page "http://www.gnu.org/software/marst")
(synopsis "Algol to C translator") (synopsis "Algol-to-C translator")
(description "MARST is an Algol-to-C translator. It automatically translates programs (description
written on the algorithmic language Algol 60 to the C programming language.") "GNU MARST is an Algol-to-C translator. The package consists of the
translator itself, a library that contains the necessary Algol 60 procedures,
and a converter that converts existing Algol 60 programs from other
representations to the MARST representation.")
(license gpl3+))) (license gpl3+)))

View File

@ -102,10 +102,13 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fortran" ,gfortran))) `(("fortran" ,gfortran)))
(synopsis "Visualize and analyze convolution operations") (synopsis "Visualizing and demonstrating convolution")
(description (description
"GNU C-Graph demonstrates the theory of convolution underlying "GNU C-Graph is a tool for demonstrating the theory of convolution.
engineering systems and signal analysis.") Thus, it can serve as an excellent aid to students of signal and systems
theory in visualizing the convolution process. Rather than forcing the
student to write code, the program offers an intuitive interface with
interactive dialogs to guide them.")
(license license:gpl3+) (license license:gpl3+)
(home-page "http://www.gnu.org/software/c-graph/"))) (home-page "http://www.gnu.org/software/c-graph/")))

View File

@ -62,7 +62,7 @@
"1xsiivjjyhqcs6dyjcshrnxlgypvyfzacjz7gcjgl88xiw9lylri")))) "1xsiivjjyhqcs6dyjcshrnxlgypvyfzacjz7gcjgl88xiw9lylri"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.gnu.org/software/macchanger") (home-page "http://www.gnu.org/software/macchanger")
(synopsis "Display or change the MAC address of networking devices") (synopsis "Viewing and manipulating MAC addresses of network interfaces")
(description "GNU MAC Changer is a utility for viewing and changing MAC (description "GNU MAC Changer is a utility for viewing and changing MAC
addresses of networking devices. New addresses may be set explicitly or addresses of networking devices. New addresses may be set explicitly or
randomly. They can include MAC addresses of the same or other hardware vendors randomly. They can include MAC addresses of the same or other hardware vendors