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: Sat May 10 22:34:06 UTC 2025
Modified Files:
pkgsrc/fonts/tex-newcomputermodern: Makefile PLIST distinfo
pkgsrc/fonts/tex-newcomputermodern-doc: Makefile PLIST distinfo
Log Message:
tex-newcomputermodern{,-doc}: update to 7.0.2
Math kerning introduced for Latin Italic Math Capitals
and Capital Calligraphics with period and comma.
Several metrics bug fixes.
7.0.0
The SansMath font has newly designed lowercase Latin letters so
that when used as math variables they indeed look as math variables!
The mathbb/symbb and mathcal/symcal capitals have been reworked
to match in style and weight of the Sans fonts.
Math Kerning has been introduced to ALL math fonts improving
typesetting especially at the indices of cal/scr capitals.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/tex-newcomputermodern/Makefile \
pkgsrc/fonts/tex-newcomputermodern/PLIST \
pkgsrc/fonts/tex-newcomputermodern/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/tex-newcomputermodern-doc/Makefile \
pkgsrc/fonts/tex-newcomputermodern-doc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/tex-newcomputermodern-doc/PLIST
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-newcomputermodern/Makefile
diff -u pkgsrc/fonts/tex-newcomputermodern/Makefile:1.3 pkgsrc/fonts/tex-newcomputermodern/Makefile:1.4
--- pkgsrc/fonts/tex-newcomputermodern/Makefile:1.3 Tue Oct 22 22:40:10 2024
+++ pkgsrc/fonts/tex-newcomputermodern/Makefile Sat May 10 22:34:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/10/22 22:40:10 markd Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/10 22:34:06 markd Exp $
DISTNAME= newcomputermodern
-PKGNAME= tex-${DISTNAME}-6.0.0
-TEXLIVE_REV= 72225
+PKGNAME= tex-${DISTNAME}-7.0.2
+TEXLIVE_REV= 74592
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/newcomputermodern
Index: pkgsrc/fonts/tex-newcomputermodern/PLIST
diff -u pkgsrc/fonts/tex-newcomputermodern/PLIST:1.3 pkgsrc/fonts/tex-newcomputermodern/PLIST:1.4
--- pkgsrc/fonts/tex-newcomputermodern/PLIST:1.3 Tue Oct 22 22:40:10 2024
+++ pkgsrc/fonts/tex-newcomputermodern/PLIST Sat May 10 22:34:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/10/22 22:40:10 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/05/10 22:34:06 markd Exp $
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM08-Book.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM08-BookItalic.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM08-Italic.otf
@@ -33,6 +33,7 @@ share/texmf-dist/fonts/opentype/public/n
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMSans10-BookOblique.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMSans10-Oblique.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMSans10-Regular.otf
+share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMSansMath-Regular.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMUncial08-Bold.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMUncial08-Book.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMUncial08-Regular.otf
@@ -40,9 +41,13 @@ share/texmf-dist/fonts/opentype/public/n
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMUncial10-Book.otf
share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMUncial10-Regular.otf
share/texmf-dist/tex/latex/newcomputermodern/NewCM10-Book.fontspec
+share/texmf-dist/tex/latex/newcomputermodern/NewCM10-BookOblique.fontspec
+share/texmf-dist/tex/latex/newcomputermodern/NewCM10-Oblique.fontspec
share/texmf-dist/tex/latex/newcomputermodern/NewCM10-Regular.fontspec
share/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Book.fontspec
share/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Regular.fontspec
+share/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-BookOblique.fontspec
+share/texmf-dist/tex/latex/newcomputermodern/NewCMMono10-Oblique.fontspec
share/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Book.fontspec
share/texmf-dist/tex/latex/newcomputermodern/NewCMSans10-Regular.fontspec
share/texmf-dist/tex/latex/newcomputermodern/newcomputermodern.sty
Index: pkgsrc/fonts/tex-newcomputermodern/distinfo
diff -u pkgsrc/fonts/tex-newcomputermodern/distinfo:1.3 pkgsrc/fonts/tex-newcomputermodern/distinfo:1.4
--- pkgsrc/fonts/tex-newcomputermodern/distinfo:1.3 Tue Oct 22 22:40:10 2024
+++ pkgsrc/fonts/tex-newcomputermodern/distinfo Sat May 10 22:34:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/10/22 22:40:10 markd Exp $
+$NetBSD: distinfo,v 1.4 2025/05/10 22:34:06 markd Exp $
-BLAKE2s (newcomputermodern.r72225.tar.xz) = fd9f2702fba168019c159440826694b995800cfa78796ab23b47acc73ee8bb6b
-SHA512 (newcomputermodern.r72225.tar.xz) = 04ad83bf9ab93abbb6eb9fd6d6ecad166b35c846f113a80c7e0dca2abe35b45c8b408e8d7cb75bcf2d43e3702dde617f5b4b17916e0fb50eb458c61c66f10b5e
-Size (newcomputermodern.r72225.tar.xz) = 7070296 bytes
+BLAKE2s (newcomputermodern.r74592.tar.xz) = 73a86644087b81d4bb6a9c306108f579bbb74d1fa014c7e63e19fec25b21400c
+SHA512 (newcomputermodern.r74592.tar.xz) = adcdeb2493abe58607e33fc9bb28ab8f12f0024e68d23c2975640db7c84f94edf289834dcdf5866b8a321b30ea6c99693411e5fe0580e7b7f06182c0656d0cbf
+Size (newcomputermodern.r74592.tar.xz) = 7444420 bytes
Index: pkgsrc/fonts/tex-newcomputermodern-doc/Makefile
diff -u pkgsrc/fonts/tex-newcomputermodern-doc/Makefile:1.3 pkgsrc/fonts/tex-newcomputermodern-doc/Makefile:1.4
--- pkgsrc/fonts/tex-newcomputermodern-doc/Makefile:1.3 Tue Oct 22 22:40:11 2024
+++ pkgsrc/fonts/tex-newcomputermodern-doc/Makefile Sat May 10 22:34:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/10/22 22:40:11 markd Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/10 22:34:06 markd Exp $
DISTNAME= newcomputermodern.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-6.0.0
-TEXLIVE_REV= 72225
+PKGNAME= tex-${DISTNAME:S/./-/}-7.0.2
+TEXLIVE_REV= 74592
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/newcomputermodern
Index: pkgsrc/fonts/tex-newcomputermodern-doc/distinfo
diff -u pkgsrc/fonts/tex-newcomputermodern-doc/distinfo:1.3 pkgsrc/fonts/tex-newcomputermodern-doc/distinfo:1.4
--- pkgsrc/fonts/tex-newcomputermodern-doc/distinfo:1.3 Tue Oct 22 22:40:11 2024
+++ pkgsrc/fonts/tex-newcomputermodern-doc/distinfo Sat May 10 22:34:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/10/22 22:40:11 markd Exp $
+$NetBSD: distinfo,v 1.4 2025/05/10 22:34:06 markd Exp $
-BLAKE2s (newcomputermodern.doc.r72225.tar.xz) = f3c9ea888ce0bfc0725bb71ca4537357f4da37cdfb0ed3db8f8679896a550730
-SHA512 (newcomputermodern.doc.r72225.tar.xz) = 93d506c5e71620a26c949af0ad08362343aec19a3d78d81c848d04d5dbc0b30f7ded405890da14aaf38878a36b255544c6d6aacee052db77be3e38166ec18eb2
-Size (newcomputermodern.doc.r72225.tar.xz) = 17953024 bytes
+BLAKE2s (newcomputermodern.doc.r74592.tar.xz) = 95efa242c90898394b1908e177b5ca23d0b84f1c51d8f4883f98abeb032cbc08
+SHA512 (newcomputermodern.doc.r74592.tar.xz) = 747243d0e00a684e8786e9f362a5486b74a2ee3879a6bf2ce36c07224ae1a2aaa7c3263c6d51a1c93ee1b7fe1dc88a7dc3ec4afa004845f3443b03c39b5c607f
+Size (newcomputermodern.doc.r74592.tar.xz) = 19376192 bytes
Index: pkgsrc/fonts/tex-newcomputermodern-doc/PLIST
diff -u pkgsrc/fonts/tex-newcomputermodern-doc/PLIST:1.2 pkgsrc/fonts/tex-newcomputermodern-doc/PLIST:1.3
--- pkgsrc/fonts/tex-newcomputermodern-doc/PLIST:1.2 Wed Feb 14 19:48:10 2024
+++ pkgsrc/fonts/tex-newcomputermodern-doc/PLIST Sat May 10 22:34:06 2025
@@ -1,9 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/14 19:48:10 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/05/10 22:34:06 markd Exp $
share/texmf-dist/doc/fonts/newcomputermodern/README
share/texmf-dist/doc/fonts/newcomputermodern/colored-diacritics.pdf
share/texmf-dist/doc/fonts/newcomputermodern/colored-diacritics.tex
share/texmf-dist/doc/fonts/newcomputermodern/integral.pdf
share/texmf-dist/doc/fonts/newcomputermodern/integral.tex
+share/texmf-dist/doc/fonts/newcomputermodern/mathkern-example.pdf
+share/texmf-dist/doc/fonts/newcomputermodern/mathkern-example.tex
+share/texmf-dist/doc/fonts/newcomputermodern/mathkern-example2.pdf
+share/texmf-dist/doc/fonts/newcomputermodern/mathkern-example2.tex
share/texmf-dist/doc/fonts/newcomputermodern/newcm-doc.pdf
share/texmf-dist/doc/fonts/newcomputermodern/newcm-doc.tex
share/texmf-dist/doc/fonts/newcomputermodern/newcm-unimath-symbols.ltx
@@ -14,3 +18,5 @@ share/texmf-dist/doc/fonts/newcomputermo
share/texmf-dist/doc/fonts/newcomputermodern/opticalmathlm.pdf
share/texmf-dist/doc/fonts/newcomputermodern/opticalmathlm.tex
share/texmf-dist/doc/fonts/newcomputermodern/source.txz
+share/texmf-dist/doc/fonts/newcomputermodern/testmath-newcm-sans.pdf
+share/texmf-dist/doc/fonts/newcomputermodern/testmath-newcm-sans.tex
Home |
Main Index |
Thread Index |
Old Index