pkgsrc/devel/tex-l3kernel/Makefile
markd 3dc2e48c2c Update tex-l3{experimental,kernel,packages}{,-doc} to 0.5700
Snapshot of SVN 5700
====================

  - Fix issue which prevents expl3 loading with (u)p-TeX
  - Fix issues with key path parsing by l3keys
  - Fix galley interaction with \vtop and similar
  - Documentation improvements

Note that the team are looking at more formalised (u)p-TeX
support: this fix maintains the abilty of expl3 to work
with these engines without formal support.

Snapshot of SVN 5666
=====================

 - Update l3keys such that key properties are additive,
   introducing a new .undefine: property to support this
   and altering .value_forbidden:/.value_required: to
   .value_forbidden:n/.value_required:n

 - Fix detokenization of key names in some parts of l3keys

 - Update to l3keys2e to correctly find key names following
   l3keys fix

 - Fix extraction of \l_keys_key_tl from \l_keys_path_tl

 - Update case changing data for Unicode 8.0.0

 - Reintroduce minimal LuaTeX-specific functions as l3luatex

 - Remove function deprecated during 2012 and 2013

 - Extend saving of primitive (\<engine>_<name>:D)
   to cover all XeTeX and LuaTeX names including
   those for Unicode math handling
2015-08-09 07:33:36 +00:00

27 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2015/08/09 07:33:36 markd Exp $
DISTNAME= l3kernel
PKGNAME= tex-${DISTNAME}-0.5700
TEXLIVE_REV= 37997
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/l3kernel
COMMENT= LaTeX3 programming conventions
LICENSE= lppl-1.3c
DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs
DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl
DEPENDS+= tex-csquotes-[0-9]*:../../print/tex-csquotes
DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= tex-underscore-[0-9]*:../../print/tex-underscore
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"