pkgsrc/devel/tex-l3kernel/Makefile
markd 3241ca0c46 tex-l3{kernel,packages,experimental}{,-doc}: update to 2017.45340
- Rename \box_use_clear:N to \box_use_drop:N as this command has
  non-standard grouping behaviour
- New \inteval command in xfp
- New \c_catcode_active_space_tl
- Fix bug with color code when \current at color is not a simple
  string
- Fix behaviour of \sys_rand_seed: in engines without the
  underlying random number primitives
- Allow only integer powers for negative bases in floating point
  expressions
- Various documentation improvements
2017-10-23 01:49:57 +00:00

27 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2017/10/23 01:49:57 markd Exp $
DISTNAME= l3kernel
PKGNAME= tex-${DISTNAME}-2017.45340
TEXLIVE_REV= 45340
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"