pkgsrc/fonts/tex-fontspec/Makefile
markd aa393acac4 tex-fontspec{,-doc}: update to 2.6g
- v2.6g (2017-11-09)

    * Bugfix for clash introduced with last version. When loading `babel`
      before `fontspec` the following error arose:

          ! Control sequence \latinencoding already defined.

- v2.6f (2017-11-05)

    * Fix loading of Graphite fonts and add a little documentation
      (a better interface is needed, though)

    * Correct and simplify some internal code that fixes a bug in the
      way some fonts are displayed in `\tracingoutput` mode.

    * This also fixes an obscure bug using the API in which a query for
      a selected font feature would test against the upright font in the
      current family regardless of the face/shape actually in use.

    * This package now complies with the `expl3` option `check-declarations`.
2018-05-06 03:08:16 +00:00

22 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.13 2018/05/06 03:08:16 markd Exp $
DISTNAME= fontspec
PKGNAME= tex-${DISTNAME}-2.6g
TEXLIVE_REV= 45732
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/fontspec
COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-euenc-[0-9]*:../../fonts/tex-euenc
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-luaotfload-[0-9]*:../../fonts/tex-luaotfload
DEPENDS+= tex-xunicode-[0-9]*:../../print/tex-xunicode
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"