pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-make4ht{,-doc}: Add version 0.1c
details: https://anonhg.NetBSD.org/pkgsrc/rev/02ef833c9373
branches: trunk
changeset: 372593:02ef833c9373
user: markd <markd%pkgsrc.org@localhost>
date: Sun Dec 10 20:17:53 2017 +0000
description:
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:
print/tex-make4ht-doc/DESCR | 1 +
print/tex-make4ht-doc/Makefile | 13 +++++++++++++
print/tex-make4ht-doc/PLIST | 6 ++++++
print/tex-make4ht-doc/distinfo | 6 ++++++
print/tex-make4ht/DESCR | 3 +++
print/tex-make4ht/Makefile | 22 ++++++++++++++++++++++
print/tex-make4ht/PLIST | 16 ++++++++++++++++
print/tex-make4ht/distinfo | 6 ++++++
8 files changed, 73 insertions(+), 0 deletions(-)
diffs (105 lines):
diff -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht-doc/DESCR Sun Dec 10 20:17:53 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-make4ht.
diff -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht-doc/Makefile Sun Dec 10 20:17:53 2017 +0000
@@ -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@localhost
+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 -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht-doc/PLIST Sun Dec 10 20:17:53 2017 +0000
@@ -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 -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht-doc/distinfo Sun Dec 10 20:17:53 2017 +0000
@@ -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 -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht/DESCR Sun Dec 10 20:17:53 2017 +0000
@@ -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 -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht/Makefile Sun Dec 10 20:17:53 2017 +0000
@@ -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@localhost
+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 -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht/PLIST Sun Dec 10 20:17:53 2017 +0000
@@ -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 -r c2fa84c7ba95 -r 02ef833c9373 print/tex-make4ht/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-make4ht/distinfo Sun Dec 10 20:17:53 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index