pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Add tex-lwarp{,-doc} 0.32



details:   https://anonhg.NetBSD.org/pkgsrc/rev/227d814457dd
branches:  trunk
changeset: 364400:227d814457dd
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jun 23 23:23:56 2017 +0000

description:
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.

diffstat:

 textproc/tex-lwarp-doc/DESCR    |   1 +
 textproc/tex-lwarp-doc/Makefile |  13 +++++
 textproc/tex-lwarp-doc/PLIST    |   4 +
 textproc/tex-lwarp-doc/distinfo |   6 ++
 textproc/tex-lwarp/DESCR        |  11 ++++
 textproc/tex-lwarp/Makefile     |  23 +++++++++
 textproc/tex-lwarp/PLIST        |  95 +++++++++++++++++++++++++++++++++++++++++
 textproc/tex-lwarp/distinfo     |   6 ++
 8 files changed, 159 insertions(+), 0 deletions(-)

diffs (191 lines):

diff -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp-doc/DESCR      Fri Jun 23 23:23:56 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-lwarp.
diff -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp-doc/Makefile   Fri Jun 23 23:23:56 2017 +0000
@@ -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@localhost
+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 -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp-doc/PLIST      Fri Jun 23 23:23:56 2017 +0000
@@ -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 -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp-doc/distinfo   Fri Jun 23 23:23:56 2017 +0000
@@ -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 -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp/DESCR  Fri Jun 23 23:23:56 2017 +0000
@@ -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 -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp/Makefile       Fri Jun 23 23:23:56 2017 +0000
@@ -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@localhost
+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 -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp/PLIST  Fri Jun 23 23:23:56 2017 +0000
@@ -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 -r 36e1a9f80c7b -r 227d814457dd textproc/tex-lwarp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tex-lwarp/distinfo       Fri Jun 23 23:23:56 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index