[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
415/452: gnu: Add texlive-mfware.
From: |
guix-commits |
Subject: |
415/452: gnu: Add texlive-mfware. |
Date: |
Fri, 9 Jun 2023 13:44:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 92a25be82a0e740381e1d8c8dadec3b014b7c04f
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 70b5ca714b..796361d741 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")
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 373/452: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 385/452: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 387/452: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 396/452: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/09
- 408/452: gnu: Add texlive-semaphor., guix-commits, 2023/06/09
- 409/452: gnu: Add texlive-knuth-local., guix-commits, 2023/06/09
- 411/452: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/09
- 415/452: gnu: Add texlive-mfware.,
guix-commits <=
- 420/452: guix: Let texlive importer suggest format creation., guix-commits, 2023/06/09
- 432/452: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/09
- 434/452: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/09
- 451/452: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/09
- 449/452: gnu: Add texlive-pspicture., guix-commits, 2023/06/09
- 452/452: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/09
- 115/452: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/09
- 117/452: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/09
- 116/452: gnu: Add texlive-regexpatch., guix-commits, 2023/06/09
- 127/452: gnu: Add texlive-newverbs., guix-commits, 2023/06/09