[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
421/421: gnu: Add texlive-mfware.
From: |
guix-commits |
Subject: |
421/421: gnu: Add texlive-mfware. |
Date: |
Sun, 28 May 2023 01:30:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a94f0d0183170f6d53abf9993c4df7b89bd8db51
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")
- 373/421: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 373/421: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 378/421: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 416/421: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/28
- 388/421: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 396/421: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/28
- 411/421: gnu: texlive-lh: Fix build., guix-commits, 2023/05/28
- 403/421: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/28
- 383/421: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 391/421: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 419/421: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 421/421: gnu: Add texlive-mfware.,
guix-commits <=
- 420/421: gnu: Add texlive-etex-pkg., guix-commits, 2023/05/28
- 138/421: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/28
- 149/421: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 173/421: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 217/421: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 243/421: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 254/421: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 282/421: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28