pkgsrc/textproc/tex-lwarp/Makefile
markd eb15fceac9 tex-lwarp{,-doc}: update to 0.898
0.898
Produces fewer underfull \hbox warnings.
Improves wrapfig and keyfloat.

0.897
Added rollback for siunitx v2.
Improved fixme, float.
Added centerlastline, decorule, fancypar, froufrou, pbalance.
Verified works as-is with fnpct.

0.896
Many fixes and improvements.
Now prints theorem footnotes next to theorems.
Accessibility improvements.
Improved citation back references.
Updated chemfig, bigdelim, xetexko.
Added ccicons, classicthesis, orcidlink, enotez.
Verified support for doi, doipubmed.

0.895
Updated multirow, acro, fancyhdr, changes.
Improved epsfig, rotating.
Greatly improved MathJax emulation for siunitx.
Added MathJax emulation for isomath, mattens, maybemath, skmath, tensor.
Added epsf, impnattypo, isotope, lpic, luavlna, mdwmath, pinlabel, rlepsf,
 tikz-imagelabels, xevlna.
Verified to work as-is: tensind.
2021-06-06 21:42:17 +00:00

26 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/06/06 21:42:17 markd Exp $
DISTNAME= lwarp
PKGNAME= tex-${DISTNAME}-0.898
TEXLIVE_REV= 59390
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/lwarp
COMMENT= Converts LaTeX to HTML
LICENSE= lppl-1.3c
DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
DEPENDS+= tex-pdfcrop-[0-9]*:../../graphics/tex-pdfcrop
DEPENDS+= tex-xindy-[0-9]*:../../textproc/tex-xindy
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"