gnu: Fix descriptions to not use quotes.

* gnu/packages/admin.scm (wpa-supplicant-minimal, mingetty, di),
* gnu/packages/audio.scm (fil-plugins),
* gnu/packages/base.scm (make-ld-wrapper, make-glibc-locales),
* gnu/packages/bioinformatics.scm (r-samtools),
* gnu/packages/chez.scm (chez-mit),
* gnu/packages/commencement.scm (make-gcc-toolchain),
* gnu/packages/compression.scm (fastjar),
* gnu/packages/cran.scm (r-maps, r-rcpp),
* gnu/packages/databases.scm (sparql-query),
* gnu/packages/dunst.scm (dunst),
* gnu/packages/ftp.scm (ncftp),
* gnu/packages/gl.scm (freeglut),
* gnu/packages/haskell-check.scm (ghc-tasty-golden),
* gnu/packages/haskell.scm (ghc-case-insensitive, ghc-text,
ghc-haskell-src, ghc-syb, ghc-deepseq-generics, ghc-network-uri,
ghc-rerebase, ghc-zlib),
* gnu/packages/image.scm (jbig2dec),
* gnu/packages/kde-frameworks.scm (kinit, karchive),
* gnu/packages/linux.scm (wireless-tools, perf, module-init-tools, kbd),
* gnu/packages/lirc.scm (lirc),
* gnu/packages/lisp.scm (uglify-js),
* gnu/packages/mate.scm (mate-netbook),
* gnu/packages/microcom.scm (microcom),
* gnu/packages/music.scm (bristol),
* gnu/packages/networking.scm (perl-geo-ip),
* gnu/packages/patchutils.scm (patches),
* gnu/packages/perl-check.scm (perl-test-more-utf8),
* gnu/packages/perl.scm (perl-log-report-optional, perl-file-which,
perl-io-tty, perl-log-any, perl-digest-sha1, perl-class-load,
perl-regexp-common, perl-module-pluggable, perl-class-modifier),
* gnu/packages/python-xyz.scm (python-backports-abc, python-natsort),
* gnu/packages/samba.scm (iniparser),
* gnu/packages/search.scm (mlocate),
* gnu/packages/spice.scm (spice),
* gnu/packages/statistics.scm (r-dt, r-lubridate, r-estimability,
r-commonmark, r-digest, r-viridislite, r-stringr),
* gnu/packages/tex.scm (texlive-latex-changebar),
* gnu/packages/version-control.scm (subversion),
* gnu/packages/w3m.scm (w3m),
* gnu/packages/web.scm (perl-http-parser,
perl-plack-middleware-reverseproxy),
* gnu/packages/xorg.scm (xkeyboard-config, mkfontdir, xcursor-theme,
mkfontscale, xinit, font-alias)[description]: Use @code instead of quotes.
master
Efraim Flashner 2019-03-31 16:39:43 +03:00
parent cd9ca20a5d
commit 36a4366d79
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
36 changed files with 133 additions and 129 deletions

View File

