[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
415/418: gnu: Add texlive-mfware.
From: |
guix-commits |
Subject: |
415/418: gnu: Add texlive-mfware. |
Date: |
Fri, 2 Jun 2023 17:26:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9aa8271ce06e319081433330001f06d3cb7f2282
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 28 00:07:48 2023 +0200
gnu: Add texlive-mfware.
* gnu/packages/tex.scm (texlive-mfware): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4c56671a25..e64d590d5f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1563,6 +1563,36 @@ Taco Hoekwater.")
(define-deprecated-package texlive-fonts-mflogo-font texlive-mflogo-font)
+(define-public texlive-mfware
+ (package
+ (name "texlive-mfware")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/gftodvi.1"
+ "doc/man/man1/gftodvi.man1.pdf"
+ "doc/man/man1/gftopk.1"
+ "doc/man/man1/gftopk.man1.pdf"
+ "doc/man/man1/gftype.1"
+ "doc/man/man1/gftype.man1.pdf"
+ "doc/man/man1/mft.1"
+ "doc/man/man1/mft.man1.pdf"
+ "doc/man/man1/pktogf.1"
+ "doc/man/man1/pktogf.man1.pdf"
+ "doc/man/man1/pktype.1"
+ "doc/man/man1/pktype.man1.pdf"
+ "mft/base/")
+ (base32
+ "0v8i6w5kinh11xm0vmgb75sxb4lxznf3l1j78dq6xh55a79330ha")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mfware";)
+ (synopsis "Supporting tools for use with Metafont")
+ (description
+ "This package provides a collection of programs (as web source) for
+processing the output of Metafont.")
+ (license license:public-domain)))
+
(define-public texlive-amsfonts
(package
(name "texlive-amsfonts")
- 325/418: gnu: texlive-kpathsea: Refresh package definition., (continued)
- 325/418: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/02
- 342/418: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/02
- 341/418: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/02
- 353/418: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/02
- 358/418: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/02
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/02
- 394/418: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/02
- 397/418: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/02
- 401/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/02
- 410/418: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/02
- 415/418: gnu: Add texlive-mfware.,
guix-commits <=
- 417/418: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/02
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/02
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/02
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/02
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/02
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/02
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/02
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/02
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/02
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/02