pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts tex-fontspec{,-doc}: update to 2.8a



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faf4a67f1c23
branches:  trunk
changeset: 376565:faf4a67f1c23
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 09 21:09:00 2022 +0000

description:
tex-fontspec{,-doc}: update to 2.8a

* Add `SwashFont` and `BoldSwashFont` features to support LaTeX's
  now-builtin `\textsw` and `\swshape` commands, with matching
  `SwashFeatures` and `BoldSwashFeatures`.
  A simple implementation that has scope to get more complex if need be.
* Remove some legacy code that extended the NFSS in ways that are now
  handled by LaTeX2e natively.
* Long neglected updates through various Github Issues and pull requests.
  Thanks for your patience with the delays.

diffstat:

 fonts/tex-fontspec-doc/DESCR    |   2 +-
 fonts/tex-fontspec-doc/Makefile |   6 +++---
 fonts/tex-fontspec-doc/distinfo |   8 ++++----
 fonts/tex-fontspec/Makefile     |  10 +++++-----
 fonts/tex-fontspec/distinfo     |   8 ++++----
 5 files changed, 17 insertions(+), 17 deletions(-)

diffs (76 lines):

diff -r 2364f107bda0 -r faf4a67f1c23 fonts/tex-fontspec-doc/DESCR
--- a/fonts/tex-fontspec-doc/DESCR      Sat Apr 09 21:04:06 2022 +0000
+++ b/fonts/tex-fontspec-doc/DESCR      Sat Apr 09 21:09:00 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-fontspec.
+Documentation for tex-fontspec.
diff -r 2364f107bda0 -r faf4a67f1c23 fonts/tex-fontspec-doc/Makefile
--- a/fonts/tex-fontspec-doc/Makefile   Sat Apr 09 21:04:06 2022 +0000
+++ b/fonts/tex-fontspec-doc/Makefile   Sat Apr 09 21:09:00 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/04/26 12:21:15 markd Exp $
+# $NetBSD: Makefile,v 1.21 2022/04/09 21:09:00 markd Exp $
 
 DISTNAME=      fontspec.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.7i
-TEXLIVE_REV=   53860
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.8a
+TEXLIVE_REV=   61617
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/fontspec
diff -r 2364f107bda0 -r faf4a67f1c23 fonts/tex-fontspec-doc/distinfo
--- a/fonts/tex-fontspec-doc/distinfo   Sat Apr 09 21:04:06 2022 +0000
+++ b/fonts/tex-fontspec-doc/distinfo   Sat Apr 09 21:09:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 10:27:59 nia Exp $
+$NetBSD: distinfo,v 1.22 2022/04/09 21:09:00 markd Exp $
 
-BLAKE2s (fontspec.doc.r53860.tar.xz) = 437fa6988db51e5f3fef9a79edf2a810e06998af70247f1c043b87bf3c1aabd8
-SHA512 (fontspec.doc.r53860.tar.xz) = c3f3c52ba06d107913d2b47c9784b1807461051dfb9e3705efaa5ea3a400f98c975f200411599ea5755c46d9919e4f90721e8d7f8ae89e940866a2beb88b4424
-Size (fontspec.doc.r53860.tar.xz) = 1189088 bytes
+BLAKE2s (fontspec.doc.r61617.tar.xz) = aa288fda2aaaacb53cc5271d12ca618102f7771ce3c861bc15a6f80df721d7e4
+SHA512 (fontspec.doc.r61617.tar.xz) = 03f1d92fab61b594d51e0befff26b95d39fb08eb3a250649b042fd02493f07b402fa71c2a3aab9fa3da48730be060c46ee77a41026f513c5a61894d8cec192f4
+Size (fontspec.doc.r61617.tar.xz) = 1221668 bytes
diff -r 2364f107bda0 -r faf4a67f1c23 fonts/tex-fontspec/Makefile
--- a/fonts/tex-fontspec/Makefile       Sat Apr 09 21:04:06 2022 +0000
+++ b/fonts/tex-fontspec/Makefile       Sat Apr 09 21:09:00 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/04/26 12:21:15 markd Exp $
+# $NetBSD: Makefile,v 1.21 2022/04/09 21:09:00 markd Exp $
 
 DISTNAME=      fontspec
-PKGNAME=       tex-${DISTNAME}-2.7i
-TEXLIVE_REV=   53860
+PKGNAME=       tex-${DISTNAME}-2.8a
+TEXLIVE_REV=   61617
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/fontspec
@@ -10,11 +10,11 @@
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-euenc-[0-9]*:../../fonts/tex-euenc
-DEPENDS+=      tex-lm-[0-9]*:../../fonts/tex-lm
+DEPENDS+=      tex-iftex-[0-9]*:../../print/tex-iftex
 DEPENDS+=      tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
 DEPENDS+=      tex-l3packages-[0-9]*:../../devel/tex-l3packages
-DEPENDS+=      tex-iftex-[0-9]*:../../print/tex-iftex
 DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+=      tex-lm-[0-9]*:../../fonts/tex-lm
 DEPENDS+=      tex-luaotfload-[0-9]*:../../fonts/tex-luaotfload
 DEPENDS+=      tex-xunicode-[0-9]*:../../print/tex-xunicode
 
diff -r 2364f107bda0 -r faf4a67f1c23 fonts/tex-fontspec/distinfo
--- a/fonts/tex-fontspec/distinfo       Sat Apr 09 21:04:06 2022 +0000
+++ b/fonts/tex-fontspec/distinfo       Sat Apr 09 21:09:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 10:27:59 nia Exp $
+$NetBSD: distinfo,v 1.22 2022/04/09 21:09:00 markd Exp $
 
-BLAKE2s (fontspec.r53860.tar.xz) = d7f63351633563a68f5d22034a8207a08dd76d47817a0debd1442d1082748fa6
-SHA512 (fontspec.r53860.tar.xz) = ef65e31a03f5bfe5dad80aa3bd33c5eca727e3200a9cee5bb199908accf429464efcf999680b02776f2ca49f8bf8175520fc91bf37eee03bd9e0fe87feadc941
-Size (fontspec.r53860.tar.xz) = 26792 bytes
+BLAKE2s (fontspec.r61617.tar.xz) = 35329f7a41de51bf025727755749a77ad5c8ce8df64a5b3f1edf65e0bf159a4e
+SHA512 (fontspec.r61617.tar.xz) = 910b6dbf1ec00882086b1abf93e4a736b4a9b07b89d920fa84094aaf8fde11c6d25fa8cbc4448987bf249c71925ded5e82056ca44e4bf8f10030ab6bcbc3fc46
+Size (fontspec.r61617.tar.xz) = 26664 bytes



Home | Main Index | Thread Index | Old Index