Archived
1
0
Fork 0

gnu: Capitalize beginning of synopsis.

* gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize.
* gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise.
* gnu/packages/cpp.scm (clipper)[synopsis]: Likewise.
* gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]:
  Likewise.
* gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3,
  rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2,
  rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise.
* gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise.
* gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise.
* gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise.
* gnu/packages/maths.scm (coda)[synopsis]: Likewise.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise.
* gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-markuppy,
  python-febelfin-coda)[synopsis]: Likewise.
* gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise.
* gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
This commit is contained in:
Vagrant Cascadian 2021-12-30 21:10:29 -08:00
parent 9c3c68dae4
commit ae876b9ce1
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
17 changed files with 25 additions and 25 deletions

View file

@ -3895,7 +3895,7 @@ application, collecting the information received.")
("python-nose" ,python-nose))) ("python-nose" ,python-nose)))
(arguments (arguments
`(#:test-target "test")) `(#:test-target "test"))
(synopsis "single tool that combines @command{cat} & @command{rm}") (synopsis "Single tool that combines @command{cat} & @command{rm}")
(description (description
"hungrycat prints the contents of a file to standard output, while "hungrycat prints the contents of a file to standard output, while
simultaneously freeing the disk space it occupied. It is useful if you need simultaneously freeing the disk space it occupied. It is useful if you need

View file

@ -71,7 +71,7 @@
(list bdb gmp json-c libxml2 ncurses)) (list bdb gmp json-c libxml2 ncurses))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.gnu.org/software/gnucobol/") (home-page "https://www.gnu.org/software/gnucobol/")
(synopsis "modern COBOL compiler") (synopsis "Modern COBOL compiler")
(description "GnuCOBOL is a free, modern COBOL compiler. GnuCOBOL (description "GnuCOBOL is a free, modern COBOL compiler. GnuCOBOL
implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
standards and X/Open COBOL, as well as many extensions included in other standards and X/Open COBOL, as well as many extensions included in other

View file

@ -1182,7 +1182,7 @@ computation.")
(native-inputs (native-inputs
`(("unzip" ,unzip))) `(("unzip" ,unzip)))
(home-page "https://sourceforge.net/projects/polyclipping") (home-page "https://sourceforge.net/projects/polyclipping")
(synopsis "polygon and line clipping and offsetting library") (synopsis "Polygon and line clipping and offsetting library")
(description (description
"The Clipper library performs line & polygon clipping - intersection, "The Clipper library performs line & polygon clipping - intersection,
union, difference & exclusive-or, and line & polygon offsetting. union, difference & exclusive-or, and line & polygon offsetting.

View file

@ -1671,7 +1671,7 @@ nicely with Piston libraries.")
(arguments `(#:skip-build? #t)) (arguments `(#:skip-build? #t))
(home-page (home-page
"https://github.com/pistondevelopers/texture") "https://github.com/pistondevelopers/texture")
(synopsis "generic library for textures") (synopsis "Generic library for textures")
(description (description
"This package provides a generic library for textures") "This package provides a generic library for textures")
(license license:expat))) (license license:expat)))

View file

@ -1903,7 +1903,7 @@ options to use calloc or a mutable global variable for pre-zeroed memory.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-alloc-no-stdlib" ,rust-alloc-no-stdlib-2)))) (("rust-alloc-no-stdlib" ,rust-alloc-no-stdlib-2))))
(home-page "https://github.com/dropbox/rust-alloc-no-stdlib") (home-page "https://github.com/dropbox/rust-alloc-no-stdlib")
(synopsis "dynamic allocator example that may be used with the stdlib") (synopsis "Dynamic allocator example that may be used with the stdlib")
(description "This package provides a dynamic allocator example that may (description "This package provides a dynamic allocator example that may
be used with the stdlib.") be used with the stdlib.")
(license license:bsd-3))) (license license:bsd-3)))
@ -4196,7 +4196,7 @@ methods.")
"1qig9fcdqf07mzzpkicm5wgxv0zpr28njdsqf708wxq27yf6k1iw")))) "1qig9fcdqf07mzzpkicm5wgxv0zpr28njdsqf708wxq27yf6k1iw"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/slide-rs/atom") (home-page "https://github.com/slide-rs/atom")
(synopsis "safe abstraction around AtomicPtr") (synopsis "Safe abstraction around AtomicPtr")
(description "This package provides a safe abstraction around AtomicPtr.") (description "This package provides a safe abstraction around AtomicPtr.")
(license license:asl2.0))) (license license:asl2.0)))
@ -35208,7 +35208,7 @@ contents.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t)) (arguments `(#:skip-build? #t))
(home-page "https://hg.sr.ht/~icefox/oorandom") (home-page "https://hg.sr.ht/~icefox/oorandom")
(synopsis "tiny, robust PRNG implementation") (synopsis "Tiny, robust PRNG implementation")
(description (description
"This package provides a tiny, robust PRNG implementation.") "This package provides a tiny, robust PRNG implementation.")
(license license:expat))) (license license:expat)))
@ -41548,7 +41548,7 @@ data.")
("rust-parking-lot" ,rust-parking-lot-0.11) ("rust-parking-lot" ,rust-parking-lot-0.11)
("rust-scheduled-thread-pool" ,rust-scheduled-thread-pool-0.2)))) ("rust-scheduled-thread-pool" ,rust-scheduled-thread-pool-0.2))))
(home-page "https://github.com/sfackler/r2d2") (home-page "https://github.com/sfackler/r2d2")
(synopsis "generic connection pool") (synopsis "Generic connection pool")
(description "This package provides a generic connection pool.") (description "This package provides a generic connection pool.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
@ -47164,7 +47164,7 @@ server functionality.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-parking-lot" ,rust-parking-lot-0.11)))) (("rust-parking-lot" ,rust-parking-lot-0.11))))
(home-page "https://github.com/sfackler/scheduled-thread-pool") (home-page "https://github.com/sfackler/scheduled-thread-pool")
(synopsis "scheduled thread pool") (synopsis "Scheduled thread pool")
(description "This package provides a scheduled thread pool.") (description "This package provides a scheduled thread pool.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
@ -54559,7 +54559,7 @@ without a mutable reference.")
"0hvd6vk4ksgg2y99498jw52ric4lxm0i6ygpzqm95gdrhvsxyynp")))) "0hvd6vk4ksgg2y99498jw52ric4lxm0i6ygpzqm95gdrhvsxyynp"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://docs.rs/takeable-option/") (home-page "https://docs.rs/takeable-option/")
(synopsis "small wrapper around option") (synopsis "Small wrapper around option")
(description (description
"This package provides a small wrapper around option.") "This package provides a small wrapper around option.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
@ -60320,7 +60320,7 @@ the Trust-DNS client to use rustls for TLS.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t)) (arguments `(#:skip-build? #t))
(home-page "https://github.com/RazrFalcon/ttf-parser") (home-page "https://github.com/RazrFalcon/ttf-parser")
(synopsis "high-level, safe, zero-allocation TrueType font parser") (synopsis "High-level, safe, zero-allocation TrueType font parser")
(description (description
"This package provides a high-level, safe, zero-allocation TrueType font "This package provides a high-level, safe, zero-allocation TrueType font
parser.") parser.")

View file

@ -2345,7 +2345,7 @@ exec -a \"~a\" ~a \"$@\"\n"
(inputs (inputs
(list python-pygame python-tmx)) (list python-pygame python-tmx))
(home-page "https://rogueboxadventures.tuxfamily.org") (home-page "https://rogueboxadventures.tuxfamily.org")
(synopsis "classical roguelike/sandbox game") (synopsis "Classical roguelike/sandbox game")
(description (description
"RogueBox Adventures is a graphical roguelike with strong influences "RogueBox Adventures is a graphical roguelike with strong influences
from sandbox games like Minecraft or Terraria. The main idea of RogueBox from sandbox games like Minecraft or Terraria. The main idea of RogueBox

View file

@ -704,7 +704,7 @@ OpenGL graphics API.")
;; epoxy.pc: 'Requires.private: gl egl' ;; epoxy.pc: 'Requires.private: gl egl'
(list mesa)) (list mesa))
(home-page "https://github.com/anholt/libepoxy/") (home-page "https://github.com/anholt/libepoxy/")
(synopsis "library for handling OpenGL function pointer management") (synopsis "Library for handling OpenGL function pointer management")
(description (description
"A library for handling OpenGL function pointer management.") "A library for handling OpenGL function pointer management.")
(license license:x11))) (license license:x11)))

