Sun Apr 9 12:46:30 2023 UTC ()
tex-make4ht{,-doc}: update to 0.3m

- An updated JATS export function
- A new extension called inlinecss that allows for direct insertion of CSS
  attributes into HTML files
- Fixes to issues with MathML post-processing
- Fixes to issues with indexing support
- Fixes to issues with the join_characters DOM filter
- Fixes to issues with Latexmk


(markd)
diff -r1.12 -r1.13 pkgsrc/print/tex-make4ht/Makefile
diff -r1.12 -r1.13 pkgsrc/print/tex-make4ht/distinfo
diff -r1.8 -r1.9 pkgsrc/print/tex-make4ht/PLIST
diff -r1.11 -r1.12 pkgsrc/print/tex-make4ht-doc/Makefile
diff -r1.12 -r1.13 pkgsrc/print/tex-make4ht-doc/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/print/tex-make4ht/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-make4ht/Makefile 2022/04/15 04:12:42 1.12
+++ pkgsrc/print/tex-make4ht/Makefile 2023/04/09 12:46:30 1.13
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.12 2022/04/15 04:12:42 markd Exp $ 1# $NetBSD: Makefile,v 1.13 2023/04/09 12:46:30 markd Exp $
2 2
3DISTNAME= make4ht 3DISTNAME= make4ht
4PKGNAME= tex-${DISTNAME}-0.3l 4PKGNAME= tex-${DISTNAME}-0.3m
5TEXLIVE_REV= 62953 5TEXLIVE_REV= 66130
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/make4ht 8HOMEPAGE= https://ctan.org/pkg/make4ht
9COMMENT= A build system for tex4ht 9COMMENT= A build system for tex4ht
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex 12DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
13 13
14REPLACE_TEXLUA= texmf-dist/scripts/make4ht/make4ht 14REPLACE_TEXLUA= texmf-dist/scripts/make4ht/make4ht
15 15
16INSTALLATION_DIRS+= bin 16INSTALLATION_DIRS+= bin
17 17
18post-install: 18post-install:

cvs diff -r1.12 -r1.13 pkgsrc/print/tex-make4ht/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-make4ht/distinfo 2022/04/15 04:12:42 1.12
+++ pkgsrc/print/tex-make4ht/distinfo 2023/04/09 12:46:30 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/04/15 04:12:42 markd Exp $ 1$NetBSD: distinfo,v 1.13 2023/04/09 12:46:30 markd Exp $
2 2
3BLAKE2s (make4ht.r62953.tar.xz) = 7ac8617209e5e0e78d7b1ab43d2d430301a633464b0997ddc716ecac42c732e0 3BLAKE2s (make4ht.r66130.tar.xz) = 4c35139c03b2b5ac6a33aff368ecd676eba0bf37a76722be51ccb18c04b378ef
4SHA512 (make4ht.r62953.tar.xz) = 591b69770285fee1f3bd407e176b6e783ccca6d217a0f147780da9c535a4ae7e87e95a8a9bd3a220b342a3397df3845934e229ecf7f2bea0085acf94983461a1 4SHA512 (make4ht.r66130.tar.xz) = 9eddfced4137652653744256bd4ef342a1b5462a2bbe1852c7fc264b08646b0757d24ae2d12711c66905f810a8f0749ae7f6d7f32983d3aa96fad63e9e104a00
5Size (make4ht.r62953.tar.xz) = 51816 bytes 5Size (make4ht.r66130.tar.xz) = 55576 bytes

cvs diff -r1.8 -r1.9 pkgsrc/print/tex-make4ht/PLIST (expand / switch to unified diff)

--- pkgsrc/print/tex-make4ht/PLIST 2022/04/15 04:12:42 1.8
+++ pkgsrc/print/tex-make4ht/PLIST 2023/04/09 12:46:30 1.9
@@ -1,35 +1,37 @@ @@ -1,35 +1,37 @@
1@comment $NetBSD: PLIST,v 1.8 2022/04/15 04:12:42 markd Exp $ 1@comment $NetBSD: PLIST,v 1.9 2023/04/09 12:46:30 markd Exp $
2bin/make4ht 2bin/make4ht
3share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua 3share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua
4share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua 4share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua
5share/texmf-dist/scripts/make4ht/domfilters/make4ht-collapsetoc.lua 5share/texmf-dist/scripts/make4ht/domfilters/make4ht-collapsetoc.lua
6share/texmf-dist/scripts/make4ht/domfilters/make4ht-fixinlines.lua 6share/texmf-dist/scripts/make4ht/domfilters/make4ht-fixinlines.lua
7share/texmf-dist/scripts/make4ht/domfilters/make4ht-idcolons.lua 7share/texmf-dist/scripts/make4ht/domfilters/make4ht-idcolons.lua
 8share/texmf-dist/scripts/make4ht/domfilters/make4ht-inlinecss.lua
