[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/409: gnu: Add texlive-regexpatch.
From: |
guix-commits |
Subject: |
116/409: gnu: Add texlive-regexpatch. |
Date: |
Sat, 20 May 2023 04:02:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit dff3f2c98a671d1acd0be17dd2e240aedfa11eb6
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 86de6b14ca..b1d84179a0 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"
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., (continued)
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch.,
guix-commits <=
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20