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:           Thu Mar 21 10:24:32 UTC 2024

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

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

New features:

- tex4ht.sty is now loaded before the load of the processed TeX file. This enables
  patching commands used before \documentclass.
- new command line option: --build-dir. It moves auxiliary and temporary files
  to a specified directory.
- list packages with no corresponding TeX4ht configuration .4ht file.
- new extension: copy_images. It copies included images to the output directory.

There are also a lot of bug fixes for MathML, HTML, ODT, and JATS post-processing.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-make4ht/Makefile \
    pkgsrc/print/tex-make4ht/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-make4ht/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-make4ht-doc/Makefile
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/print/tex-make4ht/Makefile:1.14
--- pkgsrc/print/tex-make4ht/Makefile:1.13      Sun Apr  9 12:46:30 2023
+++ pkgsrc/print/tex-make4ht/Makefile   Thu Mar 21 10:24:31 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2023/04/09 12:46:30 markd Exp $
+# $NetBSD: Makefile,v 1.14 2024/03/21 10:24:31 markd Exp $
 
 DISTNAME=      make4ht
-PKGNAME=       tex-${DISTNAME}-0.3m
-TEXLIVE_REV=   66130
+PKGNAME=       tex-${DISTNAME}-0.4
+TEXLIVE_REV=   70112
 
 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.13 pkgsrc/print/tex-make4ht/distinfo:1.14
--- pkgsrc/print/tex-make4ht/distinfo:1.13      Sun Apr  9 12:46:30 2023
+++ pkgsrc/print/tex-make4ht/distinfo   Thu Mar 21 10:24:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/04/09 12:46:30 markd Exp $
+$NetBSD: distinfo,v 1.14 2024/03/21 10:24:31 markd Exp $
 
-BLAKE2s (make4ht.r66130.tar.xz) = 4c35139c03b2b5ac6a33aff368ecd676eba0bf37a76722be51ccb18c04b378ef
-SHA512 (make4ht.r66130.tar.xz) = 9eddfced4137652653744256bd4ef342a1b5462a2bbe1852c7fc264b08646b0757d24ae2d12711c66905f810a8f0749ae7f6d7f32983d3aa96fad63e9e104a00
-Size (make4ht.r66130.tar.xz) = 55576 bytes
+BLAKE2s (make4ht.r70112.tar.xz) = b4a51773a38eb980208664e0e0af762fa8ddd4fa5258889719876079e56cf508
+SHA512 (make4ht.r70112.tar.xz) = 6c8a62a134c17879bbb6d4d1970a48a0f5cb3ee0bf9a61808bfecaf90a97268a527a4527f4e70cd5582ce6b427d3bde9cd3cf890a7f23325de4be61d9c9a8bf7
+Size (make4ht.r70112.tar.xz) = 57732 bytes

Index: pkgsrc/print/tex-make4ht/PLIST
diff -u pkgsrc/print/tex-make4ht/PLIST:1.9 pkgsrc/print/tex-make4ht/PLIST:1.10
--- pkgsrc/print/tex-make4ht/PLIST:1.9  Sun Apr  9 12:46:30 2023
+++ pkgsrc/print/tex-make4ht/PLIST      Thu Mar 21 10:24:31 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2023/04/09 12:46:30 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/03/21 10:24:31 markd Exp $
 bin/make4ht
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua
 share/texmf-dist/scripts/make4ht/domfilters/make4ht-booktabs.lua
@@ -19,6 +19,7 @@ share/texmf-dist/scripts/make4ht/domfilt
 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
+share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-copy_images.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-detect_engine.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-dvisvgm_hashes.lua
 share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-inlinecss.lua

Index: pkgsrc/print/tex-make4ht-doc/Makefile
diff -u pkgsrc/print/tex-make4ht-doc/Makefile:1.12 pkgsrc/print/tex-make4ht-doc/Makefile:1.13
--- pkgsrc/print/tex-make4ht-doc/Makefile:1.12  Sun Apr  9 12:46:30 2023
+++ pkgsrc/print/tex-make4ht-doc/Makefile       Thu Mar 21 10:24:31 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2023/04/09 12:46:30 markd Exp $
+# $NetBSD: Makefile,v 1.13 2024/03/21 10:24:31 markd Exp $
 
 DISTNAME=      make4ht.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.3m
-TEXLIVE_REV=   66130
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.4
+TEXLIVE_REV=   70112
 
 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.13 pkgsrc/print/tex-make4ht-doc/distinfo:1.14
--- pkgsrc/print/tex-make4ht-doc/distinfo:1.13  Sun Apr  9 12:46:30 2023
+++ pkgsrc/print/tex-make4ht-doc/distinfo       Thu Mar 21 10:24:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/04/09 12:46:30 markd Exp $
+$NetBSD: distinfo,v 1.14 2024/03/21 10:24:31 markd Exp $
 
-BLAKE2s (make4ht.doc.r66130.tar.xz) = 6fd2de18acca9fc55bb7704c3fc172adb5feacc1a49cc85691ca004b2c2503f9
-SHA512 (make4ht.doc.r66130.tar.xz) = 2552e84307b92538639481b64690b2d4853f03e795b11daa61f88a1a15896f24982dcd563c181497a287744eabc5a4c3e18a2a705bbfcd9099383b1858a02081
-Size (make4ht.doc.r66130.tar.xz) = 179688 bytes
+BLAKE2s (make4ht.doc.r70112.tar.xz) = 1c5e2019edf321a84a9448667562e2371b23db24fb7ae5766e4f878bbb844917
+SHA512 (make4ht.doc.r70112.tar.xz) = 8d465fae374029e1785e913fc738299ac7bb442930be8d3e7759bee9b2a06b3600698e1c0d168ae663dc06242a7193f624bf07ad1d75f752dc074744b599fba2
+Size (make4ht.doc.r70112.tar.xz) = 186176 bytes



Home | Main Index | Thread Index | Old Index