@ -475,8 +475,8 @@ login, passwd, su, groupadd, and useradd.")
(synopsis "Getty for the text console") (synopsis "Getty for the text console")
(description (description
"Small console getty that is started on the Linux text console, "Small console getty that is started on the Linux text console,
asks for a login name and then transfers over to 'login'. It is extended to asks for a login name and then transfers over to @code{login}. It is extended
allow automatic login and starting any app.") to allow automatic login and starting any app.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public net-base (define-public net-base
@ -1140,7 +1140,8 @@ the client stations. It implements key negotiation with a WPA Authenticator
and it controls the roaming and IEEE 802.11 authentication/association of the and it controls the roaming and IEEE 802.11 authentication/association of the
WLAN driver. WLAN driver.
This package provides the 'wpa_supplicant' daemon and the 'wpa_cli' command.") This package provides the @code{wpa_supplicant} daemon and the @code{wpa_cli}
command.")
;; In practice, this is linked against Readline, which makes it GPLv3+. ;; In practice, this is linked against Readline, which makes it GPLv3+.
(license license:bsd-3) (license license:bsd-3)
@ -2076,7 +2077,7 @@ a new command using the matched rule, and runs it.")
(home-page "https://www.gentoo.com/di/") (home-page "https://www.gentoo.com/di/")
(synopsis "Advanced df like disk information utility") (synopsis "Advanced df like disk information utility")
(description (description
"'di' is a disk information utility, displaying everything that your "@code{di} is a disk information utility, displaying everything that your
@code{df} command does and more. It features the ability to display your disk @code{df} command does and more. It features the ability to display your disk
usage in whatever format you prefer. It is designed to be highly portable and usage in whatever format you prefer. It is designed to be highly portable and
produce uniform output across heterogeneous networks.") produce uniform output across heterogeneous networks.")

View File

@ -943,7 +943,7 @@ gain controls. There is also a global bypass switch and gain control.
The 2nd order resonant filters are implemented using a Mitra-Regalia style The 2nd order resonant filters are implemented using a Mitra-Regalia style
lattice filter, which is stable even while parameters are being changed. lattice filter, which is stable even while parameters are being changed.
All switches and controls are internally smoothed, so they can be used 'live' All switches and controls are internally smoothed, so they can be used @code{live}
without any clicks or zipper noises. This makes this plugin suitable for use without any clicks or zipper noises. This makes this plugin suitable for use
in systems that allow automation of plugin control ports, such as Ardour, or in systems that allow automation of plugin control ports, such as Ardour, or
for stage use.") for stage use.")

View File

@ -600,9 +600,9 @@ wrapper for the cross-linker for that target, called 'TARGET-ld'."
#t))))) #t)))))
(synopsis "The linker wrapper") (synopsis "The linker wrapper")
(description (description
"The linker wrapper (or 'ld-wrapper') wraps the linker to add any "The linker wrapper (or @code{ld-wrapper}) wraps the linker to add any
missing '-rpath' flags, and to detect any misuse of libraries outside of the missing @code{-rpath} flags, and to detect any misuse of libraries outside of
store.") the store.")
(home-page "https://www.gnu.org/software/guix//") (home-page "https://www.gnu.org/software/guix//")
(license gpl3+))) (license gpl3+)))
@ -1019,8 +1019,8 @@ with the Linux kernel.")
(synopsis "All the locales supported by the GNU C Library") (synopsis "All the locales supported by the GNU C Library")
(description (description
"This package provides all the locales supported by the GNU C Library, "This package provides all the locales supported by the GNU C Library,
more than 400 in total. To use them set the 'LOCPATH' environment variable to more than 400 in total. To use them set the @code{LOCPATH} environment variable
the 'share/locale' sub-directory of this package.") to the @code{share/locale} sub-directory of this package.")
(outputs '("out")) ;110+ MiB (outputs '("out")) ;110+ MiB
(native-search-paths '()) (native-search-paths '())
(arguments (arguments

View File

@ -7765,10 +7765,10 @@ biological sequences or sets of sequences.")
(home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html") (home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
(synopsis "Interface to samtools, bcftools, and tabix") (synopsis "Interface to samtools, bcftools, and tabix")
(description (description
"This package provides an interface to the 'samtools', 'bcftools', and "This package provides an interface to the @code{samtools},
'tabix' utilities for manipulating SAM (Sequence Alignment / Map), FASTA, @code{bcftools}, and @code{tabix} utilities for manipulating SAM (Sequence
binary variant call (BCF) and compressed indexed tab-delimited (tabix) Alignment / Map), FASTA, binary variant call (BCF) and compressed indexed
files.") tab-delimited (tabix) files.")
(license license:expat))) (license license:expat)))
(define-public r-delayedarray (define-public r-delayedarray

View File

@ -558,7 +558,7 @@ strings.")
(synopsis "MIT/GNU Scheme compatibility library for Chez Scheme") (synopsis "MIT/GNU Scheme compatibility library for Chez Scheme")
(description "This package provides a set of MIT/GNU Scheme compatibility (description "This package provides a set of MIT/GNU Scheme compatibility
libraries for Chez Scheme. The main goal was to provide the functionality libraries for Chez Scheme. The main goal was to provide the functionality
required to port the program 'Scmutils' to Chez Scheme.") required to port the program @code{Scmutils} to Chez Scheme.")
(license gpl3+))) (license gpl3+)))
(define-public chez-scmutils (define-public chez-scmutils

View File

@ -1050,7 +1050,7 @@ COREUTILS-FINAL vs. COREUTILS, etc."
(description (description
"This package provides a complete GCC tool chain for C/C++ development to "This package provides a complete GCC tool chain for C/C++ development to
be installed in user profiles. This includes GCC, as well as libc (headers be installed in user profiles. This includes GCC, as well as libc (headers
and binaries, plus debugging symbols in the 'debug' output), and Binutils.") and binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
(home-page "https://gcc.gnu.org/") (home-page "https://gcc.gnu.org/")
(outputs '("out" "debug" "static")) (outputs '("out" "debug" "static"))

View File

@ -158,8 +158,8 @@ the @code{zlib} source.")
(home-page "https://savannah.nongnu.org/projects/fastjar") (home-page "https://savannah.nongnu.org/projects/fastjar")
(synopsis "Replacement for Sun's 'jar' utility") (synopsis "Replacement for Sun's 'jar' utility")
(description (description
"FastJar is an attempt to create a much faster replacement for Sun's 'jar' "FastJar is an attempt to create a much faster replacement for Sun's
utility. Instead of being written in Java, FastJar is written in C.") @code{jar} utility. Instead of being written in Java, FastJar is written in C.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public libtar (define-public libtar

View File

@ -929,8 +929,8 @@ data store designed for maximum speed.")
(home-page "https://cran.r-project.org/web/packages/maps") (home-page "https://cran.r-project.org/web/packages/maps")
(synopsis "Draw geographical maps") (synopsis "Draw geographical maps")
(description "This package provides an R module for display of maps. (description "This package provides an R module for display of maps.
Projection code and larger maps are in separate packages ('mapproj' and Projection code and larger maps are in separate packages (@code{mapproj} and
'mapdata').") @code{mapdata}).")
(license license:gpl2))) (license license:gpl2)))
(define-public r-mapproj (define-public r-mapproj
@ -1351,9 +1351,9 @@ a seamless integration of R and C++. Many R data types and objects can be
mapped back and forth to C++ equivalents which facilitates both writing of new mapped back and forth to C++ equivalents which facilitates both writing of new
code as well as easier integration of third-party libraries. Documentation code as well as easier integration of third-party libraries. Documentation
about Rcpp is provided by several vignettes included in this package, via the about Rcpp is provided by several vignettes included in this package, via the
'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
'citation(\"Rcpp\")' for details on these last two.") @code{citation(\"Rcpp\")} for details on these last two.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-bindr (define-public r-bindr

View File

@ -986,7 +986,7 @@ data in a single database. RocksDB is partially based on @code{LevelDB}.")
(home-page "https://github.com/tialaramex/sparql-query/") (home-page "https://github.com/tialaramex/sparql-query/")
(synopsis "Command-line tool for accessing SPARQL endpoints over HTTP") (synopsis "Command-line tool for accessing SPARQL endpoints over HTTP")
(description "Sparql-query is a command-line tool for accessing SPARQL (description "Sparql-query is a command-line tool for accessing SPARQL
endpoints over HTTP. It has been intentionally designed to 'feel' similar to endpoints over HTTP. It has been intentionally designed to @code{feel} similar to
tools for interrogating SQL databases. For example, you can enter a query over tools for interrogating SQL databases. For example, you can enter a query over
several lines, using a semi-colon at the end of a line to indicate the end of several lines, using a semi-colon at the end of a line to indicate the end of
your query. It also supports readline so that you can more easily recall and your query. It also supports readline so that you can more easily recall and

View File

@ -73,6 +73,6 @@
(synopsis "Customizable and lightweight notification daemon") (synopsis "Customizable and lightweight notification daemon")
(description (description
"Dunst is a highly configurable and minimalistic notification daemon. "Dunst is a highly configurable and minimalistic notification daemon.
It provides 'org.freedesktop.Notifications' D-Bus service, so it is It provides @code{org.freedesktop.Notifications} D-Bus service, so it is
started automatically on the first call via D-Bus.") started automatically on the first call via D-Bus.")
(license license:bsd-3))) (license license:bsd-3)))

View File

@ -134,9 +134,9 @@ reliability in mind.")
(synopsis "Command-line File Transfer Protocol (FTP) client") (synopsis "Command-line File Transfer Protocol (FTP) client")
(description (description
"NcFTP Client (or just NcFTP) is a set of command-line programs to access "NcFTP Client (or just NcFTP) is a set of command-line programs to access
File Transfer Protocol (FTP) servers. This includes 'ncftp', an interactive File Transfer Protocol (FTP) servers. This includes @code{ncftp}, an interactive
FTP browser, as well as non-interactive commands such as 'ncftpput' and FTP browser, as well as non-interactive commands such as @code{ncftpput} and
'ncftpget'.") @code{ncftpget}.")
(license clarified-artistic))) (license clarified-artistic)))

View File

@ -120,7 +120,7 @@ as ASCII text.")
"Freeglut is a completely Free/OpenSourced alternative to "Freeglut is a completely Free/OpenSourced alternative to
the OpenGL Utility Toolkit (GLUT) library. GLUT was originally the OpenGL Utility Toolkit (GLUT) library. GLUT was originally
written by Mark Kilgard to support the sample programs in the written by Mark Kilgard to support the sample programs in the
second edition OpenGL 'RedBook'. Since then, GLUT has been used second edition OpenGL @code{RedBook}. Since then, GLUT has been used
in a wide variety of practical applications because it is simple, in a wide variety of practical applications because it is simple,
widely available and highly portable. widely available and highly portable.

View File

@ -148,9 +148,9 @@ Haskell test framework.")
"https://github.com/feuerbach/tasty-golden") "https://github.com/feuerbach/tasty-golden")
(synopsis "Golden tests support for tasty") (synopsis "Golden tests support for tasty")
(description (description
"This package provides support for 'golden testing'. A @dfn{golden test} "This package provides support for @code{golden testing}. A @dfn{golden
is an IO action that writes its result to a file. To pass the test, this test} is an IO action that writes its result to a file. To pass the test, this
output file should be identical to the corresponding 'golden' file, which output file should be identical to the corresponding @code{golden} file, which
contains the correct result for the test.") contains the correct result for the test.")
(license license:expat))) (license license:expat)))