View file

@ -663,7 +663,7 @@ notebooks and tiling window managers.")
optipng optipng
pkg-config pkg-config
sassc/libsass-3.5)) sassc/libsass-3.5))
(synopsis "flat GTK+ theme with transparent elements") (synopsis "Flat GTK+ theme with transparent elements")
(description "Arc is a flat theme with transparent elements for GTK 3, GTK (description "Arc is a flat theme with transparent elements for GTK 3, GTK
2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments 2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments
like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")

View file

@ -1692,7 +1692,7 @@ command-line utility for working with CBOR data.")
ghc-vector ghc-vector
ghc-cborg)) ghc-cborg))
(home-page "https://github.com/well-typed/cborg") (home-page "https://github.com/well-typed/cborg")
(synopsis "library for encoding JSON as CBOR") (synopsis "Library for encoding JSON as CBOR")
(description (description
"This package implements the bijection between JSON and CBOR "This package implements the bijection between JSON and CBOR
defined in the CBOR specification, RFC 7049.") defined in the CBOR specification, RFC 7049.")
@ -10855,7 +10855,7 @@ better for some purposes.")
(native-inputs (native-inputs
(list ghc-hspec ghc-quickcheck hspec-discover)) (list ghc-hspec ghc-quickcheck hspec-discover))
(home-page "https://github.com/commercialhaskell/rio#readme") (home-page "https://github.com/commercialhaskell/rio#readme")
(synopsis "standard library for Haskell") (synopsis "Standard library for Haskell")
(description "This package works as a prelude replacement for Haskell, (description "This package works as a prelude replacement for Haskell,
providing more functionality and types out of the box than the standard providing more functionality and types out of the box than the standard
prelude (such as common data types like @code{ByteString} and prelude (such as common data types like @code{ByteString} and

View file

@ -128,7 +128,7 @@
(substitute* "Source/build.cpp" (("m_target_type=TARGET_X86ANSI") (substitute* "Source/build.cpp" (("m_target_type=TARGET_X86ANSI")
(string-append "m_target_type=" ,nsis-target-type)))))))) (string-append "m_target_type=" ,nsis-target-type))))))))
(home-page "http://nsis.sourceforge.net/") (home-page "http://nsis.sourceforge.net/")
(synopsis "professional open source system to create Windows installers") (synopsis "Professional open source system to create Windows installers")
(description (description
"NSIS (Nullsoft Scriptable Install System) is a professional open source "NSIS (Nullsoft Scriptable Install System) is a professional open source
system to create Windows installers. It is designed to be as small and flexible system to create Windows installers. It is designed to be as small and flexible

View file

@ -4203,7 +4203,7 @@ PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.")
(("in-package :cl-utilities)" all) (("in-package :cl-utilities)" all)
"in-package :cl-utilities)\n\n#+sbcl\n(require :sb-rotate-byte)"))))))) "in-package :cl-utilities)\n\n#+sbcl\n(require :sb-rotate-byte)")))))))
(home-page "http://common-lisp.net/project/cl-utilities") (home-page "http://common-lisp.net/project/cl-utilities")
(synopsis "collection of semi-standard utilities") (synopsis "Collection of semi-standard utilities")
(description (description
"On Cliki.net <http://www.cliki.net/Common%20Lisp%20Utilities>, there "On Cliki.net <http://www.cliki.net/Common%20Lisp%20Utilities>, there
is a collection of Common Lisp Utilities, things that everybody writes since is a collection of Common Lisp Utilities, things that everybody writes since

View file

@ -273,7 +273,7 @@ interactive dialogs to guide them.")
(arguments (arguments
'(#:configure-flags '("--with-hdf4" "--with-hdf5" "--enable-python" '(#:configure-flags '("--with-hdf4" "--with-hdf5" "--enable-python"
"LIBS= -lz -lpcre -lexpat"))) "LIBS= -lz -lpcre -lexpat")))
(synopsis "common interface to various earth observation data formats") (synopsis "Common interface to various earth observation data formats")
(description (description
"The Common Data Access toolbox (CODA) provides a set of interfaces for "The Common Data Access toolbox (CODA) provides a set of interfaces for
reading remote sensing data from earth observation data files. It consists of reading remote sensing data from earth observation data files. It consists of

View file

@ -5842,7 +5842,7 @@ ocaml values.")
("ocaml-ppxlib" ,(package-with-ocaml4.07 ocaml-ppxlib)))) ("ocaml-ppxlib" ,(package-with-ocaml4.07 ocaml-ppxlib))))
(properties `((upstream-name . "ppx_sexp_message"))) (properties `((upstream-name . "ppx_sexp_message")))
(home-page "https://github.com/janestreet/ppx_sexp_message") (home-page "https://github.com/janestreet/ppx_sexp_message")
(synopsis "ppx rewriter for easy construction of s-expressions") (synopsis "Ppx rewriter for easy construction of s-expressions")
(description "Ppx_sexp_message aims to ease the creation of s-expressions (description "Ppx_sexp_message aims to ease the creation of s-expressions
in OCaml. This is mainly motivated by writing error and debugging messages, in OCaml. This is mainly motivated by writing error and debugging messages,
where one needs to construct a s-expression based on various element of the where one needs to construct a s-expression based on various element of the

View file

@ -298,7 +298,7 @@ have profiling information collected when the grammar is used.")
(build-system rakudo-build-system) (build-system rakudo-build-system)
(arguments '(#:with-zef? #f)) (arguments '(#:with-zef? #f))
(home-page "https://github.com/moritz/json") (home-page "https://github.com/moritz/json")
(synopsis "minimal JSON (de)serializer") (synopsis "Minimal JSON (de)serializer")
(description "This module is a simple Perl 6 module for serializing and (description "This module is a simple Perl 6 module for serializing and
deserializing JSON.") deserializing JSON.")
(license license:artistic2.0))) (license license:artistic2.0)))

