summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-12-10 20:17:53 +0000
committermarkd <markd@pkgsrc.org>2017-12-10 20:17:53 +0000
commit6c434354c1682fbb4130b21d4a8d0306aeb62bd0 (patch)
treed9401cf318a75c34f9cb8e1d296ecf73db547dbe /print
parent4ae85f45c29be0198b2a332824e5005afcc8b513 (diff)
downloadpkgsrc-6c434354c1682fbb4130b21d4a8d0306aeb62bd0.tar.gz
tex-make4ht{,-doc}: Add version 0.1c
make4ht is a simple build system for tex4ht. It is both executable, which simplifies tex4ht execution, and a library which can be used to create customized conversion programs.
Diffstat (limited to 'print')
-rw-r--r--print/tex-make4ht-doc/DESCR1
-rw-r--r--print/tex-make4ht-doc/Makefile13
-rw-r--r--print/tex-make4ht-doc/PLIST6
-rw-r--r--print/tex-make4ht-doc/distinfo6
-rw-r--r--print/tex-make4ht/DESCR3
-rw-r--r--print/tex-make4ht/Makefile22
-rw-r--r--print/tex-make4ht/PLIST16
-rw-r--r--print/tex-make4ht/distinfo6
8 files changed, 73 insertions, 0 deletions
diff --git a/print/tex-make4ht-doc/DESCR b/print/tex-make4ht-doc/DESCR
new file mode 100644
index 00000000000..c6048cad333
--- /dev/null
+++ b/print/tex-make4ht-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-make4ht.
diff --git a/print/tex-make4ht-doc/Makefile b/print/tex-make4ht-doc/Makefile
new file mode 100644
index 00000000000..e6e733a06cb
--- /dev/null
+++ b/print/tex-make4ht-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/12/10 20:17:53 markd Exp $
+
+DISTNAME= make4ht.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.1c
+TEXLIVE_REV= 44079
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/make4ht
+COMMENT= Documentation for tex-make4ht
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-make4ht-doc/PLIST b/print/tex-make4ht-doc/PLIST
new file mode 100644
index 00000000000..dd1f695f01f
--- /dev/null
+++ b/print/tex-make4ht-doc/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/10 20:17:53 markd Exp $
+share/texmf-dist/doc/support/make4ht/README
+share/texmf-dist/doc/support/make4ht/changelog.tex
+share/texmf-dist/doc/support/make4ht/make4ht-doc.pdf
+share/texmf-dist/doc/support/make4ht/make4ht-doc.tex
+share/texmf-dist/doc/support/make4ht/readme.tex
diff --git a/print/tex-make4ht-doc/distinfo b/print/tex-make4ht-doc/distinfo
new file mode 100644
index 00000000000..42939c06fd1
--- /dev/null
+++ b/print/tex-make4ht-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/10 20:17:53 markd Exp $
+
+SHA1 (tex-make4ht-44079/make4ht.doc.tar.xz) = 4a395810e2937f0b8b261275f49e6b70ba2eb536
+RMD160 (tex-make4ht-44079/make4ht.doc.tar.xz) = 1af53cf3fe582985623e2e9be47fa3d6dcdf92d9
+SHA512 (tex-make4ht-44079/make4ht.doc.tar.xz) = 05dceee32a5488df1bc889e2ebd006cc2c901e8445a7f7e3ddde51afa24dab59fabca9b2df963febb7018b4e840f0107f7aded5653ac9046b7625d3a5852fbe9
+Size (tex-make4ht-44079/make4ht.doc.tar.xz) = 72112 bytes
diff --git a/print/tex-make4ht/DESCR b/print/tex-make4ht/DESCR
new file mode 100644
index 00000000000..b13bea1d7bb
--- /dev/null
+++ b/print/tex-make4ht/DESCR
@@ -0,0 +1,3 @@
+make4ht is a simple build system for tex4ht. It is both
+executable, which simplifies tex4ht execution, and a library
+which can be used to create customized conversion programs.
diff --git a/print/tex-make4ht/Makefile b/print/tex-make4ht/Makefile
new file mode 100644
index 00000000000..9148ce77062
--- /dev/null
+++ b/print/tex-make4ht/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2017/12/10 20:17:53 markd Exp $
+
+DISTNAME= make4ht
+PKGNAME= tex-${DISTNAME}-0.1c
+TEXLIVE_REV= 44079
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/make4ht
+COMMENT= A build system for tex4ht
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
+
+REPLACE_TEXLUA= texmf-dist/scripts/make4ht/make4ht
+
+INSTALLATION_DIRS+= bin
+
+post-install:
+ ln -s ${PREFIX}/share/texmf-dist/scripts/make4ht/make4ht ${DESTDIR}${PREFIX}/bin/make4ht
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-make4ht/PLIST b/print/tex-make4ht/PLIST
new file mode 100644
index 00000000000..2c0561a8964
--- /dev/null
+++ b/print/tex-make4ht/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/10 20:17:53 markd Exp $
+bin/make4ht
+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-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/lapp-mk4.lua
+share/texmf-dist/scripts/make4ht/make4ht
+share/texmf-dist/scripts/make4ht/make4ht-dom.lua
+share/texmf-dist/scripts/make4ht/make4ht-lib.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
new file mode 100644
index 00000000000..d1f02246770
--- /dev/null
+++ b/print/tex-make4ht/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/10 20:17:53 markd Exp $
+
+SHA1 (tex-make4ht-44079/make4ht.tar.xz) = f51fcf6af16345e840e3a223431a0c351fe9507d
+RMD160 (tex-make4ht-44079/make4ht.tar.xz) = ef871e3bf7ff4b8106f9377ce25923d8d0cfbdcc
+SHA512 (tex-make4ht-44079/make4ht.tar.xz) = 06d90bcc80409a9f18024bf730f956d126bb5745f43e30cf159ca8a94487fb0dbc347b1b30b2d954e8e3d79160ee0c13c94f4ffbfefae332bf39f94823da599f
+Size (tex-make4ht-44079/make4ht.tar.xz) = 15268 bytes