gnu: Remove ‘open source’ from package descriptions.

Also do some (trivial) editing where appropriate.

* gnu/packages/bioconductor.scm (r-anaquin, r-rcppnumerical)
[description]: Remove superfluous ‘open source’.
* gnu/packages/debian.scm (apt-mirror)[description]: Likewise.
Add @acronym{}.  Drop obscure Ubuntu for famous Trisquel.  Reorder.
* gnu/packages/documentation.scm (scrollkeeper)[description]:
Remove superfluous ‘open systems’.  Keep ‘Open Source’ in standard name.
* gnu/packages/engineering.scm (freecad, cura-engine)[description]:
Remove superfluous ‘open source’ and excessive puffery.
* gnu/packages/firmware.scm (make-opensbi-package)
[synopsis]: Remove ‘Open Source’.  Use @acronym{}.
[description]: Fix first sentence to follow guidelines.  Use @acronym{}.
* gnu/packages/game-development.scm (ioquake3, recastnavigation):
[description]: Remove ‘open source’.
* gnu/packages/graphics.scm (skia)[description]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[description]: Likewise.
* gnu/packages/machine-learning.scm (onnx)[description]: Likewise.
Use @acronym{}.
* gnu/packages/ocaml.scm (ocaml-cudf)[description]: Likewise.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-14 02:00:00 +02:00
parent 078d880f8f
commit 5a9c2abf9e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
10 changed files with 42 additions and 42 deletions

View file