View File

@ -1157,7 +1157,7 @@ them.")
(synopsis (synopsis
"Support for manipulating Haskell source code") "Support for manipulating Haskell source code")
(description (description
"The 'haskell-src' package provides support for manipulating Haskell "The @code{haskell-src} package provides support for manipulating Haskell
source code. The package provides a lexer, parser and pretty-printer, and a source code. The package provides a lexer, parser and pretty-printer, and a
definition of a Haskell abstract syntax tree (AST). Common uses of this definition of a Haskell abstract syntax tree (AST). Common uses of this
package are to parse or generate Haskell 98 code.") package are to parse or generate Haskell 98 code.")
@ -2360,11 +2360,11 @@ literals.")
"Compression and decompression in the gzip and zlib formats") "Compression and decompression in the gzip and zlib formats")
(description (description
"This package provides a pure interface for compressing and decompressing "This package provides a pure interface for compressing and decompressing
streams of data represented as lazy 'ByteString's. It uses the zlib C library streams of data represented as lazy @code{ByteString}s. It uses the zlib C
so it has high performance. It supports the 'zlib', 'gzip' and 'raw' library so it has high performance. It supports the @code{zlib}, @code{gzip}
compression formats. It provides a convenient high level API suitable for and @code{raw} compression formats. It provides a convenient high level API
most tasks and for the few cases where more control is needed it provides suitable for most tasks and for the few cases where more control is needed it
access to the full zlib feature set.") provides access to the full zlib feature set.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public ghc-stm (define-public ghc-stm
@ -2467,7 +2467,7 @@ are not exception safe and can be broken by @code{killThread}.")
"An efficient packed, immutable Unicode text type (both strict and "An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework. lazy), with a powerful loop fusion optimization framework.
The 'Text' type represents Unicode character strings, in a time and The @code{Text} type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.") in terms of large data quantities and high speed.")
@ -3800,10 +3800,10 @@ writing to stdout and other handles.")
"https://github.com/basvandijk/case-insensitive") "https://github.com/basvandijk/case-insensitive")
(synopsis "Case insensitive string comparison") (synopsis "Case insensitive string comparison")
(description (description
"The module 'Data.CaseInsensitive' provides the 'CI' type constructor "The module @code{Data.CaseInsensitive} provides the @code{CI} type
which can be parameterised by a string-like type like: 'String', 'ByteString', constructor which can be parameterised by a string-like type like:
'Text', etc.. Comparisons of values of the resulting type will be insensitive @code{String}, @code{ByteString}, @code{Text}, etc. Comparisons of values of
to cases.") the resulting type will be insensitive to cases.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public ghc-syb (define-public ghc-syb
@ -3830,7 +3830,7 @@ to cases.")
(description "This package contains the generics system described in the (description "This package contains the generics system described in the
/Scrap Your Boilerplate/ papers (see /Scrap Your Boilerplate/ papers (see
@uref{http://www.cs.uu.nl/wiki/GenericProgramming/SYB, the website}). It @uref{http://www.cs.uu.nl/wiki/GenericProgramming/SYB, the website}). It
defines the 'Data' class of types permitting folding and unfolding of defines the @code{Data} class of types permitting folding and unfolding of
constructor applications, instances of this class for primitive types, and a constructor applications, instances of this class for primitive types, and a
variety of traversals.") variety of traversals.")
(license license:bsd-3))) (license license:bsd-3)))
@ -4323,8 +4323,8 @@ interface.")
"https://github.com/haskell/network-uri") "https://github.com/haskell/network-uri")
(synopsis "Library for URI manipulation") (synopsis "Library for URI manipulation")
(description "This package provides an URI manipulation interface. In (description "This package provides an URI manipulation interface. In
'network-2.6' the 'Network.URI' module was split off from the 'network' @code{network-2.6} the @code{Network.URI} module was split off from the
package into this package.") @code{network} package into this package.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public ghc-ansi-terminal (define-public ghc-ansi-terminal
@ -5724,7 +5724,7 @@ using a simple box model.")
(description (description
"This package provides a @code{GHC.Generics}-based "This package provides a @code{GHC.Generics}-based
@code{Control.DeepSeq.Generics.genericRnf} function which can be used for @code{Control.DeepSeq.Generics.genericRnf} function which can be used for
providing an 'rnf' implementation.") providing an @code{rnf} implementation.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public ghc-string-qq (define-public ghc-string-qq
@ -9430,7 +9430,7 @@ the community, with the missing features being added with pull-requests.")
`(("ghc-rebase" ,ghc-rebase))) `(("ghc-rebase" ,ghc-rebase)))
(home-page "https://github.com/nikita-volkov/rerebase") (home-page "https://github.com/nikita-volkov/rerebase")
(synopsis "Reexports from ``base'' with many other standard libraries") (synopsis "Reexports from ``base'' with many other standard libraries")
(description "A rich drop-in replacement for ``base''. For details and (description "A rich drop-in replacement for @code{base}. For details and
documentation please visit @uref{https://github.com/nikita-volkov/rerebase, documentation please visit @uref{https://github.com/nikita-volkov/rerebase,
the project's home page}.") the project's home page}.")
(license license:expat))) (license license:expat)))

View File

