pkgsrc/textproc/tex-lwarp/Makefile
markd 586d290cf4 tex-lwarp{,-doc}: update to 0.65
0.63
Tested and added support for numerous classes and packages for CJK:
Chinese: cjkpunct, upzhkinsoku, xpinyin, zhspacing, zhlineskip.
Japanese:  pLATEX, upLATEX, bxjsarticle and related, ltjsarticle and
related, luatexja, luatexja-fontspec, ujarticle and related,
zxjatype.
Korean:  kotex, luatexko, xetexko.

0.64
Japanese: Added utarticle and related classes.  Improved ujarticle and
 related classes.
Chinese: Fix for biblatex with CTEX.
Koma-Script: Fixes for scrlayer, scrlayer-scrpage.  Added scrpage2.
Updated addlines.
Added bsheaders, gmeometric, marginal, rmpage, scrpage2.

0.65
Added numerous Japanese classes and packages.
Improved page layout.
Added an \includegraphics alt tag option.
Added an error if detects a duplicate HTML file name.
Fixes for tabular*.
Improved HTML validation for \quad, \enskip, figure captions.
Added support for fontspec \textsi and \sishape.
Added multicols \docolaction.
Added embrac, footnoterange, multicolrule, versonotes.
2019-01-29 06:58:06 +00:00

26 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/01/29 06:58:06 markd Exp $
DISTNAME= lwarp
PKGNAME= tex-${DISTNAME}-0.65
TEXLIVE_REV= 49479
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"