@ -2091,8 +2091,8 @@ (define-public r-anaquin
(description (description
"The project is intended to support the use of @dfn{sequins}(synthetic "The project is intended to support the use of @dfn{sequins}(synthetic
sequencing spike-in controls) owned and made available by the Garvan Institute sequencing spike-in controls) owned and made available by the Garvan Institute
of Medical Research. The goal is to provide a standard open source library for of Medical Research. The goal is to provide a standard library for quantitative
quantitative analysis, modelling and visualization of spike-in controls.") analysis, modelling, and visualization of spike-in controls.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public r-aneufinder (define-public r-aneufinder
@ -6542,9 +6542,10 @@ (define r-rcppnumerical
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/yixuan/RcppNumerical") (home-page "https://github.com/yixuan/RcppNumerical")
(synopsis "Rcpp integration for numerical computing libraries") (synopsis "Rcpp integration for numerical computing libraries")
(description "This package provides a collection of open source libraries (description
for numerical computing (numerical integration, optimization, etc.) and their "This package provides a collection of libraries for numerical computing
integration with @code{Rcpp}.") (numerical integration, optimization, etc.) and their integration with
@code{Rcpp}.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-apeglm (define-public r-apeglm

View file

@ -331,9 +331,9 @@ (define-public apt-mirror
(home-page "http://apt-mirror.github.io/") (home-page "http://apt-mirror.github.io/")
(synopsis "Script for mirroring a Debian repository") (synopsis "Script for mirroring a Debian repository")
(description (description
"apt-mirror is a small tool that provides the ability to "apt-mirror is a small tool that provides the ability to selectively
selectively mirror Debian and Ubuntu GNU/Linux distributions or any mirror @acronym{APT, advanced package tool} sources, including GNU/Linux
other apt sources typically provided by open source developers.") distributions such as Debian and Trisquel.")
(license license:gpl2)))) (license license:gpl2))))
(define-public dpkg (define-public dpkg

View file

@ -338,12 +338,12 @@ (define-public scrollkeeper
(list intltool)) (list intltool))
(home-page "http://scrollkeeper.sourceforge.net/") (home-page "http://scrollkeeper.sourceforge.net/")
(synopsis "Open Documentation Cataloging Project") (synopsis "Open Documentation Cataloging Project")
(description "ScrollKeeper is a cataloging system for documentation on open (description
systems. It manages documentation metadata as specified by the Open Source "ScrollKeeper is a cataloging system for documentation. It manages
Metadata Framework and provides a simple API to allow help browsers to find, documentation metadata as specified by the Open Source Metadata Framework and
sort, and search the document catalog. It will also be able to communicate provides a simple API to allow help browsers to find, sort, and search the
with catalog servers on the Net to search for documents which are not on the document catalog. It will also be able to communicate with catalog servers on
local system.") the Net to search for documents which are not on the local system.")
(license lgpl2.1+))) (license lgpl2.1+)))
(define-public zeal (define-public zeal

View file

@ -2527,12 +2527,11 @@ (define-public freecad
(home-page "https://www.freecadweb.org/") (home-page "https://www.freecadweb.org/")
(synopsis "Your Own 3D Parametric Modeler") (synopsis "Your Own 3D Parametric Modeler")
(description (description
"FreeCAD is a general purpose feature-based, parametric 3D modeler for "FreeCAD is a general-purpose, feature-based, parametric 3D modeler for
CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and CAD, MCAD, CAx, CAE, and PLM. It is aimed directly at mechanical engineering
product design but also fits a wider range of uses in engineering, such as and product design but also fits a wider range of uses in engineering, such as
architecture or other engineering specialties. It is 100% Open Source (LGPL2+ architecture or other engineering specialties. It is modular, allowing for
license) and extremely modular, allowing for very advanced extension and extension and customization.")
customization.")
(license (license
(list (list
license:lgpl2.1+ license:lgpl2.1+
@ -3355,10 +3354,10 @@ (define-public cura-engine
"stb_image.h"))))))) "stb_image.h")))))))
(home-page "https://github.com/Ultimaker/CuraEngine") (home-page "https://github.com/Ultimaker/CuraEngine")
(synopsis "Cura slicing engine") (synopsis "Cura slicing engine")
(description "CuraEngine is a powerful, fast and robust engine for (description
processing 3D models into 3D printing instruction for Ultimaker and other "CuraEngine is an engine for processing 3D models into 3D printing
GCode based 3D printers. It is part of the larger open source project called instructions for Ultimaker and other GCode-based 3D printers. It is part of a
Cura.") larger project called Cura.")
(license license:agpl3+))) (license license:agpl3+)))
(define-public cura-binary-data (define-public cura-binary-data

View file

@ -265,9 +265,11 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
bin)) bin))
#t))))) #t)))))
(home-page "https://github.com/riscv-software-src/opensbi") (home-page "https://github.com/riscv-software-src/opensbi")
(synopsis "RISC-V Open Source Supervisor Binary Interface") (synopsis "RISC-V @acronym{SBI, Supervisor Binary Interface} implementation")
(description "A reference implementation of the RISC-V SBI specifications (description
for platform-specific firmwares executing in M-mode.") "OpenSBI is the reference implementation of the RISC-V @acronym{SBI,
Supervisory Binary Interface} specifications for platform-specific firmwares
executing in M-mode.")
(license (list license:bsd-2 (license (list license:bsd-2
;; lib/utils/libfdt/* is dual licensed under bsd-2 and gpl2+. ;; lib/utils/libfdt/* is dual licensed under bsd-2 and gpl2+.
license:gpl2+ license:gpl2+

View file

@ -2187,9 +2187,8 @@ (define-public ioquake3
(description "ioquake3 is a free software first person shooter engine (description "ioquake3 is a free software first person shooter engine
based on the Quake 3: Arena and Quake 3: Team Arena source code. Compared to based on the Quake 3: Arena and Quake 3: Team Arena source code. Compared to
the original, ioquake3 has been cleaned up, bugs have been fixed and features the original, ioquake3 has been cleaned up, bugs have been fixed and features
added. The permanent goal is to create the open source Quake 3 distribution added. The permanent goal is to create a Quake 3 distribution upon which
upon which people base their games, ports to new platforms, and other people base their games, ports to new platforms, and other projects.")
projects.")
(license license:gpl2)))) (license license:gpl2))))
(define-public instead (define-public instead
@ -2806,8 +2805,6 @@ (define-public recastnavigation
@item It is automatic, which means that you can throw any level geometry @item It is automatic, which means that you can throw any level geometry
at it and you will get robust mesh out. at it and you will get robust mesh out.
@item It is fast which means swift turnaround times for level designers. @item It is fast which means swift turnaround times for level designers.
@item It is open source so it comes with full source and you can
customize it to your heart's content.
@end itemize @end itemize
The Recast process starts with constructing a voxel mold from a level The Recast process starts with constructing a voxel mold from a level

View file

@ -1948,8 +1948,9 @@ (define skia.pc (string-append #$output
(inputs (list expat fontconfig freetype harfbuzz mesa libwebp zlib)) (inputs (list expat fontconfig freetype harfbuzz mesa libwebp zlib))
(home-page "https://skia.org/") (home-page "https://skia.org/")
(synopsis "2D graphics library") (synopsis "2D graphics library")
(description "Skia is an open source 2D graphics library. It can be (description
used for drawing text, geometries, and images and has support for: "Skia is a 2D graphics library for drawing text, geometries, and images.
It supports:
@itemize @itemize
@item 3x3 matrices with perspective @item 3x3 matrices with perspective
@item antialiasing, transparency, filters @item antialiasing, transparency, filters

View file

@ -6831,7 +6831,7 @@ (define-public sbcl-s-sysdeps
(synopsis "Common Lisp abstraction layer over platform dependent functionality") (synopsis "Common Lisp abstraction layer over platform dependent functionality")
(description "@code{s-sysdeps} is an abstraction layer over platform (description "@code{s-sysdeps} is an abstraction layer over platform
dependent functionality. This simple package is used as a building block in a dependent functionality. This simple package is used as a building block in a
number of other open source projects. number of other projects.
@code{s-sysdeps} abstracts: @code{s-sysdeps} abstracts:

View file

@ -828,10 +828,10 @@ (define args
(home-page "https://onnx.ai/") (home-page "https://onnx.ai/")
(synopsis "Open Neural Network Exchange") (synopsis "Open Neural Network Exchange")
(description (description
"Open Neural Network Exchange (ONNX) provides an open source format for "@acronym{ONNX, Open Neural Network Exchange} is a format for AI models,
AI models, both deep learning and traditional ML. It defines an extensible both deep learning and traditional @acronym{ML, machine learning}. It defines
computation graph model, as well as definitions of built-in operators and an extensible computation graph model, as well as definitions of built-in
standard data types.") operators and standard data types.")
(license license:expat))) (license license:expat)))
(define-public python-onnx (define-public python-onnx

View file

@ -608,9 +608,9 @@ (define-public ocaml-cudf
(native-inputs (list ocaml-ounit2)) (native-inputs (list ocaml-ounit2))
(home-page "https://www.mancoosi.org/cudf/") (home-page "https://www.mancoosi.org/cudf/")
(synopsis "CUDF library (part of the Mancoosi tools)") (synopsis "CUDF library (part of the Mancoosi tools)")
(description "CUDF (for Common Upgradeability Description Format) is a (description
format for describing upgrade scenarios in package-based Free and Open Source "@acronym{CUDF, Common Upgradeability Description Format} is a format for
Software distribution.") describing upgrade scenarios in package-based software distributions.")
;; With static-linking exception ;; With static-linking exception
(license license:lgpl2.1+))) (license license:lgpl2.1+)))