View file

@ -27348,7 +27348,7 @@ Braintree Gateway. Braintree is a US-based payments service provider.")
(base32 "0pqdmpxbr8iq22b4css2gz5z6s01ddpzyj25x27kgbs2lp0f5phs")))) (base32 "0pqdmpxbr8iq22b4css2gz5z6s01ddpzyj25x27kgbs2lp0f5phs"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/tylerbakke/MarkupPy") (home-page "https://github.com/tylerbakke/MarkupPy")
(synopsis "pythonic HTML/XML generator") (synopsis "Pythonic HTML/XML generator")
(description "This Python module attempts to make it easier to generate (description "This Python module attempts to make it easier to generate
HTML/XML from a Python program in an intuitive, lightweight, customizable and HTML/XML from a Python program in an intuitive, lightweight, customizable and
pythonic way.") pythonic way.")
@ -27436,7 +27436,7 @@ spreadsheet), CSV, TSV, XLS, XLSX (Microsoft Excel spreadsheet), and YAML.")
(base32 "10nf4hdwldqgdmh4g613vx55sbsw1x1yzpvs3crwlggbp75fjjfi")))) (base32 "10nf4hdwldqgdmh4g613vx55sbsw1x1yzpvs3crwlggbp75fjjfi"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://coda.b2ck.com/") (home-page "https://coda.b2ck.com/")
(synopsis "module to parse Belgian CODA files") (synopsis "Module to parse Belgian CODA files")
(description "This package provides a module to parse Coded statement of (description "This package provides a module to parse Coded statement of
account (CODA) files as defined be the Belgian Febelfin bank standard.") account (CODA) files as defined be the Belgian Febelfin bank standard.")
(license license:bsd-3))) (license license:bsd-3)))

View file

@ -946,7 +946,7 @@ algorithms.")
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/magrittr/index.html") (home-page "https://cran.r-project.org/web/packages/magrittr/index.html")
(synopsis "forward-pipe operator for R") (synopsis "Forward-pipe operator for R")
(description (description
"Magrittr provides a mechanism for chaining commands with a new "Magrittr provides a mechanism for chaining commands with a new
forward-pipe operator, %>%. This operator will forward a value, or the result forward-pipe operator, %>%. This operator will forward a value, or the result

View file

@ -879,7 +879,7 @@ a server/client mode.")
(inputs (inputs
(list libxft vte)) (list libxft vte))
(home-page "https://launchpad.net/sakura") (home-page "https://launchpad.net/sakura")
(synopsis "simple but powerful libvte-based terminal emulator") (synopsis "Simple but powerful libvte-based terminal emulator")
(description "@code{Sakura} is a terminal emulator based on GTK+ and VTE. (description "@code{Sakura} is a terminal emulator based on GTK+ and VTE.
It's a terminal emulator with few dependencies, so you don't need a full GNOME It's a terminal emulator with few dependencies, so you don't need a full GNOME
desktop installed to have a decent terminal emulator.") desktop installed to have a decent terminal emulator.")