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:           Sun Dec 10 20:17:53 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-make4ht/DESCR \
    pkgsrc/print/tex-make4ht/Makefile pkgsrc/print/tex-make4ht/PLIST \
    pkgsrc/print/tex-make4ht/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-make4ht-doc/DESCR \
    pkgsrc/print/tex-make4ht-doc/Makefile pkgsrc/print/tex-make4ht-doc/PLIST \
    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.

Added files:

Index: pkgsrc/print/tex-make4ht/DESCR
diff -u /dev/null pkgsrc/print/tex-make4ht/DESCR:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht/DESCR      Sun Dec 10 20:17:53 2017
@@ -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.
Index: pkgsrc/print/tex-make4ht/Makefile
diff -u /dev/null pkgsrc/print/tex-make4ht/Makefile:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht/Makefile   Sun Dec 10 20:17:53 2017
@@ -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"
Index: pkgsrc/print/tex-make4ht/PLIST
diff -u /dev/null pkgsrc/print/tex-make4ht/PLIST:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht/PLIST      Sun Dec 10 20:17:53 2017
@@ -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
Index: pkgsrc/print/tex-make4ht/distinfo
diff -u /dev/null pkgsrc/print/tex-make4ht/distinfo:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht/distinfo   Sun Dec 10 20:17:53 2017
@@ -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

Index: pkgsrc/print/tex-make4ht-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-make4ht-doc/DESCR:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht-doc/DESCR  Sun Dec 10 20:17:53 2017
@@ -0,0 +1 @@
+Documentation for tex-make4ht.
Index: pkgsrc/print/tex-make4ht-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-make4ht-doc/Makefile:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht-doc/Makefile       Sun Dec 10 20:17:53 2017
@@ -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"
Index: pkgsrc/print/tex-make4ht-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-make4ht-doc/PLIST:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht-doc/PLIST  Sun Dec 10 20:17:53 2017
@@ -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
Index: pkgsrc/print/tex-make4ht-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-make4ht-doc/distinfo:1.1
--- /dev/null   Sun Dec 10 20:17:53 2017
+++ pkgsrc/print/tex-make4ht-doc/distinfo       Sun Dec 10 20:17:53 2017
@@ -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



Home | Main Index | Thread Index | Old Index