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:           Wed Feb 14 19:48:10 UTC 2024

Modified Files:
        pkgsrc/fonts/tex-newcomputermodern: Makefile PLIST distinfo
        pkgsrc/fonts/tex-newcomputermodern-doc: Makefile PLIST distinfo

Log Message:
tex-newcomputermodern{,-doc}: update to 5.1

5.0
This is a major release of NewComputerModern.

It adds support for the Devanagari script and languages Hindi(default),
Sanskrit, Marathi, Nepali.
The fonts provide Devanagari Regular and Book at 08pt and 10pt and
Bold at 10pt. Check the documentation on how to use them.

Devanagari numbers and Unicode encoded letters are provided in the
Math fonts too for use as variables and auto switch from Arabic numerals
with the proper Stylistic Set (check the documentation).

It adds its own matching mathbb (and keeps the AMS mathbb as an option).
Math also provides two series of Latin calligraphic capitals for
Mathematics and one for lowercase.

The full block of diacritics U+0300 to U+036F is supported in all
fonts with stacking too.

Several improvements in Bold Sans.

Completion of the Greek+Coptic block in all fonts (there were a few
rare characters missing in some fonts).

5.1
Aegean Numbers added in Sans family (U10100 to U1013F)
Alternative oldstyle 1 in the form of I added in cv06
Some missing ligatures in dlig were added (like ch, ck, il) from certain faces.
Fixed kerning issues between uni026D and slash
A bug in newcomputermodern.sty calling fsp[old]default.sty instead of .tex was fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/tex-newcomputermodern/Makefile \
    pkgsrc/fonts/tex-newcomputermodern/PLIST \
    pkgsrc/fonts/tex-newcomputermodern/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/tex-newcomputermodern-doc/Makefile \
    pkgsrc/fonts/tex-newcomputermodern-doc/PLIST \
    pkgsrc/fonts/tex-newcomputermodern-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-newcomputermodern/Makefile
diff -u pkgsrc/fonts/tex-newcomputermodern/Makefile:1.1 pkgsrc/fonts/tex-newcomputermodern/Makefile:1.2
--- pkgsrc/fonts/tex-newcomputermodern/Makefile:1.1     Tue Oct 31 23:20:42 2023
+++ pkgsrc/fonts/tex-newcomputermodern/Makefile Wed Feb 14 19:48:10 2024
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2023/10/31 23:20:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/14 19:48:10 markd Exp $
 
 DISTNAME=      newcomputermodern
-PKGNAME=       tex-${DISTNAME}-4.7
-TEXLIVE_REV=   68563
+PKGNAME=       tex-${DISTNAME}-5.1
+TEXLIVE_REV=   69379
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/newcomputermodern
 COMMENT=       Computer Modern fonts including matching non-latin alphabets
 LICENSE=       gfsl
 
-# catalogue-alias newcm
-
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/tex-newcomputermodern/PLIST
diff -u pkgsrc/fonts/tex-newcomputermodern/PLIST:1.1 pkgsrc/fonts/tex-newcomputermodern/PLIST:1.2
--- pkgsrc/fonts/tex-newcomputermodern/PLIST:1.1        Tue Oct 31 23:20:42 2023
+++ pkgsrc/fonts/tex-newcomputermodern/PLIST    Wed Feb 14 19:48:10 2024
@@ -1,14 +1,19 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/31 23:20:42 riastradh Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/14 19:48:10 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
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM08-Regular.otf
+share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM08Devanagari-Book.otf
+share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM08Devanagari-Regular.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10-Bold.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10-BoldItalic.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10-Book.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10-BookItalic.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10-Italic.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10-Regular.otf
+share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10Devanagari-Bold.otf
+share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10Devanagari-Book.otf
+share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCM10Devanagari-Regular.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMMath-Book.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMMath-Regular.otf
 share/texmf-dist/fonts/opentype/public/newcomputermodern/NewCMMono10-Bold.otf
Index: pkgsrc/fonts/tex-newcomputermodern/distinfo
diff -u pkgsrc/fonts/tex-newcomputermodern/distinfo:1.1 pkgsrc/fonts/tex-newcomputermodern/distinfo:1.2
--- pkgsrc/fonts/tex-newcomputermodern/distinfo:1.1     Tue Oct 31 23:20:42 2023
+++ pkgsrc/fonts/tex-newcomputermodern/distinfo Wed Feb 14 19:48:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/10/31 23:20:42 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2024/02/14 19:48:10 markd Exp $
 
