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:           Sun May 11 02:41:21 UTC 2025

Modified Files:
        pkgsrc/print/luajittex: Makefile
        pkgsrc/print/luatex: Makefile distinfo
Removed Files:
        pkgsrc/print/luatex/patches: patch-texk_web2c_configure

Log Message:
lua{,jit}tex: update to 1.21.0

part of TeXLive 2025

* LuaJIT 2.1.1736781742.
* New luaffi lib, supporting aarch64.
* If \tracinglostchars=4, warn about missing characters when glyphs are
  processed, instead of waiting until typesetting needs them. If
  \tracinglostchars=5, make that “early” diagnostic into an error.
* New primitive \mathemptydisplaymode; when set to to 1, empty paragraphs
  before a display equation will be ignored. By default paragraphs before
  a display equation containing dir nodes are not ignored, which has been
  the traditional behavior.
* For PNG handling, we no longer set the attr on the mask. If we get a
  report about dropping this we could add a maskattr feature, but one
  should consider to include a correct pdf of the image instead, as it’s
  more robust.
* Handle token combiners in immediate assignments.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/luajittex/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/print/luatex/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/print/luatex/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/print/luatex/patches/patch-texk_web2c_configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/luajittex/Makefile
diff -u pkgsrc/print/luajittex/Makefile:1.3 pkgsrc/print/luajittex/Makefile:1.4
--- pkgsrc/print/luajittex/Makefile:1.3 Sun Apr  7 07:34:53 2024
+++ pkgsrc/print/luajittex/Makefile     Sun May 11 02:41:20 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/04/07 07:34:53 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/11 02:41:20 markd Exp $
 
-PKGREVISION= 1
 .include "../../print/texlive/Makefile.common"
 
-PKGNAME=       luajittex-1.18.0
+PKGNAME=       luajittex-1.21.0
 CATEGORIES=    print
 
 HOMEPAGE=      https://www.tug.org/web2c/

Index: pkgsrc/print/luatex/Makefile
diff -u pkgsrc/print/luatex/Makefile:1.120 pkgsrc/print/luatex/Makefile:1.121
--- pkgsrc/print/luatex/Makefile:1.120  Thu Sep 12 21:48:43 2024
+++ pkgsrc/print/luatex/Makefile        Sun May 11 02:41:21 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.120 2024/09/12 21:48:43 gutteridge Exp $
+# $NetBSD: Makefile,v 1.121 2025/05/11 02:41:21 markd Exp $
 
-PKGREVISION=   2
 .include "../../print/texlive/Makefile.common"
 
-PKGNAME=       luatex-1.18.0
+PKGNAME=       luatex-1.21.0
 CATEGORIES=    print
 
 HOMEPAGE=      https://www.tug.org/web2c/

Index: pkgsrc/print/luatex/distinfo
diff -u pkgsrc/print/luatex/distinfo:1.49 pkgsrc/print/luatex/distinfo:1.50
--- pkgsrc/print/luatex/distinfo:1.49   Tue Jun 11 05:40:15 2024
+++ pkgsrc/print/luatex/distinfo        Sun May 11 02:41:21 2025
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.49 2024/06/11 05:40:15 wiz Exp $
+$NetBSD: distinfo,v 1.50 2025/05/11 02:41:21 markd Exp $
 
-BLAKE2s (texlive-20240312-source.tar.xz) = 72bccd07a7c210c1c5e3d86d72f3e86bfaf7c2922345f2e048c6336b2a1bd11b
-SHA512 (texlive-20240312-source.tar.xz) = e7ed4eb419da789f82d4295819ba72d10766398fd20c8675742fcec985851917b2005d259e4c9bb952790472855115644297d92257878882a66315cc940b9210
-Size (texlive-20240312-source.tar.xz) = 70140588 bytes
+BLAKE2s (texlive-20250308-source.tar.xz) = 95df483deb69cf662c0ff7e7a9ba6b1763acb3b8a18d16aa11fde197c0f74e67
+SHA512 (texlive-20250308-source.tar.xz) = 0837c935488b96cfc8dd79f1298f283b467ab68b4163cee9cb04b79e80195982fdc5ae8a80058dc7d3e99206bfda8b3bdd11340425b08f60cbef70d5a0e22702
+Size (texlive-20250308-source.tar.xz) = 111136556 bytes
 SHA1 (patch-libs_lua53_lua53-src_src_luaconf.h) = 824ee4ba2c324e1e01967b82a54621b6b6f3edd3
 SHA1 (patch-libs_luajit_LuaJIT-src_src_host_buildvm__asm.c) = c2e392935968a6749aef643be6703535cc56be16
 SHA1 (patch-libs_luajit_LuaJIT-src_src_vm__x86.dasc) = cb74b231f19f6faeee7a9d8cc6076f6f4f360472
 SHA1 (patch-libs_luajit_Makefile.in) = cf6164706fd6501fa324bb679709c64cd11cd692
-SHA1 (patch-texk_web2c_configure) = 474ea4f57d535e22355916d6d52d4490d1138cfe



Home | Main Index | Thread Index | Old Index