8share/texmf-dist/scripts/make4ht/domfilters/make4ht-itemparagraphs.lua 9share/texmf-dist/scripts/make4ht/domfilters/make4ht-itemparagraphs.lua
9share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincharacters.lua 10share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincharacters.lua
10share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincolors.lua 11share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincolors.lua
11share/texmf-dist/scripts/make4ht/domfilters/make4ht-mathmlfixes.lua 12share/texmf-dist/scripts/make4ht/domfilters/make4ht-mathmlfixes.lua
12share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtfonts.lua 13share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtfonts.lua
13share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtimagesize.lua 14share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtimagesize.lua
14share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtpartable.lua 15share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtpartable.lua
15share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtsvg.lua 16share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtsvg.lua
16share/texmf-dist/scripts/make4ht/domfilters/make4ht-sectionid.lua 17share/texmf-dist/scripts/make4ht/domfilters/make4ht-sectionid.lua
17share/texmf-dist/scripts/make4ht/domfilters/make4ht-t4htlinks.lua 18share/texmf-dist/scripts/make4ht/domfilters/make4ht-t4htlinks.lua
18share/texmf-dist/scripts/make4ht/domfilters/make4ht-tablerows.lua 19share/texmf-dist/scripts/make4ht/domfilters/make4ht-tablerows.lua
19share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_domfilters.lua 20share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_domfilters.lua
20share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_filters.lua 21share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-common_filters.lua
21share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-detect_engine.lua 22share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-detect_engine.lua
22share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-dvisvgm_hashes.lua 23share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-dvisvgm_hashes.lua
 24share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-inlinecss.lua
23share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-join_colors.lua 25share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-join_colors.lua
24share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-latexmk_build.lua 26share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-latexmk_build.lua
25share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mathjaxnode.lua 27share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mathjaxnode.lua
26share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mjcli.lua 28share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-mjcli.lua
27share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-odttemplate.lua 29share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-odttemplate.lua
28share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-preprocess_input.lua 30share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-preprocess_input.lua
29share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-staticsite.lua 31share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-staticsite.lua
30share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-tidy.lua 32share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-tidy.lua
31share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan-nat.lua 33share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan-nat.lua
32share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan.lua 34share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan.lua
33share/texmf-dist/scripts/make4ht/filters/make4ht-domfilter.lua 35share/texmf-dist/scripts/make4ht/filters/make4ht-domfilter.lua
34share/texmf-dist/scripts/make4ht/filters/make4ht-entities-to-unicode.lua 36share/texmf-dist/scripts/make4ht/filters/make4ht-entities-to-unicode.lua
35share/texmf-dist/scripts/make4ht/filters/make4ht-entities.lua 37share/texmf-dist/scripts/make4ht/filters/make4ht-entities.lua

cvs diff -r1.11 -r1.12 pkgsrc/print/tex-make4ht-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-make4ht-doc/Makefile 2022/04/15 04:12:42 1.11
+++ pkgsrc/print/tex-make4ht-doc/Makefile 2023/04/09 12:46:30 1.12
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.11 2022/04/15 04:12:42 markd Exp $ 1# $NetBSD: Makefile,v 1.12 2023/04/09 12:46:30 markd Exp $
2 2
3DISTNAME= make4ht.doc 3DISTNAME= make4ht.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.3l 4PKGNAME= tex-${DISTNAME:S/./-/}-0.3m
5TEXLIVE_REV= 62953 5TEXLIVE_REV= 66130
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/make4ht 8HOMEPAGE= https://ctan.org/pkg/make4ht
9COMMENT= Documentation for tex-make4ht 9COMMENT= Documentation for tex-make4ht
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/print/tex-make4ht-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-make4ht-doc/distinfo 2022/04/15 04:12:42 1.12
+++ pkgsrc/print/tex-make4ht-doc/distinfo 2023/04/09 12:46:30 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/04/15 04:12:42 markd Exp $ 1$NetBSD: distinfo,v 1.13 2023/04/09 12:46:30 markd Exp $
2 2
3BLAKE2s (make4ht.doc.r62953.tar.xz) = ca068119d443a64ecaeb18389875f032e720b85d726cd91ec0b4eb2e66730a34 3BLAKE2s (make4ht.doc.r66130.tar.xz) = 6fd2de18acca9fc55bb7704c3fc172adb5feacc1a49cc85691ca004b2c2503f9
4SHA512 (make4ht.doc.r62953.tar.xz) = b83f6cb2d6b514e4514512f803c916f943b2b915d4a1de02e0f1c304072e41e673317c02e43f777159ff60a775a9ccdff528277885c5305110383c2ac4022d12 4SHA512 (make4ht.doc.r66130.tar.xz) = 2552e84307b92538639481b64690b2d4853f03e795b11daa61f88a1a15896f24982dcd563c181497a287744eabc5a4c3e18a2a705bbfcd9099383b1858a02081
5Size (make4ht.doc.r62953.tar.xz) = 177016 bytes 5Size (make4ht.doc.r66130.tar.xz) = 179688 bytes