2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2022-11-09 10:18:34 -05:00
|
|
|
;;; Copyright © 2012, 2013, 2015, 2016, 2017, 2019, 2022 Ludovic Courtès <ludo@gnu.org>
|
2016-01-21 23:09:42 -05:00
|
|
|
;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
|
2015-07-10 14:35:23 -04:00
|
|
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
2022-11-30 14:40:31 -05:00
|
|
|
;;; Copyright © 2017, 2019, 2022 Efraim Flashner <efraim@flashner.co.il>
|
2019-12-15 17:10:49 -05:00
|
|
|
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
|
2019-07-02 13:37:56 -04:00
|
|
|
;;; Copyright © 2019 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com>
|
2020-06-05 04:31:43 -04:00
|
|
|
;;; Copyright © 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
|
2020-04-04 20:04:39 -04:00
|
|
|
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
2020-04-19 06:06:46 -04:00
|
|
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
2022-01-12 07:08:34 -05:00
|
|
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
2022-06-15 17:01:32 -04:00
|
|
|
;;; Copyright © 2022 ( <paren@disroot.org>
|
2012-11-13 15:46:10 -05:00
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; This file is part of GNU Guix.
|
2012-11-13 15:46:10 -05:00
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
2012-11-13 15:46:10 -05:00
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
2012-11-13 15:46:10 -05:00
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
2012-11-13 15:46:10 -05:00
|
|
|
|
2013-01-17 19:06:24 -05:00
|
|
|
(define-module (gnu packages texinfo)
|
2019-07-04 13:21:37 -04:00
|
|
|
#:use-module (gnu packages autotools)
|
2022-06-15 17:01:32 -04:00
|
|
|
#:use-module (guix gexp)
|
distro: Use (guix licenses) instead of strings.
* distro/packages/acl.scm, distro/packages/attr.scm,
distro/packages/autotools.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/bison.scm, distro/packages/bootstrap.scm,
distro/packages/compression.scm, distro/packages/cpio.scm,
distro/packages/ddrescue.scm, distro/packages/ed.scm,
distro/packages/flex.scm, distro/packages/gawk.scm,
distro/packages/gdbm.scm, distro/packages/gettext.scm,
distro/packages/gnupg.scm, distro/packages/gnutls.scm,
distro/packages/gperf.scm, distro/packages/guile.scm,
distro/packages/help2man.scm, distro/packages/less.scm,
distro/packages/libffi.scm, distro/packages/libsigsegv.scm,
distro/packages/libunistring.scm, distro/packages/linux.scm,
distro/packages/lout.scm, distro/packages/lsh.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/nano.scm, distro/packages/ncurses.scm,
distro/packages/nettle.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm,
distro/packages/shishi.scm, distro/packages/system.scm,
distro/packages/texinfo.scm, distro/packages/time.scm,
distro/packages/wget.scm, distro/packages/which.scm,
distro/packages/zile.scm: Use (guix licenses).
2012-12-14 10:14:04 -05:00
|
|
|
#:use-module (guix licenses)
|
2012-11-13 15:46:10 -05:00
|
|
|
#:use-module (guix packages)
|
2019-12-15 11:10:19 -05:00
|
|
|
#:use-module (guix utils)
|
2012-11-13 15:46:10 -05:00
|
|
|
#:use-module (guix download)
|
2019-07-04 13:21:37 -04:00
|
|
|
#:use-module (guix utils)
|
2019-12-15 17:10:49 -05:00
|
|
|
#:use-module (guix git-download)
|
2012-11-13 15:46:10 -05:00
|
|
|
#:use-module (guix build-system gnu)
|
2014-07-25 17:37:44 -04:00
|
|
|
#:use-module (gnu packages)
|
2019-12-15 17:10:49 -05:00
|
|
|
#:use-module (gnu packages autotools)
|
2013-01-17 19:06:24 -05:00
|
|
|
#:use-module (gnu packages compression)
|
2019-12-15 17:10:49 -05:00
|
|
|
#:use-module (gnu packages gettext)
|
2022-11-27 17:44:45 -05:00
|
|
|
#:use-module ((gnu packages hurd) #:select (hurd-target?))
|
2018-04-17 10:38:03 -04:00
|
|
|
#:use-module (gnu packages ncurses)
|
2019-12-15 17:10:49 -05:00
|
|
|
#:use-module (gnu packages perl)
|
|
|
|
#:use-module (gnu packages readline))
|
2012-11-13 15:46:10 -05:00
|
|
|
|
|
|
|
(define-public texinfo
|
|
|
|
(package
|
|
|
|
(name "texinfo")
|
2020-01-14 14:17:46 -05:00
|
|
|
(version "6.7")
|
2013-02-17 09:01:52 -05:00
|
|
|
(source (origin
|
2015-07-10 14:35:23 -04:00
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://gnu/texinfo/texinfo-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2020-01-14 14:17:46 -05:00
|
|
|
"1aicn1v3czqii08wc91jw089n1x3gfchkf808q2as59dak0h714q"))))
|
2012-11-13 15:46:10 -05:00
|
|
|
(build-system gnu-build-system)
|
2019-09-04 12:25:17 -04:00
|
|
|
(arguments
|
|
|
|
;; When cross-compiling, the package is configured twice: once with the
|
|
|
|
;; native compiler and once with the cross-compiler. During the configure
|
|
|
|
;; with the native compiler, the environment is reset. This leads to
|
|
|
|
;; multiple environment variables missing. Do not reset the environment
|
|
|
|
;; to prevent that.
|
2020-06-05 04:31:43 -04:00
|
|
|
`(#:phases
|
|
|
|
(if ,(%current-target-system)
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'configure 'fix-cross-configure
|
|
|
|
(lambda _
|
|
|
|
(substitute* "configure"
|
|
|
|
(("env -i")
|
|
|
|
"env "))
|
|
|
|
#t)))
|
2022-11-27 17:44:45 -05:00
|
|
|
%standard-phases)
|
|
|
|
|
|
|
|
;; XXX: Work around <https://issues.guix.gnu.org/59616>.
|
2022-12-06 09:21:21 -05:00
|
|
|
#:tests? ,(and (not (hurd-target?))
|
|
|
|
(not (%current-target-system)))))
|
2021-12-13 11:18:24 -05:00
|
|
|
(inputs (list ncurses perl))
|
2019-09-04 12:25:17 -04:00
|
|
|
;; When cross-compiling, texinfo will build some of its own binaries with
|
|
|
|
;; the native compiler. This means ncurses is needed both in both inputs
|
|
|
|
;; and native-inputs.
|
2021-12-13 11:18:24 -05:00
|
|
|
(native-inputs (list perl ncurses))
|
2015-10-03 06:31:21 -04:00
|
|
|
|
|
|
|
(native-search-paths
|
|
|
|
;; This is the variable used by the standalone Info reader.
|
|
|
|
(list (search-path-specification
|
|
|
|
(variable "INFOPATH")
|
|
|
|
(files '("share/info")))))
|
|
|
|
|
2017-03-29 18:48:16 -04:00
|
|
|
(home-page "https://www.gnu.org/software/texinfo/")
|
gnu: Use synopses from the Womb.
* gnu/packages/algebra.scm,
gnu/packages/aspell.scm,
gnu/packages/autotools.scm,
gnu/packages/base.scm,
gnu/packages/bash.scm,
gnu/packages/bison.scm,
gnu/packages/cdrom.scm,
gnu/packages/cflow.scm,
gnu/packages/compression.scm,
gnu/packages/cpio.scm,
gnu/packages/cppi.scm,
gnu/packages/ddrescue.scm,
gnu/packages/dejagnu.scm,
gnu/packages/ed.scm,
gnu/packages/emacs.scm,
gnu/packages/fdisk.scm,
gnu/packages/gawk.scm,
gnu/packages/gcc.scm,
packages/gcc.scm, b/gnu/packages/gcc.scm,
4b982 100644
s/gcc.scm,
s/gcc.scm,
@@
%standard-phases)))))
`((gcc-libc . ,(assoc-ref inputs "libc"))))
The GNU Compiler Collection")
GNU Compiler Collection")
n
ompiler Collection includes compiler front ends for C, C++,
tran, OpenMP for C/C++/Fortran, Java, and Ada, as well as
gnu/packages/gdb.scm,
gnu/packages/gettext.scm,
gnu/packages/ghostscript.scm,
gnu/packages/glib.scm,
gnu/packages/global.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnutls.scm,
gnu/packages/gperf.scm,
gnu/packages/gprolog.scm,
gnu/packages/groff.scm,
gnu/packages/grub.scm,
gnu/packages/gsasl.scm,
gnu/packages/guile.scm,
gnu/packages/help2man.scm,
gnu/packages/idutils.scm,
gnu/packages/indent.scm,
gnu/packages/less.scm,
gnu/packages/libidn.scm,
gnu/packages/libsigsegv.scm,
gnu/packages/libunistring.scm,
gnu/packages/linux.scm,
gnu/packages/lsh.scm,
gnu/packages/m4.scm,
gnu/packages/mailutils.scm,
gnu/packages/multiprecision.scm,
gnu/packages/nano.scm,
gnu/packages/ncurses.scm,
gnu/packages/nettle.scm,
gnu/packages/oggvorbis.scm,
gnu/packages/parted.scm,
gnu/packages/pth.scm,
gnu/packages/readline.scm,
gnu/packages/recutils.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/shishi.scm,
gnu/packages/smalltalk.scm,
gnu/packages/system.scm,
gnu/packages/texinfo.scm,
gnu/packages/time.scm,
gnu/packages/wdiff.scm,
gnu/packages/wget.scm,
gnu/packages/which.scm: Use synopses from the Womb.
2013-04-17 12:04:25 -04:00
|
|
|
(synopsis "The GNU documentation format")
|
2012-11-13 15:46:10 -05:00
|
|
|
(description
|
Synchronize package descriptions with the Womb.
* gnu/packages/algebra.scm,
gnu/packages/aspell.scm,
gnu/packages/autotools.scm,
gnu/packages/base.scm,
gnu/packages/bash.scm,
gnu/packages/bison.scm,
gnu/packages/cdrom.scm,
gnu/packages/cflow.scm,
gnu/packages/compression.scm,
gnu/packages/cpio.scm,
gnu/packages/cppi.scm,
gnu/packages/ddrescue.scm,
gnu/packages/dejagnu.scm,
gnu/packages/ed.scm,
gnu/packages/emacs.scm,
gnu/packages/fdisk.scm,
gnu/packages/freeipmi.scm,
gnu/packages/gawk.scm,
gnu/packages/gcal.scm,
gnu/packages/gcc.scm,
gnu/packages/gdb.scm,
gnu/packages/gdbm.scm,
gnu/packages/gettext.scm,
gnu/packages/ghostscript.scm,
gnu/packages/global.scm,
gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnutls.scm,
gnu/packages/gperf.scm,
gnu/packages/gprolog.scm,
gnu/packages/groff.scm,
gnu/packages/grub.scm,
gnu/packages/gsasl.scm,
gnu/packages/guile.scm,
gnu/packages/gv.scm,
gnu/packages/help2man.scm,
gnu/packages/idutils.scm,
gnu/packages/indent.scm,
gnu/packages/less.scm,
gnu/packages/libidn.scm,
gnu/packages/libsigsegv.scm,
gnu/packages/libunistring.scm,
gnu/packages/lightning.scm,
gnu/packages/linux.scm,
gnu/packages/lsh.scm,
gnu/packages/m4.scm,
gnu/packages/mail.scm,
gnu/packages/maths.scm,
gnu/packages/multiprecision.scm,
gnu/packages/nano.scm,
gnu/packages/ncurses.scm,
gnu/packages/nettle.scm,
gnu/packages/ocrad.scm,
gnu/packages/oggvorbis.scm,
gnu/packages/parted.scm,
gnu/packages/plotutils.scm,
gnu/packages/pth.scm,
gnu/packages/readline.scm,
gnu/packages/recutils.scm,
gnu/packages/rush.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/shishi.scm,
gnu/packages/smalltalk.scm,
gnu/packages/system.scm,
gnu/packages/texinfo.scm,
gnu/packages/time.scm,
gnu/packages/unrtf.scm,
gnu/packages/version-control.scm,
gnu/packages/wdiff.scm,
gnu/packages/wget.scm,
gnu/packages/which.scm,
gnu/packages/xnee.scm,
gnu/packages/zile.scm: Change value of the 'description' field to that
of the Womb.
2013-10-09 10:14:23 -04:00
|
|
|
"Texinfo is the official documentation format of the GNU project. It
|
2013-12-01 16:33:23 -05:00
|
|
|
uses a single source file using explicit commands to produce a final document
|
|
|
|
in any of several supported output formats, such as HTML or PDF. This
|
|
|
|
package includes both the tools necessary to produce Info documents from
|
|
|
|
their source and the command-line Info reader. The emphasis of the language
|
|
|
|
is on expressing the content semantically, avoiding physical markup commands.")
|
distro: Use (guix licenses) instead of strings.
* distro/packages/acl.scm, distro/packages/attr.scm,
distro/packages/autotools.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/bison.scm, distro/packages/bootstrap.scm,
distro/packages/compression.scm, distro/packages/cpio.scm,
distro/packages/ddrescue.scm, distro/packages/ed.scm,
distro/packages/flex.scm, distro/packages/gawk.scm,
distro/packages/gdbm.scm, distro/packages/gettext.scm,
distro/packages/gnupg.scm, distro/packages/gnutls.scm,
distro/packages/gperf.scm, distro/packages/guile.scm,
distro/packages/help2man.scm, distro/packages/less.scm,
distro/packages/libffi.scm, distro/packages/libsigsegv.scm,
distro/packages/libunistring.scm, distro/packages/linux.scm,
distro/packages/lout.scm, distro/packages/lsh.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/nano.scm, distro/packages/ncurses.scm,
distro/packages/nettle.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm,
distro/packages/shishi.scm, distro/packages/system.scm,
distro/packages/texinfo.scm, distro/packages/time.scm,
distro/packages/wget.scm, distro/packages/which.scm,
distro/packages/zile.scm: Use (guix licenses).
2012-12-14 10:14:04 -05:00
|
|
|
(license gpl3+)))
|
2014-02-10 02:04:38 -05:00
|
|
|
|
2022-11-09 10:18:34 -05:00
|
|
|
(define-public texinfo-7
|
|
|
|
(package
|
|
|
|
(inherit texinfo)
|
2022-11-30 14:40:31 -05:00
|
|
|
(version "7.0.1")
|
2022-11-09 10:18:34 -05:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://gnu/texinfo/texinfo-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2022-11-30 14:40:31 -05:00
|
|
|
"1cn6na6vgz6nhda0f5naiysx5sqhw3azi81qk6hah1yqnbyj3lmw"))))))
|
2022-11-09 10:18:34 -05:00
|
|
|
|
2015-07-10 14:35:23 -04:00
|
|
|
(define-public texinfo-5
|
|
|
|
(package (inherit texinfo)
|
|
|
|
(version "5.2")
|
2015-06-29 08:41:42 -04:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://gnu/texinfo/texinfo-"
|
|
|
|
version ".tar.xz"))
|
2018-08-31 11:05:24 -04:00
|
|
|
(patches (search-patches "texinfo-5-perl-compat.patch"))
|
2015-06-29 08:41:42 -04:00
|
|
|
(sha256
|
|
|
|
(base32
|
2019-07-02 13:37:56 -04:00
|
|
|
"1njfwh2z34r2c4r0iqa7v24wmjzvsfyz4vplzry8ln3479lfywal"))))))
|
2015-06-29 08:41:42 -04:00
|
|
|
|
2014-02-10 02:04:38 -05:00
|
|
|
(define-public texinfo-4
|
|
|
|
(package (inherit texinfo)
|
|
|
|
(version "4.13a")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"mirror://gnu/texinfo/texinfo-"
|
|
|
|
version
|
|
|
|
".tar.lzma"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d"))))
|
2021-12-13 11:18:24 -05:00
|
|
|
(inputs (list ncurses xz))
|
2019-07-04 13:21:37 -04:00
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(modify-inputs (package-native-inputs texinfo)
|
|
|
|
(prepend automake)))
|
2019-07-04 13:21:37 -04:00
|
|
|
(arguments
|
|
|
|
(substitute-keyword-arguments (package-arguments texinfo)
|
|
|
|
((#:phases phases)
|
|
|
|
`(modify-phases ,phases
|
|
|
|
(add-after 'unpack 'fix-configure
|
|
|
|
(lambda* (#:key inputs native-inputs #:allow-other-keys)
|
|
|
|
;; Replace outdated config.sub and config.guess.
|
|
|
|
(with-directory-excursion "build-aux"
|
|
|
|
(for-each
|
|
|
|
(lambda (file)
|
|
|
|
(install-file (string-append
|
|
|
|
(assoc-ref
|
|
|
|
(or native-inputs inputs) "automake")
|
|
|
|
"/share/automake-"
|
|
|
|
,(version-major+minor
|
|
|
|
(package-version automake))
|
|
|
|
"/" file) "."))
|
|
|
|
'("config.sub" "config.guess")))
|
|
|
|
#t))
|
|
|
|
;; Build native version of tools before running 'build phase.
|
|
|
|
,@(if (%current-target-system)
|
|
|
|
`((add-before 'build 'make-native-gnu-lib
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(invoke "make" "-C" "tools/gnulib/lib")
|
|
|
|
#t)))
|
|
|
|
'())))))))
|
2014-07-25 17:37:44 -04:00
|
|
|
|
2016-03-24 17:19:44 -04:00
|
|
|
(define-public info-reader
|
|
|
|
;; The idea of this package is to have the standalone Info reader without
|
|
|
|
;; the dependency on Perl that 'makeinfo' drags.
|
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-17 03:42:12 -04:00
|
|
|
(package/inherit texinfo
|
2016-03-24 17:19:44 -04:00
|
|
|
(name "info-reader")
|
|
|
|
(arguments
|
2019-12-14 11:46:27 -05:00
|
|
|
`(,@(substitute-keyword-arguments (package-arguments texinfo)
|
|
|
|
((#:phases phases)
|
|
|
|
`(modify-phases ,phases
|
2022-01-12 07:08:34 -05:00
|
|
|
;; Make sure 'info-reader' can read compressed info files
|
|
|
|
;; in a pure environment. There are also a few other
|
|
|
|
;; uncompressors listed in this file (lzip, unxz, bunzip2, ...)
|
|
|
|
;; but let's not include them because info manuals in Guix
|
|
|
|
;; are always compressed with 'gzip'.
|
|
|
|
;; TODO(core-updates): maybe move to the 'texinfo' package.
|
|
|
|
(add-after 'unpack 'absolute-binary-path
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(substitute* "info/filesys.c"
|
|
|
|
(("gunzip") (search-input-file inputs "/bin/gunzip"))
|
|
|
|
(("gzip") (search-input-file inputs "/bin/gzip")))))
|
2019-12-14 11:46:27 -05:00
|
|
|
(add-after 'install 'keep-only-info-reader
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
;; Remove everything but 'bin/info' and associated
|
|
|
|
;; files.
|
|
|
|
(define (files)
|
|
|
|
(scandir "." (lambda (file)
|
|
|
|
(not (member file '("." ".."))))))
|
2016-03-24 17:19:44 -04:00
|
|
|
|
2019-12-14 11:46:27 -05:00
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
(with-directory-excursion out
|
|
|
|
(for-each delete-file-recursively
|
|
|
|
(fold delete (files) '("bin" "share"))))
|
|
|
|
(with-directory-excursion (string-append out "/bin")
|
|
|
|
(for-each delete-file (delete "info" (files))))
|
|
|
|
(with-directory-excursion (string-append out "/share")
|
|
|
|
(for-each delete-file-recursively
|
|
|
|
(fold delete (files)
|
|
|
|
'("info" "locale"))))
|
|
|
|
#t))))))
|
|
|
|
#:disallowed-references ,(assoc-ref (package-inputs texinfo)
|
|
|
|
"perl")
|
2016-03-24 17:19:44 -04:00
|
|
|
#:modules ((ice-9 ftw) (srfi srfi-1)
|
2019-12-14 11:46:27 -05:00
|
|
|
,@%gnu-build-system-modules)))
|
2022-01-12 07:08:34 -05:00
|
|
|
(synopsis "Standalone Info documentation reader")
|
|
|
|
(inputs (modify-inputs (package-inputs texinfo)
|
|
|
|
(prepend gzip)))))
|
2016-03-24 17:19:44 -04:00
|
|
|
|
2014-07-25 17:37:44 -04:00
|
|
|
(define-public texi2html
|
|
|
|
(package
|
|
|
|
(name "texi2html")
|
|
|
|
(version "5.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://savannah/" name "/" name "-"
|
|
|
|
version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1yprv64vrlcbksqv25asplnjg07mbq38lfclp1m5lj8cw878pag8"))
|
2014-08-12 09:44:40 -04:00
|
|
|
(patches
|
2016-04-08 08:18:13 -04:00
|
|
|
(search-patches "texi2html-document-encoding.patch"
|
|
|
|
"texi2html-i18n.patch"))
|
2014-08-12 09:44:40 -04:00
|
|
|
(snippet
|
|
|
|
;; This file is modified by the patch above, but reset its
|
|
|
|
;; timestamp so we don't trigger the rule to update PO files,
|
|
|
|
;; which would require Gettext.
|
|
|
|
;; See <http://bugs.gnu.org/18247>.
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 07:47:34 -04:00
|
|
|
'(begin
|
|
|
|
(utime "texi2html.pl" 0 0 0 0)
|
|
|
|
#t))))
|
2014-07-25 17:37:44 -04:00
|
|
|
(build-system gnu-build-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
(inputs (list perl))
|
2016-01-21 23:09:42 -05:00
|
|
|
(arguments
|
|
|
|
;; Tests fail because of warnings on stderr from Perl 5.22. Adjusting
|
|
|
|
;; texi2html.pl to avoid the warnings seems non-trivial, so we simply
|
|
|
|
;; disable the tests.
|
|
|
|
'(#:tests? #f))
|
gnu: Use HTTPS for supported nongnu.org home pages.
* gnu/packages/acl.scm (acl)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (dmidecode)[home-page]: Likewise.
* gnu/packages/attr.scm (attr)[home-page]: Likewise.
* gnu/packages/audio.scm (lash)[home-page]: Likewise.
* gnu/packages/avr.scm (avr-libc)[home-page]: Likewise.
* gnu/packages/backup.scm (rdiff-backup, libchop)[home-page]: Likewise.
* gnu/packages/compression.scm (fastjar, lzip, lziprecover, atool)
(lunzip, clzip, lzlib, plzip)[home-page]: Likewise.
* gnu/packages/emacs.scm (geiser, bbdb, m17n-lib, m17n-lib)[home-page]:
Likewise.
* gnu/packages/flashing-tools.scm (avrdude)[home-page]: Likewise.
* gnu/packages/fontutils.scm (libotf)[home-page]: Likewise.
* gnu/packages/game-development.scm (gzochi)[home-page]: Likewise.
* gnu/packages/games.scm (enigma)[home-page]: Likewise.
* gnu/packages/gsasl.scm (libntlm)[home-page]: Likewise.
* gnu/packages/gtk.scm (guile-cairo)[home-page]: Likewise.
* gnu/packages/guile.scm (guile-reader, guile-lib, guile-json)
(guile-redis, g-wrap)[home-page]: Likewise.
* gnu/packages/libunwind.scm (libunwind)[home-page]: Likewise.
* gnu/packages/lout.scm (lout)[home-page]: Likewise.
* gnu/packages/mpd.scm (sonata)[home-page]: Likewise.
* gnu/packages/networking.scm (quagga)[home-page]: Likewise.
* gnu/packages/ratpoison.scm (ratpoison)[home-page]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[home-page]: Likewise.
* gnu/packages/telephony.scm (exosip)[home-page]: Likewise.
* gnu/packages/texinfo.scm (texi2html)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xbindkeys)[home-page]: Likewise.
2018-02-15 22:20:44 -05:00
|
|
|
(home-page "https://www.nongnu.org/texi2html/")
|
2014-07-25 17:37:44 -04:00
|
|
|
(synopsis "Convert Texinfo to HTML")
|
|
|
|
(description
|
|
|
|
"Texi2HTML is a Perl script which converts Texinfo source files to HTML
|
|
|
|
output. It now supports many advanced features, such as internationalization
|
|
|
|
and extremely configurable output formats.
|
|
|
|
|
|
|
|
Development of Texi2HTML moved to the GNU Texinfo repository in 2010, since it
|
|
|
|
was meant to replace the makeinfo implementation in GNU Texinfo. The route
|
|
|
|
forward for authors is, in most cases, to alter manuals and build processes as
|
|
|
|
necessary to use the new features of the makeinfo/texi2any implementation of
|
|
|
|
GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal author
|
|
|
|
of the GNU Texinfo implementation) do not intend to make further releases of
|
|
|
|
Texi2HTML.")
|
|
|
|
;; Files in /lib under lgpl2.1+ and x11
|
|
|
|
(license gpl2+)))
|
2019-12-15 17:10:49 -05:00
|
|
|
|
2020-04-04 20:04:39 -04:00
|
|
|
(define-public texi2html-1.82
|
|
|
|
(package
|
|
|
|
(inherit texi2html)
|
|
|
|
(version "1.82")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://savannah/texi2html/"
|
|
|
|
"texi2html-" version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32 "1wdli2szkgm3l0vx8rf6lylw0b0m47dlz9iy004n928nqkzix76n"))))))
|
|
|
|
|
2019-12-15 17:10:49 -05:00
|
|
|
(define-public pinfo
|
2022-06-15 17:01:32 -04:00
|
|
|
(let ((commit "3d76eecde211e41ccc28b04e229f159b3f924399")
|
|
|
|
(revision "0"))
|
|
|
|
(package
|
|
|
|
(name "pinfo")
|
|
|
|
;; Latest tag is completely broken and does not build.
|
|
|
|
(version (git-version "0.6.13" revision commit))
|
|
|
|
(source (origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://github.com/baszoetekouw/pinfo")
|
|
|
|
(commit commit)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32 "0qym323d9my5l4bhw9vry453hhlxhjjvy8mcdi38sk0bqqid0vd1"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
(list #:phases
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'embed-reference-to-clear
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(let ((ncurses (assoc-ref inputs "ncurses")))
|
|
|
|
(substitute* (list "src/manual.c"
|
|
|
|
"src/mainfunction.c"
|
|
|
|
"src/utils.c")
|
|
|
|
(("\"clear\"")
|
|
|
|
(string-append "\"" ncurses "/bin/clear\"")))))))))
|
|
|
|
(inputs
|
|
|
|
(list ncurses readline))
|
|
|
|
(native-inputs
|
|
|
|
(list autoconf automake gettext-minimal libtool texinfo))
|
|
|
|
(home-page "https://github.com/baszoetekouw/pinfo")
|
|
|
|
(synopsis "Lynx-style Info file and man page reader")
|
|
|
|
(description
|
|
|
|
"Pinfo is an Info file viewer. Pinfo is similar in use to the Lynx web
|
2019-12-15 17:10:49 -05:00
|
|
|
browser. You just move across info nodes, and select links, follow them, etc.
|
|
|
|
It supports many colors. Pinfo also supports viewing of manual pages -- they
|
2020-01-24 05:17:39 -05:00
|
|
|
are colorized like in the midnight commander's viewer, and additionally they
|
2019-12-15 17:10:49 -05:00
|
|
|
are hypertextualized.")
|
2022-06-15 17:01:32 -04:00
|
|
|
(license gpl2+))))
|