@ -545,7 +545,7 @@ arithmetic ops.")
(arguments '(#:configure-flags '("--disable-static"))) (arguments '(#:configure-flags '("--disable-static")))
(synopsis "Decoder of the JBIG2 image compression format") (synopsis "Decoder of the JBIG2 image compression format")
(description (description
"JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit "JBIG2 is designed for lossy or lossless encoding of @code{bilevel} (1-bit
monochrome) images at moderately high resolution, and in particular scanned monochrome) images at moderately high resolution, and in particular scanned
paper documents. In this domain it is very efficient, offering compression paper documents. In this domain it is very efficient, offering compression
ratios on the order of 100:1. ratios on the order of 100:1.

View File

@ -418,7 +418,7 @@ documentation.")
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Qt 5 addon providing access to numerous types of archives") (synopsis "Qt 5 addon providing access to numerous types of archives")
(description "KArchive provides classes for easy reading, creation and (description "KArchive provides classes for easy reading, creation and
manipulation of 'archive' formats like ZIP and TAR. manipulation of @code{archive} formats like ZIP and TAR.
It also provides transparent compression and decompression of data, like the It also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice.") GZip format, via a subclass of QIODevice.")
@ -2585,8 +2585,9 @@ in applications using the KDE Frameworks.")
(synopsis "Library to speed up start of applications on KDE workspaces") (synopsis "Library to speed up start of applications on KDE workspaces")
(description "Kdeinit is a process launcher similar to init used for booting (description "Kdeinit is a process launcher similar to init used for booting
UNIX. It launches processes by forking and then loading a dynamic library which UNIX. It launches processes by forking and then loading a dynamic library which
contains a 'kdemain(...)' function. Using kdeinit to launch KDE applications contains a @code{kdemain(@dots{})} function. Using kdeinit to launch KDE
makes starting KDE applications faster and reduces memory consumption.") applications makes starting KDE applications faster and reduces memory
consumption.")
;; dual licensed ;; dual licensed
(license (list license:lgpl2.0+ license:lgpl2.1+)))) (license (list license:lgpl2.0+ license:lgpl2.1+))))

View File

@ -1996,7 +1996,7 @@ system.")
(description (description
"This package contains keytable files and keyboard utilities compatible "This package contains keytable files and keyboard utilities compatible
for systems using the Linux kernel. This includes commands such as for systems using the Linux kernel. This includes commands such as
'loadkeys', 'setfont', 'kbdinfo', and 'chvt'.") @code{loadkeys}, @code{setfont}, @code{kbdinfo}, and @code{chvt}.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public loadkeys-static (define-public loadkeys-static
@ -2302,7 +2302,7 @@ mapper. Kernel components are part of Linux-libre.")
#:tests? #f)) #:tests? #f))
(synopsis "Tools for manipulating Linux Wireless Extensions") (synopsis "Tools for manipulating Linux Wireless Extensions")
(description "Wireless Tools are used to manipulate the now-deprecated (description "Wireless Tools are used to manipulate the now-deprecated
Linux Wireless Extensions; consider using 'iw' instead. The Wireless Linux Wireless Extensions; consider using @code{iw} instead. The Wireless
Extension was an interface allowing you to set Wireless LAN specific Extension was an interface allowing you to set Wireless LAN specific
parameters and get the specific stats. It is deprecated in favor the nl80211 parameters and get the specific stats. It is deprecated in favor the nl80211
interface.") interface.")
@ -2660,7 +2660,7 @@ in a digital read-out.")
with support in the Linux kernel. perf can instrument CPU performance with support in the Linux kernel. perf can instrument CPU performance
counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is capable counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is capable
of lightweight profiling. This package contains the user-land tools and in of lightweight profiling. This package contains the user-land tools and in
particular the 'perf' command.") particular the @code{perf} command.")
(license (package-license linux-libre)))) (license (package-license linux-libre))))
(define-public pflask (define-public pflask
@ -4016,8 +4016,8 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(home-page "https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/") (home-page "https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/")
(synopsis "Tools for loading and managing Linux kernel modules") (synopsis "Tools for loading and managing Linux kernel modules")
(description (description
"Tools for loading and managing Linux kernel modules, such as `modprobe', "Tools for loading and managing Linux kernel modules, such as
`insmod', `lsmod', and more.") @code{modprobe}, @code{insmod}, @code{lsmod}, and more.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public mcelog (define-public mcelog

View File

@ -96,10 +96,10 @@
(synopsis "Linux Infrared Remote Control") (synopsis "Linux Infrared Remote Control")
(description (description
"LIRC allows computers to send and receive IR signals of many commonly "LIRC allows computers to send and receive IR signals of many commonly
used remote controls. The most important part of LIRC is the 'lircd' daemon used remote controls. The most important part of LIRC is the @code{lircd}
that decodes IR signals received by the device drivers. The second daemon daemon that decodes IR signals received by the device drivers. The second
program 'lircmd' allows to translate IR signals to mouse movements. The daemon program @code{lircmd} allows to translate IR signals to mouse movements.
user space applications allow you to control your computer with a remote The user space applications allow you to control your computer with a remote
control: you can send X events to applications, start programs and much more control: you can send X events to applications, start programs and much more
on just one button press.") on just one button press.")
(license license:gpl2+))) (license license:gpl2+)))

View File

@ -1467,7 +1467,7 @@ compressor. It works on data produced by @code{parse-js} to generate a
@item reduce variable names (usually to single letters) @item reduce variable names (usually to single letters)
@item join consecutive @code{var} statements @item join consecutive @code{var} statements
@item resolve simple binary expressions @item resolve simple binary expressions
@item group most consecutive statements using the ``sequence'' operator (comma) @item group most consecutive statements using the @code{sequence} operator (comma)
@item remove unnecessary blocks @item remove unnecessary blocks
@item convert @code{IF} expressions in various ways that result in smaller code @item convert @code{IF} expressions in various ways that result in smaller code
@item remove some unreachable code @item remove some unreachable code

View File

@ -1148,7 +1148,7 @@ can be used as backgrounds in the MATE Desktop environment.")
@item Allows you to set basic rules for a window type, such as maximise|undecorate @item Allows you to set basic rules for a window type, such as maximise|undecorate
@item Allows exceptions to the rules, based on string matching for window name @item Allows exceptions to the rules, based on string matching for window name
and window class. and window class.
@item Allows 'reversing' of rules when the user manually changes something: @item Allows @code{reversing} of rules when the user manually changes something:
Re-decorates windows on un-maximise. Re-decorates windows on un-maximise.
@end enumerate\n") @end enumerate\n")
(license license:gpl3+))) (license license:gpl3+)))

View File

