pkgsrc/devel/tex-l3kernel/Makefile
markd a4be62cc8a tex-l3kernel{,-doc}: update to 2019
### Changed

 - Moved `\tl_if_single_token:n(TF)` to stable

 - Moved `\file_get_mdfive_hash:nN(TF)`, `\file_get_size:nN(TF)`
     and `\file_get_timestamp:nN(TF)` to stable

 - Moved `\file_if_exist_input:n` and `\file_if_exist_input:nF` to stable

 - Moved `\file_input_stop:` to stable

 - Moved `\peek_N_type:TF` to stable

 - Experimental `\driver_pdf_compress_objects:n` replaces
   `\driver_pdf_objects_(en|dis)able:`

 ### Fixed

 - Support for ConTeXt from mid-December 2018

- Infinite loop in some cases in DVI mode due to link-breaking code
- Category code of output from `\char_<target>_case:N`, and
  same issue in `\str_<target>_case:n`

- Some issues in `dvisvgm` driver

### Added

- Experimental support for a range of PDF concepts at the lowest
  (driver abstraction) level

 - New `l3legacy` module containing
   - `\legacy_if:n(TF)`

- `\char_str_<target>_case:N`

 - `.muskip:N` property

 - Experimental driver-level interfaces for image inclusion
 - Experimental `\ior_shell_open:Nn`
2019-05-14 11:08:33 +00:00

27 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2019/05/14 11:08:33 markd Exp $
DISTNAME= l3kernel
PKGNAME= tex-${DISTNAME}-2019
TEXLIVE_REV= 51037
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"