[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: |
Mon, 29 May 2023 17:39:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7bedf2e37b44aaddd45c7967bb3f890efc1fd3f8
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 93c3470e00..6a5bdcb91a 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")
- 383/418: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 383/418: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 401/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 193/418: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/29
- 207/418: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/29
- 200/418: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/29
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 402/418: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/29
- 418/418: gnu: texlive: Improve package style., guix-commits, 2023/05/29
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/05/29
- 415/418: gnu: Add texlive-mfware.,
guix-commits <=
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/29
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 216/418: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/29
- 220/418: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/29
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/29
- 226/418: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/29
- 212/418: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/29
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/29
- 237/418: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/29