-BLAKE2s (newcomputermodern.r68563.tar.xz) = d4c0c631e4e321b2dcd18b9baf84246f00ddcf932314827d02d54c4d1988b32e
-SHA512 (newcomputermodern.r68563.tar.xz) = 5793812cbf3edab7203d4a1deb39f61beef8a7852ab1aecfe3d7ea9e9f284bb6fad2578a50799a197c2222501b1c3502da9a3669bb5770305b6f0ac23c2ae8b0
-Size (newcomputermodern.r68563.tar.xz) = 5652784 bytes
+BLAKE2s (newcomputermodern.r69379.tar.xz) = 1f6389ccbcafb705535877cf9800141344b46635dcb51189152b48eda69987f9
+SHA512 (newcomputermodern.r69379.tar.xz) = 140226a635763be7a407910980664b38323dc3634980452fe9eb4395194e7bdc0144715f13d79b9f108630aebd393073135328c98fa34310e3b8d4150e2a5fea
+Size (newcomputermodern.r69379.tar.xz) = 6250664 bytes

Index: pkgsrc/fonts/tex-newcomputermodern-doc/Makefile
diff -u pkgsrc/fonts/tex-newcomputermodern-doc/Makefile:1.1 pkgsrc/fonts/tex-newcomputermodern-doc/Makefile:1.2
--- pkgsrc/fonts/tex-newcomputermodern-doc/Makefile:1.1 Tue Oct 31 23:20:42 2023
+++ pkgsrc/fonts/tex-newcomputermodern-doc/Makefile     Wed Feb 14 19:48:10 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/10/31 23:20:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/14 19:48:10 markd Exp $
 
 DISTNAME=      newcomputermodern.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-4.7
-TEXLIVE_REV=   68563
+PKGNAME=       tex-${DISTNAME:S/./-/}-5.1
+TEXLIVE_REV=   69379
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/newcomputermodern
Index: pkgsrc/fonts/tex-newcomputermodern-doc/PLIST
diff -u pkgsrc/fonts/tex-newcomputermodern-doc/PLIST:1.1 pkgsrc/fonts/tex-newcomputermodern-doc/PLIST:1.2
--- pkgsrc/fonts/tex-newcomputermodern-doc/PLIST:1.1    Tue Oct 31 23:20:42 2023
+++ pkgsrc/fonts/tex-newcomputermodern-doc/PLIST        Wed Feb 14 19:48:10 2024
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/31 23:20:42 riastradh Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/14 19:48:10 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/newcm-doc.pdf
Index: pkgsrc/fonts/tex-newcomputermodern-doc/distinfo
diff -u pkgsrc/fonts/tex-newcomputermodern-doc/distinfo:1.1 pkgsrc/fonts/tex-newcomputermodern-doc/distinfo:1.2
--- pkgsrc/fonts/tex-newcomputermodern-doc/distinfo:1.1 Tue Oct 31 23:20:42 2023
+++ pkgsrc/fonts/tex-newcomputermodern-doc/distinfo     Wed Feb 14 19:48:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/10/31 23:20:42 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2024/02/14 19:48:10 markd Exp $
 
-BLAKE2s (newcomputermodern.doc.r68563.tar.xz) = 1180e82ab435e302a760320dc964822930e04bb4483087a1bbd23ac9ce0dd44a
-SHA512 (newcomputermodern.doc.r68563.tar.xz) = b85add4e9a1ab1342f50f8b1fb9f5a2e00fdfb9db6f6ec2a935e6fc364eac3323d3930b2254b760a01e2f86696073daf69b932105542257fcc40354ab202c6ac
-Size (newcomputermodern.doc.r68563.tar.xz) = 14220820 bytes
+BLAKE2s (newcomputermodern.doc.r69379.tar.xz) = f399a6704584c2d423c476683aeafda2cce11e033006867547dc0ebfa74947a4
+SHA512 (newcomputermodern.doc.r69379.tar.xz) = dd8cc0f43cd3a1d19a6666ce39d0d4024f8ce1ea8c51c0809878f8b886b286558d78f91cfe962b7cfa0e83c8abdde5912c4913c9c67be5d2b5ae81c274803fde
+Size (newcomputermodern.doc.r69379.tar.xz) = 15726400 bytes



Home | Main Index | Thread Index | Old Index