summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2021-07-25 20:12:01 +0000
committerfcambus <fcambus@pkgsrc.org>2021-07-25 20:12:01 +0000
commit7435a0672840b48a96a3c903f982a1731edf2120 (patch)
tree7f798fa58a0bdaa9ff078888324b8eb4ed2e844a /fonts
parent126ae8aef45f960cd16d05825cef17237a8eb5da (diff)
downloadpkgsrc-7435a0672840b48a96a3c903f982a1731edf2120.tar.gz
ibm-plex-otf: update to 5.2.1.
v5.2.1: IBM Plex Sans JP: Added: - CSS stylesheets: css/ibm-plex-sans-jp.css and css/ibm-plex-sans-jp.min.css - Sass entrypoint: scss/sans-jp/index.scss The upcoming major release will make chosing specific font-weights and languages easier for developers. Until then, enjoy IBM Plex Sans JP! v5.1.3: IBM Plex Sans KR: Fixed: - WWS naming scheme to make sure all weights are grouped together on certain versions of Windows referenced in #326 v5.1.0: IBM Plex Sans KR Styles: - CSS stylesheets: css/ibm-plex-sans-kr.css and css/ibm-plex-sans-kr.min.css - Sass entrypoint: scss/sans-kr/index.scss Rendering CJK fonts performantly on the web requires many more subsets than western languages. These additional subsets result in many more font-family declarations. Adding these declarations to the currently generated stylesheet would cause it to double in size. For this reason, we've split IBM Plex Sans KR off into it's own style sheet. In the future, we'll be exporting similar stylesheets per-language so developers can chose inidividual languages to suit their users. v5.0.0: New font file updates for: - IBM Plex Sans - IBM Plex Serif - IBM Plex Sans Condensed - IBM Plex Mono This includes some changes to the vertical metrics of the font files as well as a few changes to the available glyphs. Breaking: - Changed IBM Plex Sans Condensed to IBM Plex Sans Cond, this won't impact web applications, but could for other third party applications New: - IBM Plex Sans KR (Korean)
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ibm-plex-otf/Makefile4
-rw-r--r--fonts/ibm-plex-otf/PLIST18
-rw-r--r--fonts/ibm-plex-otf/distinfo10
3 files changed, 24 insertions, 8 deletions
diff --git a/fonts/ibm-plex-otf/Makefile b/fonts/ibm-plex-otf/Makefile
index 6f4f6b9de28..32c60a472f3 100644
--- a/fonts/ibm-plex-otf/Makefile
+++ b/fonts/ibm-plex-otf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:25 maya Exp $
+# $NetBSD: Makefile,v 1.6 2021/07/25 20:12:01 fcambus Exp $
-PKGNAME= ibm-plex-otf-4.0.2
+PKGNAME= ibm-plex-otf-5.2.1
GITHUB_PROJECT= plex
DISTNAME= OpenType
CATEGORIES= fonts
diff --git a/fonts/ibm-plex-otf/PLIST b/fonts/ibm-plex-otf/PLIST
index e4068ab95b5..88fd0df8905 100644
--- a/fonts/ibm-plex-otf/PLIST
+++ b/fonts/ibm-plex-otf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/11/19 23:52:09 ng0 Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/07/25 20:12:01 fcambus Exp $
@pkgdir share/fonts/X11/TTF
share/fonts/X11/OTF/IBMPlexMono-Bold.otf
share/fonts/X11/OTF/IBMPlexMono-BoldItalic.otf
@@ -72,6 +72,22 @@ share/fonts/X11/OTF/IBMPlexSansHebrew-Regular.otf
share/fonts/X11/OTF/IBMPlexSansHebrew-SemiBold.otf
share/fonts/X11/OTF/IBMPlexSansHebrew-Text.otf
share/fonts/X11/OTF/IBMPlexSansHebrew-Thin.otf
+share/fonts/X11/OTF/IBMPlexSansJP-Bold.otf
+share/fonts/X11/OTF/IBMPlexSansJP-ExtraLight.otf
+share/fonts/X11/OTF/IBMPlexSansJP-Light.otf
+share/fonts/X11/OTF/IBMPlexSansJP-Medium.otf
+share/fonts/X11/OTF/IBMPlexSansJP-Regular.otf
+share/fonts/X11/OTF/IBMPlexSansJP-SemiBold.otf
+share/fonts/X11/OTF/IBMPlexSansJP-Text.otf
+share/fonts/X11/OTF/IBMPlexSansJP-Thin.otf
+share/fonts/X11/OTF/IBMPlexSansKR-Bold.otf
+share/fonts/X11/OTF/IBMPlexSansKR-ExtraLight.otf
+share/fonts/X11/OTF/IBMPlexSansKR-Light.otf
+share/fonts/X11/OTF/IBMPlexSansKR-Medium.otf
+share/fonts/X11/OTF/IBMPlexSansKR-Regular.otf
+share/fonts/X11/OTF/IBMPlexSansKR-SemiBold.otf
+share/fonts/X11/OTF/IBMPlexSansKR-Text.otf
+share/fonts/X11/OTF/IBMPlexSansKR-Thin.otf
share/fonts/X11/OTF/IBMPlexSansThai-Bold.otf
share/fonts/X11/OTF/IBMPlexSansThai-ExtraLight.otf
share/fonts/X11/OTF/IBMPlexSansThai-Light.otf
diff --git a/fonts/ibm-plex-otf/distinfo b/fonts/ibm-plex-otf/distinfo
index 3723b79881b..3339440b33e 100644
--- a/fonts/ibm-plex-otf/distinfo
+++ b/fonts/ibm-plex-otf/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/12/22 13:04:41 ng0 Exp $
+$NetBSD: distinfo,v 1.4 2021/07/25 20:12:01 fcambus Exp $
-SHA1 (ibm-plex-otf-4.0.2/OpenType.zip) = dad399b82db9d0e1f25b1f0f1659f1f56221d3f1
-RMD160 (ibm-plex-otf-4.0.2/OpenType.zip) = 0e443503f72adcbcfd3ee3bcb96adfb9c27c45e8
-SHA512 (ibm-plex-otf-4.0.2/OpenType.zip) = 31a1ae34f3b1b8b2e189bc2ef31a9f574d98980bbf10cb28ed74ac2a27373159ce7de7c3196ffb8e2325e70824fc34bb402032d2adcef2d14cc381e3e5b77d5d
-Size (ibm-plex-otf-4.0.2/OpenType.zip) = 6586340 bytes
+SHA1 (ibm-plex-otf-5.2.1/OpenType.zip) = 22fab4a5ee8955582cf9e742d02b974c25a2f7f4
+RMD160 (ibm-plex-otf-5.2.1/OpenType.zip) = dbe81e4cde9300a3c37af066fb11be2b0d499e98
+SHA512 (ibm-plex-otf-5.2.1/OpenType.zip) = 2238a0fafd3dfe6d93f90976cbfd00d0ee8b8db9be49e3b58d3e56603d2854017902b9c44a5f81f929767a527ca02eda2424d5f49c5ce875ccb8716e8985a072
+Size (ibm-plex-otf-5.2.1/OpenType.zip) = 36015690 bytes