562bb1cd5c
## [2019-01-28] ### Added - Global versions of box affine functions, e.g. `\box_grotate:Nn` - Global versions of box size adjustment functions - `\box_(g)set_eq_drop:NN`, `\(h|v)box_unpack_drop:N` - `\file_get:nnN` and `\file_get:nnNTF` - Experimental functions `\sys_shell_get:nnN` and `\sys_shell_get:nnNTF` ### Changed - `\char_generate:nn` now always takes exactly two expansions - Move `\prg_generate_conditional_variant:Nnn` to stable - Renamed experimental `\box_trim:Nnnnn` and `\box_viewport:Nnnnn` as `\box_set_trim:Nnnnn` and `\box_set_viewport:Nnnnn`, respectively ### Deprecated - `\box_(g)set_eq_clear:NN`, replaced by `\box_(g)set_eq_drop:NN` - `\(h|v)box_unpack_clear:N`, replaced by `\(h|v)box_unpack_drop:N - `\tl_(g)set_from_file(_x):Nnn`, replaced by `\file_get:nnN` ### Fixed - Scope treatment of `\box_set_dp:N`, _etc._ - In (u)platex: detection of spaces in `\tl_rescan:nn` and related functions ### Removed - Experimental function family `\tl_(g)set_from_shell:(N|c)nn` (replaced by `\sys_shell_get:nnN`)
27 lines
1 KiB
Makefile
27 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2019/02/01 22:52:04 markd Exp $
|
|
|
|
DISTNAME= l3kernel
|
|
PKGNAME= tex-${DISTNAME}-2018.49853
|
|
TEXLIVE_REV= 49853
|
|
|
|
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"
|