@ -46,6 +46,6 @@
(synopsis "Minimalistic serial line terminal program") (synopsis "Minimalistic serial line terminal program")
(description "Microcom is a minimalistic terminal program for accessing (description "Microcom is a minimalistic terminal program for accessing
devices via a serial connection. It features connection via RS232 serial devices via a serial connection. It features connection via RS232 serial
interfaces (including setting of transfer rates) as well as in `telnetmode' interfaces (including setting of transfer rates) as well as in @code{telnetmode}
as specified in rfc2217 and a (Linux specific) CAN mode.") as specified in rfc2217 and a (Linux specific) CAN mode.")
(license gpl2+))) (license gpl2+)))

View File

@ -1630,7 +1630,7 @@ mixing, FFT scopes, MIDI automation and full scriptability in Scheme.")
(home-page "http://bristol.sourceforge.net/") (home-page "http://bristol.sourceforge.net/")
(synopsis "Synthesizer emulator") (synopsis "Synthesizer emulator")
(description (description
"Bristol is an emulation package for a number of different 'classic' "Bristol is an emulation package for a number of different @code{classic}
synthesizers including additive and subtractive and a few organs. The synthesizers including additive and subtractive and a few organs. The
application consists of the engine, which is called bristol, and its own GUI application consists of the engine, which is called bristol, and its own GUI
library called brighton that represents all the emulations. There are library called brighton that represents all the emulations. There are

View File

@ -1108,8 +1108,8 @@ offline emulation of DNS.")
(home-page "https://metacpan.org/release/Geo-IP") (home-page "https://metacpan.org/release/Geo-IP")
(synopsis (synopsis
"Look up location and network information by IP Address in Perl") "Look up location and network information by IP Address in Perl")
(description "The Perl module 'Geo::IP'. It looks up location and network (description "The Perl module @code{Geo::IP}. It looks up location and
information by IP Address.") network information by IP Address.")
(license license:perl-license))) (license license:perl-license)))
(define-public perl-io-socket-inet6 (define-public perl-io-socket-inet6

View File

@ -216,7 +216,7 @@ refreshed, and more.")
#:python ,python-2)) ;not compatible with Python 3 #:python ,python-2)) ;not compatible with Python 3
(synopsis "Patch tracking tool") (synopsis "Patch tracking tool")
(description (description
"'Patches' is a patch-tracking tool initially written for the QEMU "@code{Patches} is a patch-tracking tool initially written for the QEMU
project. It provides commands that build a database of patches from a mailing project. It provides commands that build a database of patches from a mailing
list, and commands that can search that database. It allows users to track list, and commands that can search that database. It allows users to track
the status of a patch, apply patches, and search for patches---all that from the status of a patch, apply patches, and search for patches---all that from

View File

@ -801,9 +801,10 @@ to gmtime,time or localtime.")
(home-page "https://metacpan.org/release/Test-More-UTF8") (home-page "https://metacpan.org/release/Test-More-UTF8")
(synopsis "Enhance Test::More for UTF8-based projects") (synopsis "Enhance Test::More for UTF8-based projects")
(description "@code{Test::More::UTF8} is a simple extension for the widely (description "@code{Test::More::UTF8} is a simple extension for the widely
used @code{Test::More} module. By default, it will do a @code{binmode ':utf8'} used @code{Test::More} module. By default, it will do a @code{binmode
on all of @code{Test::Builder}'s output handles thus enabling the easy use @code{:utf8}} on all of @code{Test::Builder}'s output handles thus enabling the
flagged strings without warnings like \"Wide character in print @dots{}\"") easy use flagged strings without warnings like \"Wide character in print
@dots{}\"")
(license perl-license))) (license perl-license)))
(define-public perl-test-most (define-public perl-test-most

View File

@ -1190,11 +1190,11 @@ write accessor methods for your objects that perform standard tasks.")
("perl-test-requires" ,perl-test-requires))) ("perl-test-requires" ,perl-test-requires)))
(home-page "https://metacpan.org/release/Class-Method-Modifiers") (home-page "https://metacpan.org/release/Class-Method-Modifiers")
(synopsis "Moose-like method modifiers") (synopsis "Moose-like method modifiers")
(description "Class::Method::Modifiers provides three modifiers: 'before', (description "Class::Method::Modifiers provides three modifiers:
'around', and 'after'. 'before' and 'after' are run just before and after the @code{before}, @code{around}, and @code{after}. @code{before} and @code{after}
method they modify, but can not really affect that original method. 'around' are run just before and after the method they modify, but can not really affect
is run in place of the original method, with a hook to easily call that that original method. @code{around} is run in place of the original method,
original method.") with a hook to easily call that original method.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-class-singleton (define-public perl-class-singleton
@ -2938,7 +2938,7 @@ input a message of arbitrary length and produces as output a
(build-system perl-build-system) (build-system perl-build-system)
(synopsis "Perl implementation of the SHA-1 message digest algorithm") (synopsis "Perl implementation of the SHA-1 message digest algorithm")
(description (description
"This package provides 'Digest::SHA1', an implementation of the NIST "This package provides @code{Digest::SHA1}, an implementation of the NIST
SHA-1 message digest algorithm for use by Perl programs.") SHA-1 message digest algorithm for use by Perl programs.")
(home-page "https://metacpan.org/release/Digest-SHA1") (home-page "https://metacpan.org/release/Digest-SHA1")
(license (package-license perl)))) (license (package-license perl))))
@ -3481,7 +3481,7 @@ provide a quick dropin when such functionality is needed.")
(home-page "https://metacpan.org/release/File-HomeDir") (home-page "https://metacpan.org/release/File-HomeDir")
(synopsis "Find your home and other directories on any platform") (synopsis "Find your home and other directories on any platform")
(description "File::HomeDir is a module for locating the directories that (description "File::HomeDir is a module for locating the directories that
are \"owned\" by a user (typically your user) and to solve the various issues are @code{owned} by a user (typically your user) and to solve the various issues
that arise trying to find them consistently across a wide variety of that arise trying to find them consistently across a wide variety of
platforms.") platforms.")
(license (package-license perl)))) (license (package-license perl))))
@ -4266,8 +4266,8 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.")
(home-page "https://metacpan.org/release/IO-Tty") (home-page "https://metacpan.org/release/IO-Tty")
(synopsis "Perl interface to pseudo ttys") (synopsis "Perl interface to pseudo ttys")
(description (description
"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to "This package provides the @code{IO::Pty} and @code{IO::Tty} Perl
pseudo ttys.") interfaces to pseudo ttys.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-ipc-cmd (define-public perl-ipc-cmd
@ -4533,7 +4533,7 @@ application, in turn, may choose one or more logging mechanisms via
@code{Log::Any} has a very tiny footprint and no dependencies beyond Perl @code{Log::Any} has a very tiny footprint and no dependencies beyond Perl
itself, which makes it appropriate for even small CPAN modules to use. It itself, which makes it appropriate for even small CPAN modules to use. It
defaults to 'null' logging activity, so a module can safely log without defaults to @code{null} logging activity, so a module can safely log without
worrying about whether the application has chosen (or will ever choose) a worrying about whether the application has chosen (or will ever choose) a
logging mechanism.") logging mechanism.")
(license (package-license perl)))) (license (package-license perl))))
@ -4606,7 +4606,7 @@ widely popular (Java-based) Log4j logging package in pure Perl.")
"This module allows libraries to have a dependency to a small module "This module allows libraries to have a dependency to a small module
instead of the full Log-Report distribution. The full power of instead of the full Log-Report distribution. The full power of
@code{Log::Report} is only released when the main program uses that module. @code{Log::Report} is only released when the main program uses that module.
In that case, the module using the 'Optional' will also use the full In that case, the module using the @code{Optional} will also use the full
@code{Log::Report}, otherwise the dressed-down @code{Log::Report::Minimal} @code{Log::Report}, otherwise the dressed-down @code{Log::Report::Minimal}
version.") version.")
(license (package-license perl)))) (license (package-license perl))))
@ -5274,7 +5274,7 @@ examine the contents, and perform some simple tasks. It can also load the
(home-page "https://metacpan.org/release/Module-Pluggable") (home-page "https://metacpan.org/release/Module-Pluggable")
(synopsis "Give your Perl module the ability to have plugins") (synopsis "Give your Perl module the ability to have plugins")
(description "This module provides a simple but extensible way of having (description "This module provides a simple but extensible way of having
'plugins' for your Perl module.") @code{plugins} for your Perl module.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-module-runtime (define-public perl-module-runtime
@ -7130,7 +7130,7 @@ of @code{ref}.")
(build-system perl-build-system) (build-system perl-build-system)
(synopsis "Provide commonly requested regular expressions") (synopsis "Provide commonly requested regular expressions")
(description (description
"This module exports a single hash (`%RE') that stores or generates "This module exports a single hash (@code{%RE}) that stores or generates
commonly needed regular expressions. Patterns currently provided include: commonly needed regular expressions. Patterns currently provided include:
balanced parentheses and brackets, delimited text (with escapes), integers and balanced parentheses and brackets, delimited text (with escapes), integers and
floating-point numbers in any base (up to 36), comments in 44 languages, floating-point numbers in any base (up to 36), comments in 44 languages,

View File

@ -5644,7 +5644,7 @@ It is written entirely in Python.")
(synopsis "Backport of additions to the 'collections.abc' module") (synopsis "Backport of additions to the 'collections.abc' module")
(description (description
"Python-backports-abc provides a backport of additions to the "Python-backports-abc provides a backport of additions to the
'collections.abc' module in Python-3.5.") @code{collections.abc} module in Python-3.5.")
(license license:psfl))) (license license:psfl)))
(define-public python2-backports-abc (define-public python2-backports-abc
@ -10341,12 +10341,12 @@ Python to manipulate OpenDocument 1.2 files.")
(description (description
"Natsort lets you apply natural sorting on lists instead of "Natsort lets you apply natural sorting on lists instead of
lexicographical. If you use the built-in @code{sorted} method in python lexicographical. If you use the built-in @code{sorted} method in python
on a list such as @code{['a20', 'a9', 'a1', 'a4', 'a10']}, it would be on a list such as @code{[@code{a20}, @code{a9}, @code{a1}, @code{a4},
returned as @code{['a1', 'a10', 'a20', 'a4', 'a9']}. Natsort provides a @code{a10}]}, it would be returned as @code{[@code{a1}, @code{a10}, @code{a20},
function @code{natsorted} that identifies numbers and sorts them separately @code{a4}, @code{a9}]}. Natsort provides a function @code{natsorted} that
from strings. It can also sort version numbers, real numbers, mixed types identifies numbers and sorts them separately from strings. It can also sort
and more, and comes with a shell command @command{natsort} that exposes this version numbers, real numbers, mixed types and more, and comes with a shell
functionality in the command line.") command @command{natsort} that exposes this functionality in the command line.")
(license license:expat) (license license:expat)
(properties `((python2-variant . ,(delay python2-natsort)))))) (properties `((python2-variant . ,(delay python2-natsort))))))

View File

@ -144,7 +144,7 @@ the Linux kernel CIFS client.")
(home-page "https://github.com/ndevilla/iniparser") (home-page "https://github.com/ndevilla/iniparser")
(synopsis "Standalone ini file parsing library") (synopsis "Standalone ini file parsing library")
(description (description
"iniparser is a free stand-alone `ini' file parsing library (Windows "iniparser is a free stand-alone @code{ini} file parsing library (Windows
configuration files). It is written in portable ANSI C and should compile configuration files). It is written in portable ANSI C and should compile
anywhere.") anywhere.")
(license x11))) (license x11)))

