pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat May 10 01:54:13 UTC 2025

Modified Files:
        pkgsrc/print/tex-microtype: DESCR Makefile distinfo
        pkgsrc/print/tex-microtype-doc: Makefile PLIST distinfo

Log Message:
tex-microtype{,-doc}: update to 3.2a

* support for tracking/letterspacing with XeTeX
* new default for letterspacing: 50
* new key `features' for \SetTracking to enable/disable fontspec
  `Ligatures' features (LuaTeX/XeTeX only)
* new values `none' and `all' for the `no ligatures' key of \SetTracking
* ... as well as the customary various fixes and improvements


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-microtype/DESCR
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-microtype/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-microtype/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/tex-microtype-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-microtype-doc/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-microtype-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/print/tex-microtype/DESCR
diff -u pkgsrc/print/tex-microtype/DESCR:1.2 pkgsrc/print/tex-microtype/DESCR:1.3
--- pkgsrc/print/tex-microtype/DESCR:1.2        Thu Apr 14 02:46:05 2022
+++ pkgsrc/print/tex-microtype/DESCR    Sat May 10 01:54:13 2025
@@ -14,7 +14,7 @@ The package will by default enable protr
 they can safely be assumed to work. Disabling ligatures
 requires pdfTeX or LuaTeX, while the adjustment of interword
 spacing and of kerning only works with pdfTeX. Letterspacing is
-available with pdfTeX or LuaTeX. The alternative package
+available with pdfTeX, LuaTeX or XeTeX. The alternative package
 'letterspace', which also works with plain TeX, provides the
 user commands for letterspacing only, omitting support for all
 other extensions.

Index: pkgsrc/print/tex-microtype/Makefile
diff -u pkgsrc/print/tex-microtype/Makefile:1.18 pkgsrc/print/tex-microtype/Makefile:1.19
--- pkgsrc/print/tex-microtype/Makefile:1.18    Thu Dec 26 18:17:15 2024
+++ pkgsrc/print/tex-microtype/Makefile Sat May 10 01:54:13 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/12/26 18:17:15 riastradh Exp $
+# $NetBSD: Makefile,v 1.19 2025/05/10 01:54:13 markd Exp $
 
 DISTNAME=      microtype
-PKGNAME=       tex-${DISTNAME}-3.1a
-PKGREVISION=   1
-TEXLIVE_REV=   66587
+PKGNAME=       tex-${DISTNAME}-3.2a
+TEXLIVE_REV=   73928
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/microtype

Index: pkgsrc/print/tex-microtype/distinfo
diff -u pkgsrc/print/tex-microtype/distinfo:1.16 pkgsrc/print/tex-microtype/distinfo:1.17
--- pkgsrc/print/tex-microtype/distinfo:1.16    Sat Apr  8 10:50:06 2023
+++ pkgsrc/print/tex-microtype/distinfo Sat May 10 01:54:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/04/08 10:50:06 markd Exp $
+$NetBSD: distinfo,v 1.17 2025/05/10 01:54:13 markd Exp $
 
-BLAKE2s (microtype.r66587.tar.xz) = d867dc5c319f941a04942b3a59279fcc975a626156e489f16debf4fa2d5c5ead
-SHA512 (microtype.r66587.tar.xz) = c80e6bb2c13432ecae2be22622e3bbfe82342ca138f61870cb8f3c2d7ec93f431bee5ae0a9619d4ad6a842b0752ecb73131452d6ac5c5fba7732ad4d5c979fa6
-Size (microtype.r66587.tar.xz) = 57304 bytes
+BLAKE2s (microtype.r73928.tar.xz) = 2b3223665c0c805402cb8539afd23cf02d8cbc886fadf796b041f1068334f238
+SHA512 (microtype.r73928.tar.xz) = 818cbb4c248c6c4379263ac2c2c81dbd6d78cf7bc3c761b8dd2a1e5c6929f2965384fe214d7c8b26eb1d96632269a92649636126307ebd817f56d8410b83ed47
+Size (microtype.r73928.tar.xz) = 59020 bytes

Index: pkgsrc/print/tex-microtype-doc/Makefile
diff -u pkgsrc/print/tex-microtype-doc/Makefile:1.17 pkgsrc/print/tex-microtype-doc/Makefile:1.18
--- pkgsrc/print/tex-microtype-doc/Makefile:1.17        Sat Apr  8 10:50:06 2023
+++ pkgsrc/print/tex-microtype-doc/Makefile     Sat May 10 01:54:13 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2023/04/08 10:50:06 markd Exp $
+# $NetBSD: Makefile,v 1.18 2025/05/10 01:54:13 markd Exp $
 
 DISTNAME=      microtype.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-3.1a
-TEXLIVE_REV=   66587
+PKGNAME=       tex-${DISTNAME:S/./-/}-3.2a
+TEXLIVE_REV=   73928
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/microtype

Index: pkgsrc/print/tex-microtype-doc/PLIST
diff -u pkgsrc/print/tex-microtype-doc/PLIST:1.3 pkgsrc/print/tex-microtype-doc/PLIST:1.4
--- pkgsrc/print/tex-microtype-doc/PLIST:1.3    Thu Apr 14 02:46:05 2022
+++ pkgsrc/print/tex-microtype-doc/PLIST        Sat May 10 01:54:13 2025
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2022/04/14 02:46:05 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/05/10 01:54:13 markd Exp $
+share/texmf-dist/doc/latex/microtype/DEPENDS.txt
 share/texmf-dist/doc/latex/microtype/README.md
 share/texmf-dist/doc/latex/microtype/microtype-code.pdf
 share/texmf-dist/doc/latex/microtype/microtype.pdf

Index: pkgsrc/print/tex-microtype-doc/distinfo
diff -u pkgsrc/print/tex-microtype-doc/distinfo:1.16 pkgsrc/print/tex-microtype-doc/distinfo:1.17
--- pkgsrc/print/tex-microtype-doc/distinfo:1.16        Sat Apr  8 10:50:06 2023
+++ pkgsrc/print/tex-microtype-doc/distinfo     Sat May 10 01:54:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/04/08 10:50:06 markd Exp $
+$NetBSD: distinfo,v 1.17 2025/05/10 01:54:13 markd Exp $
 
-BLAKE2s (microtype.doc.r66587.tar.xz) = 9ec7f2b1f4c669c770e39dd33d1c99d7694ab857b793260727175d493d81cad2
-SHA512 (microtype.doc.r66587.tar.xz) = 6f7eb5d18fc2864c0bff52f7af82b3284766cef64d2ba8f4aa9f2f6d26af3e47e3be9d486f29e646e92ca597cc1129dacb5d1c03dbe155503ae046e4badbecf7
-Size (microtype.doc.r66587.tar.xz) = 2625520 bytes
+BLAKE2s (microtype.doc.r73928.tar.xz) = 1c108f1b3b86e6496a59037037bf3edfa33f0aead6da1d4cf09f213b648e1183
+SHA512 (microtype.doc.r73928.tar.xz) = 043345201ce96d89cd914868dbd9d3d74caec3d48e104e8c8147a6238ab9298af9c92e06cd86c08fb61923c669ffb619524a5be3fa3072e877a325a908c00d2e
+Size (microtype.doc.r73928.tar.xz) = 2651240 bytes



Home | Main Index | Thread Index | Old Index