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 11:56:09 UTC 2025

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

Log Message:
tex-make4ht{,-doc}: update to 0.4d

0.4c
- fixed support for tables with more than 200 rows in the tablerows
  DOM filter
- recognize inline MathML and comments as inline content in the
  fixinlines DOM filter
- fixed handling of index entry locators
- use Unicode characters for font styles in MathML
- fixed support for horizontal lines in MathML tables
- added the nodynamicodt extension

0.4d
- Added new compilation command: Make:autohtlatex().
  It determines the number of necessary compilations to get
  correct hyperlinks or TOC. This command is now used for
  compilation by default.

- Fixed bug in the index entries containing numbers with Xindex


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-make4ht/Makefile \
    pkgsrc/print/tex-make4ht/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-make4ht/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-make4ht-doc/Makefile
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/print/tex-make4ht/Makefile:1.15
--- pkgsrc/print/tex-make4ht/Makefile:1.14      Thu Mar 21 10:24:31 2024
+++ pkgsrc/print/tex-make4ht/Makefile   Sun May 11 11:56:09 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2024/03/21 10:24:31 markd Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/11 11:56:09 markd Exp $
 
 DISTNAME=      make4ht
-PKGNAME=       tex-${DISTNAME}-0.4
-TEXLIVE_REV=   70112
+PKGNAME=       tex-${DISTNAME}-0.4d
+TEXLIVE_REV=   74940
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/make4ht
-COMMENT=       A build system for tex4ht
+COMMENT=       Build system for tex4ht
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-luatex-[0-9]*:../../print/tex-luatex
Index: pkgsrc/print/tex-make4ht/distinfo
diff -u pkgsrc/print/tex-make4ht/distinfo:1.14 pkgsrc/print/tex-make4ht/distinfo:1.15
--- pkgsrc/print/tex-make4ht/distinfo:1.14      Thu Mar 21 10:24:31 2024
+++ pkgsrc/print/tex-make4ht/distinfo   Sun May 11 11:56:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/03/21 10:24:31 markd Exp $
+$NetBSD: distinfo,v 1.15 2025/05/11 11:56:09 markd Exp $
 
-BLAKE2s (make4ht.r70112.tar.xz) = b4a51773a38eb980208664e0e0af762fa8ddd4fa5258889719876079e56cf508
-SHA512 (make4ht.r70112.tar.xz) = 6c8a62a134c17879bbb6d4d1970a48a0f5cb3ee0bf9a61808bfecaf90a97268a527a4527f4e70cd5582ce6b427d3bde9cd3cf890a7f23325de4be61d9c9a8bf7
-Size (make4ht.r70112.tar.xz) = 57732 bytes
+BLAKE2s (make4ht.r74940.tar.xz) = f5551feb33ed3f621c69db86b83f81229258ffb86cb3d494a838690a628049c7
+SHA512 (make4ht.r74940.tar.xz) = 5803764b37ee5ed6761db68ac75c109942f47246d6f3d1ea6473af5cc544e25805c3fbf28ae32cb3817065dc3f392136bcdc5e3b3a683b42fff2ac53e6fcc905
+Size (make4ht.r74940.tar.xz) = 83480 bytes

Index: pkgsrc/print/tex-make4ht/PLIST
diff -u pkgsrc/print/tex-make4ht/PLIST:1.10 pkgsrc/print/tex-make4ht/PLIST:1.11
--- pkgsrc/print/tex-make4ht/PLIST:1.10 Thu Mar 21 10:24:31 2024
+++ pkgsrc/print/tex-make4ht/PLIST      Sun May 11 11:56:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/03/21 10:24:31 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/05/11 11:56:09 markd Exp $
 bin/make4ht
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua
@@ -27,6 +27,7 @@ share/texmf-dist/scripts/make4ht/extensi
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-latexmk_build.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mathjaxnode.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mjcli.lua
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-nodynamicodt.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-odttemplate.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-preprocess_input.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-staticsite.lua
@@ -54,6 +55,7 @@ share/texmf-dist/scripts/make4ht/formats
 share/texmf-dist/scripts/make4ht/lapp-mk4.lua
 share/texmf-dist/scripts/make4ht/make4ht
 share/texmf-dist/scripts/make4ht/make4ht-aeneas-config.lua
+share/texmf-dist/scripts/make4ht/make4ht-char-def.lua
 share/texmf-dist/scripts/make4ht/make4ht-config.lua
 share/texmf-dist/scripts/make4ht/make4ht-dvireader.lua
 share/texmf-dist/scripts/make4ht/make4ht-errorlogparser.lua
@@ -62,6 +64,7 @@ share/texmf-dist/scripts/make4ht/make4ht
 share/texmf-dist/scripts/make4ht/make4ht-indexing.lua
 share/texmf-dist/scripts/make4ht/make4ht-lib.lua
 share/texmf-dist/scripts/make4ht/make4ht-logging.lua
+share/texmf-dist/scripts/make4ht/make4ht-mathml-char-def.lua
 share/texmf-dist/scripts/make4ht/make4ht-xtpipes.lua
 share/texmf-dist/scripts/make4ht/mkparams.lua
 share/texmf-dist/scripts/make4ht/mkutils.lua

Index: pkgsrc/print/tex-make4ht-doc/Makefile
diff -u pkgsrc/print/tex-make4ht-doc/Makefile:1.13 pkgsrc/print/tex-make4ht-doc/Makefile:1.14
--- pkgsrc/print/tex-make4ht-doc/Makefile:1.13  Thu Mar 21 10:24:31 2024
+++ pkgsrc/print/tex-make4ht-doc/Makefile       Sun May 11 11:56:09 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/03/21 10:24:31 markd Exp $
+# $NetBSD: Makefile,v 1.14 2025/05/11 11:56:09 markd Exp $
 
 DISTNAME=      make4ht.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.4
-TEXLIVE_REV=   70112
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.4d
+TEXLIVE_REV=   74940
 
 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.14 pkgsrc/print/tex-make4ht-doc/distinfo:1.15
--- pkgsrc/print/tex-make4ht-doc/distinfo:1.14  Thu Mar 21 10:24:31 2024
+++ pkgsrc/print/tex-make4ht-doc/distinfo       Sun May 11 11:56:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/03/21 10:24:31 markd Exp $
+$NetBSD: distinfo,v 1.15 2025/05/11 11:56:09 markd Exp $
 
-BLAKE2s (make4ht.doc.r70112.tar.xz) = 1c5e2019edf321a84a9448667562e2371b23db24fb7ae5766e4f878bbb844917
-SHA512 (make4ht.doc.r70112.tar.xz) = 8d465fae374029e1785e913fc738299ac7bb442930be8d3e7759bee9b2a06b3600698e1c0d168ae663dc06242a7193f624bf07ad1d75f752dc074744b599fba2
-Size (make4ht.doc.r70112.tar.xz) = 186176 bytes
+BLAKE2s (make4ht.doc.r74940.tar.xz) = 87bb4e1dd934955b2ea3cd68241da8a4d9aec7501ca1d99d1015291cb1f21100
+SHA512 (make4ht.doc.r74940.tar.xz) = bc3f887eecd59fc9eb5f31cb296d2532ce99f82941d046dcefb322a62f71a72311e374ea4e8e847814cb466eaa9f12ce00175dced0c48ea99ff058f8713de55e
+Size (make4ht.doc.r74940.tar.xz) = 193984 bytes



Home | Main Index | Thread Index | Old Index