View File

@ -243,7 +243,7 @@ interfaces, or a C API.")
(home-page "https://pagure.io/mlocate") (home-page "https://pagure.io/mlocate")
(synopsis "Locate files on the file system") (synopsis "Locate files on the file system")
(description (description
"mlocate is a locate/updatedb implementation. The 'm' stands for "mlocate is a locate/updatedb implementation. The @code{m} stands for
\"merging\": @code{updatedb} reuses the existing database to avoid rereading \"merging\": @code{updatedb} reuses the existing database to avoid rereading
most of the file system, which makes it faster and does not trash the system most of the file system, which makes it faster and does not trash the system
caches as much. The locate(1) utility is intended to be completely compatible caches as much. The locate(1) utility is intended to be completely compatible

View File

@ -217,7 +217,7 @@ which allows users to view a desktop computing environment.")
#:parallel-tests? #f)) #:parallel-tests? #f))
(synopsis "Server implementation of the SPICE protocol") (synopsis "Server implementation of the SPICE protocol")
(description "SPICE is a remote display system built for virtual (description "SPICE is a remote display system built for virtual
environments which allows you to view a computing 'desktop' environment environments which allows you to view a computing @code{desktop} environment
not only on the machine where it is running, but from anywhere on the not only on the machine where it is running, but from anywhere on the
Internet and from a wide variety of machine architectures.") Internet and from a wide variety of machine architectures.")
(home-page "https://www.spice-space.org") (home-page "https://www.spice-space.org")

View File

@ -2,7 +2,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com> ;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016 Roel Janssen <roel@gnu.org> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
@ -802,10 +802,10 @@ effects of different types of color-blindness.")
(home-page "http://dirk.eddelbuettel.com/code/digest.html") (home-page "http://dirk.eddelbuettel.com/code/digest.html")
(synopsis "Create cryptographic hash digests of R objects") (synopsis "Create cryptographic hash digests of R objects")
(description (description
"This package contains an implementation of a function 'digest()' for the "This package contains an implementation of a function @code{digest()} for
creation of hash digests of arbitrary R objects (using the md5, sha-1, the creation of hash digests of arbitrary R objects (using the md5, sha-1,
sha-256, crc32, xxhash and murmurhash algorithms) permitting easy comparison sha-256, crc32, xxhash and murmurhash algorithms) permitting easy comparison
of R language objects, as well as a function 'hmac()' to create hash-based of R language objects, as well as a function @code{hmac()} to create hash-based
message authentication code. message authentication code.
Please note that this package is not meant to be deployed for cryptographic Please note that this package is not meant to be deployed for cryptographic
@ -827,7 +827,7 @@ OpenSSL should be used.")
(home-page "https://cran.r-project.org/web/packages/estimability") (home-page "https://cran.r-project.org/web/packages/estimability")
(synopsis "Tools for assessing estimability of linear predictions") (synopsis "Tools for assessing estimability of linear predictions")
(description "Provides tools for determining estimability of linear (description "Provides tools for determining estimability of linear
functions of regression coefficients, and 'epredict' methods that handle functions of regression coefficients, and @code{epredict} methods that handle
non-estimable cases correctly.") non-estimable cases correctly.")
(license license:gpl2+))) (license license:gpl2+)))
@ -1063,7 +1063,7 @@ transliteration, concatenation, date-time formatting and parsing, etc.")
(synopsis "Simple, consistent wrappers for common string operations") (synopsis "Simple, consistent wrappers for common string operations")
(description (description
"Stringr is a consistent, simple and easy to use set of wrappers around "Stringr is a consistent, simple and easy to use set of wrappers around
the fantastic 'stringi' package. All function and argument names (and the fantastic @code{stringi} package. All function and argument names (and
positions) are consistent, all functions deal with \"NA\"'s and zero length positions) are consistent, all functions deal with \"NA\"'s and zero length
vectors in the same way, and the output from one function is easy to feed into vectors in the same way, and the output from one function is easy to feed into
the input of another.") the input of another.")
@ -2274,9 +2274,9 @@ other packages.")
(synopsis "CommonMark and Github Markdown Rendering in R") (synopsis "CommonMark and Github Markdown Rendering in R")
(description (description
"The CommonMark specification defines a rationalized version of markdown "The CommonMark specification defines a rationalized version of markdown
syntax. This package uses the 'cmark' reference implementation for converting syntax. This package uses the @code{cmark} reference implementation for
markdown text into various formats including HTML, LaTeX and groff man. In converting markdown text into various formats including HTML, LaTeX and groff
addition, it exposes the markdown parse tree in XML format. The latest man. In addition, it exposes the markdown parse tree in XML format. The latest
version of this package also adds support for Github extensions including version of this package also adds support for Github extensions including
tables, autolinks and strikethrough text.") tables, autolinks and strikethrough text.")
(license license:bsd-2))) (license license:bsd-2)))
@ -3165,8 +3165,8 @@ using the multicore functionality of the parallel package.")
(synopsis "R wrapper of the DataTables JavaScript library") (synopsis "R wrapper of the DataTables JavaScript library")
(description (description
"This package allows for data objects in R to be rendered as HTML tables "This package allows for data objects in R to be rendered as HTML tables
using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). using the JavaScript library @code{DataTables} (typically via R Markdown or
The 'DataTables' library has been included in this R package.") Shiny). The @code{DataTables} library has been included in this R package.")
;; The DT package as a whole is distributed under GPLv3. The DT package ;; The DT package as a whole is distributed under GPLv3. The DT package
;; inludes other software components under different licenses: ;; inludes other software components under different licenses:
;; ;;
@ -3688,13 +3688,14 @@ most common form of color blindness.")
(home-page "https://github.com/sjmgarnier/viridisLite") (home-page "https://github.com/sjmgarnier/viridisLite")
(synopsis "Default color maps from matplotlib") (synopsis "Default color maps from matplotlib")
(description (description
"This package is a port of the new @code{matplotlib} color maps ('viridis', "This package is a port of the new @code{matplotlib} color maps
'magma', 'plasma' and 'inferno') to R. matplotlib is a popular plotting (@code{viridis}, @code{magma}, @code{plasma} and @code{inferno}) to R.
library for Python. These color maps are designed in such a way that they matplotlib is a popular plotting library for Python. These color maps are
will analytically be perfectly perceptually-uniform, both in regular form and designed in such a way that they will analytically be perfectly
also when converted to black-and-white. They are also designed to be perceptually-uniform, both in regular form and also when converted to
perceived by readers with the most common form of color blindness. This is black-and-white. They are also designed to be perceived by readers with the
the 'lite' version of the more complete @code{viridis} package.") most common form of color blindness. This is the @code{lite} version of the
more complete @code{viridis} package.")
(license license:expat))) (license license:expat)))
(define-public r-tidyselect (define-public r-tidyselect
@ -5528,7 +5529,7 @@ is supported.")
"This package provides functions to work with date-times and time-spans: "This package provides functions to work with date-times and time-spans:
fast and user friendly parsing of date-time data, extraction and updating of fast and user friendly parsing of date-time data, extraction and updating of
components of a date-time (years, months, days, hours, minutes, and seconds), components of a date-time (years, months, days, hours, minutes, and seconds),
algebraic manipulation on date-time and time-span objects. The 'lubridate' algebraic manipulation on date-time and time-span objects. The @code{lubridate}
package has a consistent and memorable syntax that makes working with dates package has a consistent and memorable syntax that makes working with dates
easy and fun.") easy and fun.")
(license license:gpl2))) (license license:gpl2)))

