[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/418: gnu: Add texlive-regexpatch.
From: |
guix-commits |
Subject: |
116/418: gnu: Add texlive-regexpatch. |
Date: |
Fri, 2 Jun 2023 17:24:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5b1ddcc42dd2ac789986175a39accb19a4fb678e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 21:11:04 2023 +0200
gnu: Add texlive-regexpatch.
* gnu/packages/tex.scm (texlive-regexpatch): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1ecca29002..2d059cbe6e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3849,6 +3849,32 @@ arrows; record information about document class(es)
used; and many more.")
(define-deprecated-package texlive-latex-oberdiek texlive-oberdiek)
+(define-public texlive-regexpatch
+ (package
+ (name "texlive-regexpatch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/regexpatch/"
+ "source/latex/regexpatch/"
+ "tex/latex/regexpatch/")
+ (base32
+ "1jv8hvkvq0yvc8mh68ybj8fvhf6kcdzwjin1czs45i26s0dpsngj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-l3kernel
+ texlive-l3packages))
+ (home-page "https://ctan.org/pkg/regexpatch")
+ (synopsis "High level patching of commands")
+ (description
+ "The package generalises the macro patching commands provided by
+P. Lehmann's @code{etoolbox}. The difference between this package and its
+sibling @code{xpatch} is that this package sports a very powerful
+@code{\\regexpatchcmd} based on the @code{l3regex} module of the LaTeX3
+experimental packages.")
+ (license license:lppl1.3c)))
+
(define-public texlive-rerunfilecheck
(let ((template (simple-texlive-package
"texlive-rerunfilecheck"
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., (continued)
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/02
- 94/418: gnu: Add texlive-ctablestack., guix-commits, 2023/06/02
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/02
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/02
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/02
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/02
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/02
- 116/418: gnu: Add texlive-regexpatch.,
guix-commits <=
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/02
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/06/02
- 53/418: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/02
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/02
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/02
- 81/418: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/02
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/02
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/06/02
- 103/418: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/02
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/02