summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd>2017-06-23 23:23:56 +0000
committermarkd <markd>2017-06-23 23:23:56 +0000
commit00aef4914e9cdf1032926a05146f71ec0bb67b83 (patch)
treee08d5ab64b6c9326c23c3431f2ce7afa3ec4a273
parentc260fb46b0704161a25b2b5be3c8eaa4c5ece244 (diff)
downloadpkgsrc-00aef4914e9cdf1032926a05146f71ec0bb67b83.tar.gz
Add tex-lwarp{,-doc} 0.32
The package causes LaTeX to directly produce HTML5 output, using external utility programs only for the final conversion of text and images. Math may be represented by SVG files or MathJax. Documents may be produced by LaTeX, LuaLaTeX, or XeLaTeX. A texlua script removes the need for system utilities such as make and gawk, and also supports xindy and latexmk. Configuration is automatic at the first manual compile. Print and HTML versions of each document may coexist, each with its own set of auxiliary files. Support files are self-generated on request. Assistance is provided for HTML import into EPUB conversion software and word processors.
-rw-r--r--textproc/tex-lwarp-doc/DESCR1
-rw-r--r--textproc/tex-lwarp-doc/Makefile13
-rw-r--r--textproc/tex-lwarp-doc/PLIST4
-rw-r--r--textproc/tex-lwarp-doc/distinfo6
-rw-r--r--textproc/tex-lwarp/DESCR11
-rw-r--r--textproc/tex-lwarp/Makefile23
-rw-r--r--textproc/tex-lwarp/PLIST95
-rw-r--r--textproc/tex-lwarp/distinfo6
8 files changed, 159 insertions, 0 deletions
diff --git a/textproc/tex-lwarp-doc/DESCR b/textproc/tex-lwarp-doc/DESCR
new file mode 100644
index 00000000000..91a94c3cc54
--- /dev/null
+++ b/textproc/tex-lwarp-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-lwarp.
diff --git a/textproc/tex-lwarp-doc/Makefile b/textproc/tex-lwarp-doc/Makefile
new file mode 100644
index 00000000000..24222e7f5ef
--- /dev/null
+++ b/textproc/tex-lwarp-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:23:56 markd Exp $
+
+DISTNAME= lwarp.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.32
+TEXLIVE_REV= 44552
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/lwarp
+COMMENT= Documentation for tex-lwarp
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/tex-lwarp-doc/PLIST b/textproc/tex-lwarp-doc/PLIST
new file mode 100644
index 00000000000..ba49c839a3d
--- /dev/null
+++ b/textproc/tex-lwarp-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:23:56 markd Exp $
+share/texmf-dist/doc/latex/lwarp/README.txt
+share/texmf-dist/doc/latex/lwarp/lwarp.pdf
+share/texmf-dist/doc/latex/lwarp/lwarp_tutorial.txt
diff --git a/textproc/tex-lwarp-doc/distinfo b/textproc/tex-lwarp-doc/distinfo
new file mode 100644
index 00000000000..f43fdf8986b
--- /dev/null
+++ b/textproc/tex-lwarp-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:23:56 markd Exp $
+
+SHA1 (tex-lwarp-44552/lwarp.doc.tar.xz) = fc74b121afb956a6c0483fea42d76a52b7732662
+RMD160 (tex-lwarp-44552/lwarp.doc.tar.xz) = 53f074306a16bd07249bcc7430152dafe0e870a4
+SHA512 (tex-lwarp-44552/lwarp.doc.tar.xz) = 7f1a30d8178529b5bec8976a0f27a3c9daf5325d8ea84be8915ea54c27263d36a8b63b4fba99f3652d0a34fde1702f1388038c304fc05eeb72f8d29bce2d392a
+Size (tex-lwarp-44552/lwarp.doc.tar.xz) = 1446828 bytes
diff --git a/textproc/tex-lwarp/DESCR b/textproc/tex-lwarp/DESCR
new file mode 100644
index 00000000000..45e39e16efe
--- /dev/null
+++ b/textproc/tex-lwarp/DESCR
@@ -0,0 +1,11 @@
+The package causes LaTeX to directly produce HTML5 output,
+using external utility programs only for the final conversion
+of text and images. Math may be represented by SVG files or
+MathJax. Documents may be produced by LaTeX, LuaLaTeX, or
+XeLaTeX. A texlua script removes the need for system utilities
+such as make and gawk, and also supports xindy and latexmk.
+Configuration is automatic at the first manual compile. Print
+and HTML versions of each document may coexist, each with its
+own set of auxiliary files. Support files are self-generated on
+request. Assistance is provided for HTML import into EPUB
+conversion software and word processors.
diff --git a/textproc/tex-lwarp/Makefile b/textproc/tex-lwarp/Makefile
new file mode 100644
index 00000000000..ab437e7426e
--- /dev/null
+++ b/textproc/tex-lwarp/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:23:56 markd Exp $
+
+DISTNAME= lwarp
+PKGNAME= tex-${DISTNAME}-0.32
+TEXLIVE_REV= 44552
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/lwarp
+COMMENT= Converts LaTeX to HTML
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
+
+REPLACE_TEXLUA= bin/lwarpmk
+
+INSTALLATION_DIRS+= bin
+
+post-extract:
+ ${MKDIR} ${WRKSRC}/bin
+ ${MV} ${WRKSRC}/texmf-dist/scripts/lwarp/lwarpmk.lua ${WRKSRC}/bin/lwarpmk
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/tex-lwarp/PLIST b/textproc/tex-lwarp/PLIST
new file mode 100644
index 00000000000..61511c3d593
--- /dev/null
+++ b/textproc/tex-lwarp/PLIST
@@ -0,0 +1,95 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:23:56 markd Exp $
+bin/lwarpmk
+share/texmf-dist/tex/latex/lwarp/lwarp-abstract.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-afterpage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-algorithmicx.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-alltt.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-amsthm.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-bookmark.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-booktabs.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ccaption.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-changepage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-cutwin.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-dcolumn.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-draftwatermark.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ellipsis.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-emptypage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-endnotes.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-enumerate.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-epigraph.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-eso-pic.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-everypage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-extramarks.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fancyhdr.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-float.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-floatflt.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fontenc.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fontspec.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-footmisc.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-footnotehyper.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-framed.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ftnright.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-geometry.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-graphics.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-graphicx.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-indentfirst.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-inputenc.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-keyfloat.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-layout.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-letterspace.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-lips.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-listings.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-lscape.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ltcaption.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-marginfix.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-marginnote.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-mcaption.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-microtype.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-mparhack.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-multicol.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-nameref.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-needspace.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-newclude.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-newunicodechar.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-nextpage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-nowidow.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ntheorem.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-pagenote.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-parskip.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-placeins.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ragged2e.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-rotating.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-showidx.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-showkeys.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-sidecap.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-sidenotes.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-soul.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-subfig.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-tabulary.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-textpos.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-theorem.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-threeparttable.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-tikz.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-titleps.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-titlesec.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-titletoc.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-titling.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-tocloft.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-trivfloat.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-verse.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-wallpaper.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-wrapfig.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-xcolor.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty
+share/texmf-dist/tex/latex/lwarp/lwarp.sty
diff --git a/textproc/tex-lwarp/distinfo b/textproc/tex-lwarp/distinfo
new file mode 100644
index 00000000000..6c2caa08643
--- /dev/null
+++ b/textproc/tex-lwarp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:23:56 markd Exp $
+
+SHA1 (tex-lwarp-44552/lwarp.tar.xz) = b7d0d93bdbfb689526bbf244ac2b782213946b06
+RMD160 (tex-lwarp-44552/lwarp.tar.xz) = e675decbae7ffe03192413e1d2044f5a8f81cf7e
+SHA512 (tex-lwarp-44552/lwarp.tar.xz) = a751303d89ce2270c92c517826bd2c6cc6be15f5257de8216f869ee7da7ca3f70a3e15fe62d11906109cbf36bb0c485791718fd1d10664414283f69232ad3a05
+Size (tex-lwarp-44552/lwarp.tar.xz) = 50252 bytes