pkgsrc/print/tex-hitex/Makefile
markd 34bb0cbee3 tex-hitex{,-doc}: Add version 2022
An extension of TeX which generates HINT output. The HINT file
format is an alternative to the DVI and PDF formats which was
designed specifically for on-screen reading of documents.
Especially on mobile devices, reading DVI or PDF documents can
be cumbersome. Mobile devices are available in a large variety
of sizes but typically are not large enough to display
documents formated for a4/letter-size paper. To compensate for
the limitations of a small screen, users are used to
alternating between landscape (few long lines) and portrait
(more short lines) mode. The HINT format supports variable and
varying screen sizes, leveraging the ability of TeX to format a
document for nearly-arbitrary values of \hsize and \vsize.
2022-04-17 11:06:40 +00:00

39 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2022/04/17 11:06:40 markd Exp $
DISTNAME= hitex
PKGNAME= tex-${DISTNAME}-2022
TEXLIVE_REV= 62529
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/hitex
COMMENT= TeX extension writing HINT output for on-screen reading
LICENSE= x11
DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend
DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
DEPENDS+= tex-everyshi-[0-9]*:../../print/tex-everyshi
DEPENDS+= tex-firstaid-[0-9]*:../../print/tex-firstaid
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-l3backend-[0-9]*:../../devel/tex-l3backend
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
DEPENDS+= tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files
DEPENDS+= tex-unicode-data-[0-9]*:../../print/tex-unicode-data
DEPENDS+= web2c>=2022:../../print/web2c
INSTALLATION_DIRS+= bin
TEX_FORMATS+= "hilatex hitex language.dat -etex -ltx hilatex.ini\\nhitex hitex language.def -etex -ltx hitex.ini\\n"
.include "../../print/texlive/package.mk"
post-install:
${LN} -sf hitex ${DESTDIR}${PREFIX}/bin/hilatex
.include "../../mk/bsd.pkg.mk"