View File

@ -3416,8 +3416,8 @@ command.")
(description (description
"Identify areas of text to be marked with changebars with the "Identify areas of text to be marked with changebars with the
@code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The @code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
package uses 'drivers' to place the bars; the available drivers can work with package uses @code{drivers} to place the bars; the available drivers can work
@code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI with @code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
drivers, and VTeX and pdfTeX.") drivers, and VTeX and pdfTeX.")
(license license:lppl))) (license license:lppl)))

View File

@ -1366,7 +1366,7 @@ following features:
(home-page "https://subversion.apache.org/") (home-page "https://subversion.apache.org/")
(synopsis "Revision control system") (synopsis "Revision control system")
(description (description
"Subversion (aka. ``svn'') exists to be recognized and adopted as a "@dfn{Subversion} (svn) exists to be recognized and adopted as a
centralized version control system characterized by its centralized version control system characterized by its
reliability as a safe haven for valuable data; the simplicity of its model and reliability as a safe haven for valuable data; the simplicity of its model and
usage; and its ability to support the needs of a wide variety of users and usage; and its ability to support the needs of a wide variety of users and

View File

@ -2,7 +2,7 @@
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2016, 2017, 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016, 2017, 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -76,8 +76,8 @@
(home-page "http://w3m.sourceforge.net/") (home-page "http://w3m.sourceforge.net/")
(synopsis "Text-mode web browser") (synopsis "Text-mode web browser")
(description (description
"w3m is a text-based web browser as well as a pager like 'more' or "w3m is a text-based web browser as well as a pager like @code{more} or
'less'. With w3m you can browse web pages through a terminal emulator @code{less}. With w3m you can browse web pages through a terminal emulator
window. Moreover, w3m can be used as a text formatting tool which window. Moreover, w3m can be used as a text formatting tool which
typesets HTML into plain text.") typesets HTML into plain text.")
(license (x11-style "file://doc/README" (license (x11-style "file://doc/README"

View File

@ -10,7 +10,7 @@
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2016 Jelle Licht <jlicht@fsfe.org> ;;; Copyright © 2016 Jelle Licht <jlicht@fsfe.org>
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org> ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
@ -2900,7 +2900,7 @@ fields in the request.")
(home-page "https://metacpan.org/release/HTTP-Parser") (home-page "https://metacpan.org/release/HTTP-Parser")
(synopsis "Parse HTTP/1.1 requests") (synopsis "Parse HTTP/1.1 requests")
(description "This is an HTTP request parser. It takes chunks of text as (description "This is an HTTP request parser. It takes chunks of text as
received and returns a 'hint' as to what is required, or returns the received and returns a @code{hint} as to what is required, or returns the
HTTP::Request when a complete request has been read. HTTP/1.1 chunking is HTTP::Request when a complete request has been read. HTTP/1.1 chunking is
supported.") supported.")
(license l:perl-license))) (license l:perl-license)))
@ -3467,7 +3467,7 @@ required.")
(synopsis "Supports app to run as a reverse proxy backend") (synopsis "Supports app to run as a reverse proxy backend")
(description "Plack::Middleware::ReverseProxy resets some HTTP headers, (description "Plack::Middleware::ReverseProxy resets some HTTP headers,
which are changed by reverse-proxy. You can specify the reverse proxy address which are changed by reverse-proxy. You can specify the reverse proxy address
and stop fake requests using 'enable_if' directive in your app.psgi.") and stop fake requests using @code{enable_if} directive in your app.psgi.")
(license l:perl-license))) (license l:perl-license)))
(define-public perl-plack-test-externalserver (define-public perl-plack-test-externalserver

View File

@ -6,7 +6,7 @@
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2015 Cyrill Schenkel <cyrill.schenkel@gmail.com> ;;; Copyright © 2015 Cyrill Schenkel <cyrill.schenkel@gmail.com>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 ng0 <ng0@n0.is> ;;; Copyright © 2016 ng0 <ng0@n0.is>
;;; Copyright © 2016 Alex Kost <alezost@gmail.com> ;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016 David Craven <david@craven.ch> ;;; Copyright © 2016 David Craven <david@craven.ch>
@ -548,7 +548,7 @@ Resources file.")
(synopsis "Xorg font aliases") (synopsis "Xorg font aliases")
(description (description
"This package provides some common aliases for Xorg fonts. "This package provides some common aliases for Xorg fonts.
For example: '6x10', '9x15bold', etc.") For example: @code{6x10}, @code{9x15bold}, etc.")
(license license:x11))) (license license:x11)))
@ -1600,8 +1600,8 @@ input from UTF-8 into the locale's encoding.")
(home-page "https://www.x.org/wiki/") (home-page "https://www.x.org/wiki/")
(synopsis "Create an index of scalable font files for X server") (synopsis "Create an index of scalable font files for X server")
(description (description
"MkFontScale creates the 'fonts.scale' and 'fonts.dir' index files used "MkFontScale creates the @code{fonts.scale} and @code{fonts.dir} index
by the legacy X11 font system.") files used by the legacy X11 font system.")
(license license:x11))) (license license:x11)))
@ -2220,7 +2220,7 @@ X11 Inter-Client Communication Conventions Manual (ICCCM).")
(synopsis "Default Xorg cursors") (synopsis "Default Xorg cursors")
(description (description
"This package provides a default set of cursor themes for the Xorg "This package provides a default set of cursor themes for the Xorg
X server: 'handhelds', 'redglass' and 'whiteglass'.") X server: @code{handhelds}, @code{redglass} and @code{whiteglass}.")
(license license:x11))) (license license:x11)))
@ -3864,7 +3864,7 @@ extension to the X11 protocol. It includes:
"xkeyboard-config provides a database for X Keyboard (XKB) Extension. "xkeyboard-config provides a database for X Keyboard (XKB) Extension.
There are five components that define a complete keyboard mapping: There are five components that define a complete keyboard mapping:
symbols, geometry, keycodes, compat, and types; these five components symbols, geometry, keycodes, compat, and types; these five components
can be combined together using the 'rules' component of this database.") can be combined together using the @code{rules} component of this database.")
(license license:x11))) (license license:x11)))
@ -4746,7 +4746,7 @@ protocol and arbitrary X extension protocol.")
(home-page "https://www.x.org/wiki/") (home-page "https://www.x.org/wiki/")
(synopsis "Create an index of X font files in a directory") (synopsis "Create an index of X font files in a directory")
(description (description
"MkFontDir creates the 'fonts.dir' files needed by the legacy X "MkFontDir creates the @code{fonts.dir} files needed by the legacy X
server core font system. The current implementation is a simple wrapper server core font system. The current implementation is a simple wrapper
script around the mkfontscale program.") script around the mkfontscale program.")
(license license:x11))) (license license:x11)))
@ -5680,7 +5680,7 @@ The XCB util-wm module provides the following libraries:
(description (description
"The xinit program is used to start the X Window System server and a "The xinit program is used to start the X Window System server and a
first client program on systems that are not using a display manager such as first client program on systems that are not using a display manager such as
xdm. This package also provides the 'startx' command, which provides a xdm. This package also provides the @code{startx} command, which provides a
user-friendly mechanism to start the X server.") user-friendly mechanism to start the X server.")
(license license:x11))) (license license:x11)))