Received: by mail.netbsd.org (Postfix, from userid 605) id 2230684D98; Sun, 6 Jun 2021 12:18:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 576FE84D79 for ; Sun, 6 Jun 2021 12:18:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GsCX06k_J13I for ; Sun, 6 Jun 2021 12:18:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7EF3984D25 for ; Sun, 6 Jun 2021 12:18:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D516FA95; Sun, 6 Jun 2021 12:18:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162298193761180" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 12:18:57 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210606121857.6D516FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162298193761180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 6 12:18:57 UTC 2021 Modified Files: pkgsrc/print/tex-make4ht: Makefile PLIST distinfo pkgsrc/print/tex-make4ht-doc: Makefile distinfo Log Message: tex-make4ht{,-doc}: update to 0.3g New features: - new extension: `mjcli`. It uses command line MathJax to convert math in MathML or LaTeX syntax to HTML. The generated HTML doesn't need any JavaScript to display math in web browsers. It replaces the older extension `mathjaxnode`, which uses a deprecated version of command line MathJax, and doesn't support the LaTeX input. - exit status is now set, so it is possible to test if the compilation ran without errors in scripts. Bug fixes: - fixed handling of nested `` elements in `joincharacters` filter. - generate YAML header for all produced HTML files in `staticsite` extension. - various fixes for the MathML output. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-make4ht/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-make4ht/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-make4ht/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-make4ht-doc/Makefile cvs rdiff -u -r1.8 -r1.9 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. --_----------=_162298193761180 Content-Disposition: inline Content-Length: 6092 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-make4ht/Makefile diff -u pkgsrc/print/tex-make4ht/Makefile:1.10 pkgsrc/print/tex-make4ht/Makefile:1.11 --- pkgsrc/print/tex-make4ht/Makefile:1.10 Mon Feb 15 03:51:10 2021 +++ pkgsrc/print/tex-make4ht/Makefile Sun Jun 6 12:18:57 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/02/15 03:51:10 markd Exp $ +# $NetBSD: Makefile,v 1.11 2021/06/06 12:18:57 markd Exp $ DISTNAME= make4ht -PKGNAME= tex-${DISTNAME}-0.3f -TEXLIVE_REV= 56291 +PKGNAME= tex-${DISTNAME}-0.3g +TEXLIVE_REV= 58563 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/make4ht Index: pkgsrc/print/tex-make4ht/PLIST diff -u pkgsrc/print/tex-make4ht/PLIST:1.6 pkgsrc/print/tex-make4ht/PLIST:1.7 --- pkgsrc/print/tex-make4ht/PLIST:1.6 Mon Feb 15 03:51:10 2021 +++ pkgsrc/print/tex-make4ht/PLIST Sun Jun 6 12:18:57 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/02/15 03:51:10 markd Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/06/06 12:18:57 markd Exp $ bin/make4ht share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua @@ -12,6 +12,7 @@ share/texmf-dist/scripts/make4ht/domfilt share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtpartable.lua share/texmf-dist/scripts/make4ht/domfilters/make4ht-t4htlinks.lua share/texmf-dist/scripts/make4ht/domfilters/make4ht-tablerows.lua +share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-build_changed.lua share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_domfilters.lua share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_filters.lua share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-detect_engine.lua @@ -19,6 +20,7 @@ share/texmf-dist/scripts/make4ht/extensi share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-join_colors.lua 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-odttemplate.lua share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-preprocess_input.lua share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-staticsite.lua @@ -33,6 +35,7 @@ share/texmf-dist/scripts/make4ht/filters share/texmf-dist/scripts/make4ht/filters/make4ht-fixligatures.lua share/texmf-dist/scripts/make4ht/filters/make4ht-hruletohr.lua share/texmf-dist/scripts/make4ht/filters/make4ht-mathjaxnode.lua +share/texmf-dist/scripts/make4ht/filters/make4ht-mjcli.lua share/texmf-dist/scripts/make4ht/filters/make4ht-odttemplate.lua share/texmf-dist/scripts/make4ht/filters/make4ht-staticsite.lua share/texmf-dist/scripts/make4ht/filters/make4ht-svg-height.lua @@ -53,6 +56,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-odtfilter.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/distinfo diff -u pkgsrc/print/tex-make4ht/distinfo:1.8 pkgsrc/print/tex-make4ht/distinfo:1.9 --- pkgsrc/print/tex-make4ht/distinfo:1.8 Mon Feb 15 03:51:10 2021 +++ pkgsrc/print/tex-make4ht/distinfo Sun Jun 6 12:18:57 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/02/15 03:51:10 markd Exp $ +$NetBSD: distinfo,v 1.9 2021/06/06 12:18:57 markd Exp $ -SHA1 (make4ht.r56291.tar.xz) = d4741ce10816a35732250c9f0f5d790208d20433 -RMD160 (make4ht.r56291.tar.xz) = b1e8643e53156fee078e529ecd3781cf535e4b6d -SHA512 (make4ht.r56291.tar.xz) = 3a66f4aabc6320f8b58246356c224383f9cfacf0921b8d951376d94be9f0293d9f72cff73e1ba41326d0390f0201ab73453cfe7b45828a6533a8fe7e49dea988 -Size (make4ht.r56291.tar.xz) = 43904 bytes +SHA1 (make4ht.r58563.tar.xz) = b56735c18e64cf83f1d9a129a0add70a3795572e +RMD160 (make4ht.r58563.tar.xz) = 0b9ca25eaea1e1ab50c500e174a3a86de5a1fcd6 +SHA512 (make4ht.r58563.tar.xz) = dee613984e389d3d5e85c64bbe99390eb533551b3d03d3f9993cd8d92fb5dc7495456e51281ab204670a0f42139111b27b45c132075eda47c5604e50f335919a +Size (make4ht.r58563.tar.xz) = 46796 bytes Index: pkgsrc/print/tex-make4ht-doc/Makefile diff -u pkgsrc/print/tex-make4ht-doc/Makefile:1.9 pkgsrc/print/tex-make4ht-doc/Makefile:1.10 --- pkgsrc/print/tex-make4ht-doc/Makefile:1.9 Mon Feb 15 03:51:10 2021 +++ pkgsrc/print/tex-make4ht-doc/Makefile Sun Jun 6 12:18:57 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/02/15 03:51:10 markd Exp $ +# $NetBSD: Makefile,v 1.10 2021/06/06 12:18:57 markd Exp $ DISTNAME= make4ht.doc -PKGNAME= tex-${DISTNAME:S/./-/}-0.3f -TEXLIVE_REV= 56291 +PKGNAME= tex-${DISTNAME:S/./-/}-0.3g +TEXLIVE_REV= 58563 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/make4ht Index: pkgsrc/print/tex-make4ht-doc/distinfo diff -u pkgsrc/print/tex-make4ht-doc/distinfo:1.8 pkgsrc/print/tex-make4ht-doc/distinfo:1.9 --- pkgsrc/print/tex-make4ht-doc/distinfo:1.8 Mon Feb 15 03:51:10 2021 +++ pkgsrc/print/tex-make4ht-doc/distinfo Sun Jun 6 12:18:57 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/02/15 03:51:10 markd Exp $ +$NetBSD: distinfo,v 1.9 2021/06/06 12:18:57 markd Exp $ -SHA1 (make4ht.doc.r56291.tar.xz) = c77f028fe7e68187e80456cd54c2f0f4a8933265 -RMD160 (make4ht.doc.r56291.tar.xz) = 78513605c9ad0884c6a425aff4216afa98a07c08 -SHA512 (make4ht.doc.r56291.tar.xz) = 0adb783943d447f5b8003353b104fb0c336da33b28dc3809d75f3ffdd0fc30536443e99a1749a1af28e46149891db7d2e46e0ebe4b7ea2d4093a77700ef4bbd1 -Size (make4ht.doc.r56291.tar.xz) = 152784 bytes +SHA1 (make4ht.doc.r58563.tar.xz) = ac4808a86fad76bc6e8eb01e035ae28a617aa710 +RMD160 (make4ht.doc.r58563.tar.xz) = 43c52e027077588997e379a0b8be5f7d74d02cb9 +SHA512 (make4ht.doc.r58563.tar.xz) = f153c737e87821a478fbc9712b320647842b3851094c851b4619ebf1e658ca944adeb2f19d197b57aaa649be70cabab9988ba33914a10c3708c75ee5370b2eac +Size (make4ht.doc.r58563.tar.xz) = 158628 bytes --_----------=_162298193761180--