pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Apr 14 02:35:50 UTC 2022

Modified Files:
        pkgsrc/fonts/tex-mf2pt1: DESCR Makefile distinfo
        pkgsrc/fonts/tex-mf2pt1-doc: Makefile distinfo

Log Message:
tex-mf2pt1{,-doc}: update to 2.7

Version 2.7 of mf2pt1 supports new --output-dir and --save-temps options
for controlling where intermediate and output files are written and if
intermediate files should be retained after execution completes.  It also
allows helper programs (mpost, t1asm, and fontforge) to be overridden,
including with arguments, via environment variables.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/tex-mf2pt1/DESCR
cvs rdiff -u -r1.10 -r1.11 pkgsrc/fonts/tex-mf2pt1/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-mf2pt1/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/tex-mf2pt1-doc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-mf2pt1-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/tex-mf2pt1/DESCR
diff -u pkgsrc/fonts/tex-mf2pt1/DESCR:1.1 pkgsrc/fonts/tex-mf2pt1/DESCR:1.2
--- pkgsrc/fonts/tex-mf2pt1/DESCR:1.1   Sun May 17 06:16:23 2015
+++ pkgsrc/fonts/tex-mf2pt1/DESCR       Thu Apr 14 02:35:50 2022
@@ -1,8 +1,8 @@
-mf2pt1 facilitates producing PostScript Type 1 fonts from a
-Metafont source file. It is not, as the name may imply, an
-automatic converter of arbitrary Metafont fonts to Type 1
-format. mf2pt1 imposes a number of restrictions on the Metafont
-input. If these restrictions are met, mf2pt1 will produce valid
-Type 1 output with more accurate control points than can be
-reverse-engineered by TeXtrace, mftrace, and other programs
-which convert bitmaps to outline fonts.
+mf2pt1 is a Perl script that facilitates producing PostScript
+Type 1 fonts from a Metafont source file. It is not, as the
+name may imply, an automatic converter of arbitrary Metafont
+fonts to Type 1 format. mf2pt1 imposes a number of restrictions
+on the Metafont input. If these restrictions are met, mf2pt1
+will produce valid Type 1 output with more accurate control
+points than can be reverse-engineered by TeXtrace, mftrace, and
+other programs which convert bitmaps to outline fonts.

Index: pkgsrc/fonts/tex-mf2pt1/Makefile
diff -u pkgsrc/fonts/tex-mf2pt1/Makefile:1.10 pkgsrc/fonts/tex-mf2pt1/Makefile:1.11
--- pkgsrc/fonts/tex-mf2pt1/Makefile:1.10       Mon May 24 19:52:14 2021
+++ pkgsrc/fonts/tex-mf2pt1/Makefile    Thu Apr 14 02:35:50 2022
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2021/05/24 19:52:14 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/14 02:35:50 markd Exp $
 
 DISTNAME=      mf2pt1
-PKGNAME=       tex-${DISTNAME}-2.6
-PKGREVISION=   1
-TEXLIVE_REV=   57018
+PKGNAME=       tex-${DISTNAME}-2.7
+TEXLIVE_REV=   61217
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/mf2pt1
-COMMENT=       Produce PostScript Type 1 fonts from Metafont source
+COMMENT=       Convert stylized Metafont to PostScript Type 1
 LICENSE=       lppl-1.3c
 
 USE_TOOLS+=    perl:run

Index: pkgsrc/fonts/tex-mf2pt1/distinfo
diff -u pkgsrc/fonts/tex-mf2pt1/distinfo:1.5 pkgsrc/fonts/tex-mf2pt1/distinfo:1.6
--- pkgsrc/fonts/tex-mf2pt1/distinfo:1.5        Tue Oct 26 10:28:15 2021
+++ pkgsrc/fonts/tex-mf2pt1/distinfo    Thu Apr 14 02:35:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:28:15 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/14 02:35:50 markd Exp $
 
-BLAKE2s (mf2pt1.r57018.tar.xz) = 587f88494b7c3f73d118c00db627b094314ae34b5ec3da6ca6f67ce9a0a09b25
-SHA512 (mf2pt1.r57018.tar.xz) = 87df5858f4a383f4915d469479460d55a6975a841d31b9993c9e3c9af422965d5eb869eac82c2dda968c17160e96c794ce85760c56d3d931d09fd13425d3c508
-Size (mf2pt1.r57018.tar.xz) = 14288 bytes
+BLAKE2s (mf2pt1.r61217.tar.xz) = 3b06d73b5c53fb0ec5ca7b961e8968938642f9ef27d9d9b5e12bddd3766cd9dd
+SHA512 (mf2pt1.r61217.tar.xz) = ca93a3ae439f9cd8029720bd1d90fbe75a403e7ab4ebcbe1ba1e5a7a28aa9269197f90a4aee849fea59d734d5dc38f04eedc140ff1be64fd805a10ab5510a2f5
+Size (mf2pt1.r61217.tar.xz) = 15184 bytes

Index: pkgsrc/fonts/tex-mf2pt1-doc/Makefile
diff -u pkgsrc/fonts/tex-mf2pt1-doc/Makefile:1.4 pkgsrc/fonts/tex-mf2pt1-doc/Makefile:1.5
--- pkgsrc/fonts/tex-mf2pt1-doc/Makefile:1.4    Sun Feb 14 02:10:57 2021
+++ pkgsrc/fonts/tex-mf2pt1-doc/Makefile        Thu Apr 14 02:35:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/02/14 02:10:57 markd Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/14 02:35:50 markd Exp $
 
 DISTNAME=      mf2pt1.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.6
-TEXLIVE_REV=   57018
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.7
+TEXLIVE_REV=   61217
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/mf2pt1

Index: pkgsrc/fonts/tex-mf2pt1-doc/distinfo
diff -u pkgsrc/fonts/tex-mf2pt1-doc/distinfo:1.5 pkgsrc/fonts/tex-mf2pt1-doc/distinfo:1.6
--- pkgsrc/fonts/tex-mf2pt1-doc/distinfo:1.5    Tue Oct 26 10:28:15 2021
+++ pkgsrc/fonts/tex-mf2pt1-doc/distinfo        Thu Apr 14 02:35:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:28:15 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/14 02:35:50 markd Exp $
 
-BLAKE2s (mf2pt1.doc.r57018.tar.xz) = 0aff14b8840637987790d441aa2965ea9ac368fe24ce9ac668f52f4890a3518b
-SHA512 (mf2pt1.doc.r57018.tar.xz) = 5320e1d724fde19f8c0c1b85902e57609e938243baadd00edb8294867a1df792ac2f72bcd1bf7350f4a9efab1563c9fea4361e423079b1f75ab9ecdbf2da4b90
-Size (mf2pt1.doc.r57018.tar.xz) = 198696 bytes
+BLAKE2s (mf2pt1.doc.r61217.tar.xz) = 0c1fc66530efe55fcd127c8d06a8cd4ed6154c2d406f9af85a4cca60a80ba398
+SHA512 (mf2pt1.doc.r61217.tar.xz) = 6c10831fdcc48d25645be675fbf5da29da945bd79032c60e73e04a39d61c287a64e7b884381ac0b08e48f5dc9b6dec27efea874f6e13d6e4a5e3f32c22fa3ce2
+Size (mf2pt1.doc.r61217.tar.xz) = 201308 bytes



Home | Main Index | Thread Index | Old Index