summaryrefslogtreecommitdiff
path: root/print/tex-make4ht
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-01-30 07:43:06 +0000
committermarkd <markd@pkgsrc.org>2019-01-30 07:43:06 +0000
commitf6af2653bf64aaf670419131838deb2afff1948b (patch)
treee6c4f3d200609e978081b51fa6e9fccc814a3c41 /print/tex-make4ht
parent1f3348e36ab5d9b4d7f8a6a4b03cfb0e95414ceb (diff)
downloadpkgsrc-f6af2653bf64aaf670419131838deb2afff1948b.tar.gz
tex-make4ht{,-doc}: update to 0.2d
- added support for DocBook and TEI output formats - fixed lot of issues in the ODT output - odttemplate filter and extension
Diffstat (limited to 'print/tex-make4ht')
-rw-r--r--print/tex-make4ht/Makefile6
-rw-r--r--print/tex-make4ht/PLIST22
-rw-r--r--print/tex-make4ht/distinfo10
3 files changed, 29 insertions, 9 deletions
diff --git a/print/tex-make4ht/Makefile b/print/tex-make4ht/Makefile
index 5b5243a497f..eaf71315006 100644
--- a/print/tex-make4ht/Makefile
+++ b/print/tex-make4ht/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/05/12 00:48:18 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/30 07:43:06 markd Exp $
DISTNAME= make4ht
-PKGNAME= tex-${DISTNAME}-0.2
-TEXLIVE_REV= 47398
+PKGNAME= tex-${DISTNAME}-0.2d
+TEXLIVE_REV= 49664
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/make4ht
diff --git a/print/tex-make4ht/PLIST b/print/tex-make4ht/PLIST
index 22008c09cab..30179a04583 100644
--- a/print/tex-make4ht/PLIST
+++ b/print/tex-make4ht/PLIST
@@ -1,25 +1,45 @@
-@comment $NetBSD: PLIST,v 1.2 2018/05/12 00:48:18 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/01/30 07:43:06 markd Exp $
bin/make4ht
share/texmf-dist/scripts/make4ht/domfilters/make4ht-aeneas.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-fixinlines.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-idcolons.lua
share/texmf-dist/scripts/make4ht/domfilters/make4ht-joincharacters.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-odtimagesize.lua
+share/texmf-dist/scripts/make4ht/domfilters/make4ht-t4htlinks.lua
+share/texmf-dist/scripts/make4ht/extensions/common_domfilters.lua
+share/texmf-dist/scripts/make4ht/extensions/common_filters.lua
+share/texmf-dist/scripts/make4ht/extensions/dvisvgm_hashes.lua
+share/texmf-dist/scripts/make4ht/extensions/latexmk_build.lua
+share/texmf-dist/scripts/make4ht/extensions/mathjaxnode.lua
+share/texmf-dist/scripts/make4ht/extensions/odttemplate.lua
+share/texmf-dist/scripts/make4ht/extensions/staticsite.lua
+share/texmf-dist/scripts/make4ht/extensions/tidy.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan-nat.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-cleanspan.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-domfilter.lua
+share/texmf-dist/scripts/make4ht/filters/make4ht-entities-to-unicode.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-entities.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-filter.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-fix-links.lua
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-odttemplate.lua
+share/texmf-dist/scripts/make4ht/filters/make4ht-staticsite.lua
share/texmf-dist/scripts/make4ht/filters/make4ht-svg-height.lua
+share/texmf-dist/scripts/make4ht/formats/docbook.lua
+share/texmf-dist/scripts/make4ht/formats/html5.lua
+share/texmf-dist/scripts/make4ht/formats/odt.lua
+share/texmf-dist/scripts/make4ht/formats/tei.lua
+share/texmf-dist/scripts/make4ht/formats/xhtml.lua
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-config.lua
+share/texmf-dist/scripts/make4ht/make4ht-dvireader.lua
share/texmf-dist/scripts/make4ht/make4ht-filterlib.lua
share/texmf-dist/scripts/make4ht/make4ht-lib.lua
+share/texmf-dist/scripts/make4ht/make4ht-xtpipes.lua
share/texmf-dist/scripts/make4ht/mathnode.lua
share/texmf-dist/scripts/make4ht/mkparams.lua
share/texmf-dist/scripts/make4ht/mkutils.lua
diff --git a/print/tex-make4ht/distinfo b/print/tex-make4ht/distinfo
index 50413ce89ae..0c902f1559b 100644
--- a/print/tex-make4ht/distinfo
+++ b/print/tex-make4ht/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/05/12 00:48:18 markd Exp $
+$NetBSD: distinfo,v 1.3 2019/01/30 07:43:06 markd Exp $
-SHA1 (tex-make4ht-47398/make4ht.tar.xz) = 8980fe43156411c64cd92e61f77f79c4812ff4d3
-RMD160 (tex-make4ht-47398/make4ht.tar.xz) = 80e73d8981663a0eed8ee0805fb2309c70d3757c
-SHA512 (tex-make4ht-47398/make4ht.tar.xz) = c3205ab130ce2a9e51faf9666db829e7115d73b2af3ca2c4b459fd83919c29ed6a9cea73e92303b0d38346c8c7f8b02aa186d5d766a85069781d1a914c0b8c08
-Size (tex-make4ht-47398/make4ht.tar.xz) = 21208 bytes
+SHA1 (tex-make4ht-49664/make4ht.tar.xz) = 41812e9daa79ca2a33f231e17a40b08626c5b156
+RMD160 (tex-make4ht-49664/make4ht.tar.xz) = 2f53d4187148d3a9648a6068dc57694d11f30c82
+SHA512 (tex-make4ht-49664/make4ht.tar.xz) = 4be4ed31f50d83beb5e7ff4fdabc4bcfe3eeed36ed29a1f077c9c19d2d8add965db37ec0f27178c706f8f6107f01fd5ec74b4fbf4ccb549f530594f4e84737e9
+Size (tex-make4ht-49664/make4ht.tar.xz) = 32256 bytes