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: Fri Apr 3 01:24:51 UTC 2026
Modified Files:
pkgsrc/print/tex-make4ht: Makefile PLIST distinfo
pkgsrc/print/tex-make4ht-doc: Makefile distinfo
Log Message:
tex-make4ht{,-doc}: update to 0.4e
- Refined MathML processing, including stricter <mn> merging rules and support
for intent and arg attributes.
- Updated DOM filters to improve HTML and JATS correctness (tables, inline
elements, internal links, section IDs).
- Improved build reliability and error handling, including fixes to the
latexmk_build extension.
- Updated SVG generation to embed bitmaps when using dvisvgm
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-make4ht/Makefile \
pkgsrc/print/tex-make4ht/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-make4ht/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-make4ht-doc/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-make4ht-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-make4ht/Makefile
diff -u pkgsrc/print/tex-make4ht/Makefile:1.15 pkgsrc/print/tex-make4ht/Makefile:1.16
--- pkgsrc/print/tex-make4ht/Makefile:1.15 Sun May 11 11:56:09 2025
+++ pkgsrc/print/tex-make4ht/Makefile Fri Apr 3 01:24:51 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2025/05/11 11:56:09 markd Exp $
+# $NetBSD: Makefile,v 1.16 2026/04/03 01:24:51 markd Exp $
DISTNAME= make4ht
-PKGNAME= tex-${DISTNAME}-0.4d
-TEXLIVE_REV= 74940
+PKGNAME= tex-${DISTNAME}-0.4e
+TEXLIVE_REV= 78133
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/make4ht
Index: pkgsrc/print/tex-make4ht/distinfo
diff -u pkgsrc/print/tex-make4ht/distinfo:1.15 pkgsrc/print/tex-make4ht/distinfo:1.16
--- pkgsrc/print/tex-make4ht/distinfo:1.15 Sun May 11 11:56:09 2025
+++ pkgsrc/print/tex-make4ht/distinfo Fri Apr 3 01:24:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/05/11 11:56:09 markd Exp $
+$NetBSD: distinfo,v 1.16 2026/04/03 01:24:51 markd Exp $
-BLAKE2s (make4ht.r74940.tar.xz) = f5551feb33ed3f621c69db86b83f81229258ffb86cb3d494a838690a628049c7
-SHA512 (make4ht.r74940.tar.xz) = 5803764b37ee5ed6761db68ac75c109942f47246d6f3d1ea6473af5cc544e25805c3fbf28ae32cb3817065dc3f392136bcdc5e3b3a683b42fff2ac53e6fcc905
-Size (make4ht.r74940.tar.xz) = 83480 bytes
+BLAKE2s (make4ht.r78133.tar.xz) = b1d76b54d2341d8e429e448c999d63329b28a51cb059c8b395c2a8c182330093
+SHA512 (make4ht.r78133.tar.xz) = ed5ecbd4955065eed38c2aaeaef7c8e4aa581eb85332e6570622240ab16cd1d939a6ade95b7634c80eb70c8e1566e056576528024744380260bcc813f649d3a2
+Size (make4ht.r78133.tar.xz) = 83560 bytes
Index: pkgsrc/print/tex-make4ht/PLIST
diff -u pkgsrc/print/tex-make4ht/PLIST:1.11 pkgsrc/print/tex-make4ht/PLIST:1.12
--- pkgsrc/print/tex-make4ht/PLIST:1.11 Sun May 11 11:56:09 2025
+++ pkgsrc/print/tex-make4ht/PLIST Fri Apr 3 01:24:51 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/05/11 11:56:09 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/04/03 01:24:51 markd Exp $
bin/make4ht
share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua
@@ -16,6 +16,7 @@ share/texmf-dist/scripts/make4ht/domfilt
share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtsvg.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-sectionid.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-t4htlinks.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-tablecaption.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-tablerows.lua
share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_domfilters.lua
share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_filters.lua
Index: pkgsrc/print/tex-make4ht-doc/Makefile
diff -u pkgsrc/print/tex-make4ht-doc/Makefile:1.14 pkgsrc/print/tex-make4ht-doc/Makefile:1.15
--- pkgsrc/print/tex-make4ht-doc/Makefile:1.14 Sun May 11 11:56:09 2025
+++ pkgsrc/print/tex-make4ht-doc/Makefile Fri Apr 3 01:24:51 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2025/05/11 11:56:09 markd Exp $
+# $NetBSD: Makefile,v 1.15 2026/04/03 01:24:51 markd Exp $
DISTNAME= make4ht.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.4d
-TEXLIVE_REV= 74940
+PKGNAME= tex-${DISTNAME:S/./-/}-0.4e
+TEXLIVE_REV= 78133
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/make4ht
Index: pkgsrc/print/tex-make4ht-doc/distinfo
diff -u pkgsrc/print/tex-make4ht-doc/distinfo:1.15 pkgsrc/print/tex-make4ht-doc/distinfo:1.16
--- pkgsrc/print/tex-make4ht-doc/distinfo:1.15 Sun May 11 11:56:09 2025
+++ pkgsrc/print/tex-make4ht-doc/distinfo Fri Apr 3 01:24:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/05/11 11:56:09 markd Exp $
+$NetBSD: distinfo,v 1.16 2026/04/03 01:24:51 markd Exp $
-BLAKE2s (make4ht.doc.r74940.tar.xz) = 87bb4e1dd934955b2ea3cd68241da8a4d9aec7501ca1d99d1015291cb1f21100
-SHA512 (make4ht.doc.r74940.tar.xz) = bc3f887eecd59fc9eb5f31cb296d2532ce99f82941d046dcefb322a62f71a72311e374ea4e8e847814cb466eaa9f12ce00175dced0c48ea99ff058f8713de55e
-Size (make4ht.doc.r74940.tar.xz) = 193984 bytes
+BLAKE2s (make4ht.doc.r78133.tar.xz) = f0e053024451f963ec455c427dbec5dd57cbfff452c3c1d2629f32e0e04c07d3
+SHA512 (make4ht.doc.r78133.tar.xz) = 772eac352721f5afd217af04af334b2090fda16d114786c3ccc0d3c00d903a4429a6e49cf79697fe75ef94d90ae35694e4a23d62f2b6023dd1b8f98b05df4f95
+Size (make4ht.doc.r78133.tar.xz) = 179596 bytes
Home |
Main Index |
Thread Index |
Old Index