Sun Apr 9 12:38:01 2023 UTC ()
tex-l3kernel{,-doc}: update to 2023

- `\pdf_pagesize_gset:nn`
- Enable `\char_generate:nn` to create active tokens which are `\outer`
  or equal to `\fi`
- Added Complete list of pdfTeX primitives
- Allow for multi-part BCP47 strings in case changing
- Loading with plain TeX due to `\outer` status of `^^L`
  issue
- Leave catcode of `&` unchanged in code environment
- Allow for expressions within color `RGB`/`HSB` input
- Handling of multiple accents when uppercasing Greek
- Swap meaning of `el` and `el-x-iota` when case changing
  Greek: match traditional LaTeX approach
- Deprecated `\l_text_accents_tl` and `\l_text_letterlike_tl`
- More defensive approach in `\codepoint_to_nfd:n`
- CJK character handling for (u)pTeX
- `\tex_endlocalcontrol:D` as expl3 name for the LuaTeX primitive
- Allow non-integer values in color expressions
- Restrict color expressions values to the range [0, 100]
- Leave Greek spacing diacritics unchanged in uppercasing
- Fix minor version in `\c_sys_engine_version_str` for pdfTeX and LuaTeX


(markd)
diff -r1.22 -r1.23 pkgsrc/devel/tex-l3kernel/Makefile
diff -r1.23 -r1.24 pkgsrc/devel/tex-l3kernel/distinfo
diff -r1.21 -r1.22 pkgsrc/devel/tex-l3kernel-doc/Makefile
diff -r1.23 -r1.24 pkgsrc/devel/tex-l3kernel-doc/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/devel/tex-l3kernel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/tex-l3kernel/Makefile 2022/09/01 04:20:10 1.22
+++ pkgsrc/devel/tex-l3kernel/Makefile 2023/04/09 12:38:00 1.23
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.22 2022/09/01 04:20:10 markd Exp $ 1# $NetBSD: Makefile,v 1.23 2023/04/09 12:38:00 markd Exp $
2 2
3DISTNAME= l3kernel 3DISTNAME= l3kernel
4PKGNAME= tex-${DISTNAME}-2022 4PKGNAME= tex-${DISTNAME}-2023
5TEXLIVE_REV= 64177 5TEXLIVE_REV= 66710
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/l3kernel 8HOMEPAGE= https://ctan.org/pkg/l3kernel
9COMMENT= LaTeX3 programming conventions 9COMMENT= LaTeX3 programming conventions
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs 12DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs
13DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl 13DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl
14DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem 14DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem
15DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg 15DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
16DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb 16DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
17DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 17DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
18DEPENDS+= tex-l3backend-[0-9]*:../../devel/tex-l3backend 18DEPENDS+= tex-l3backend-[0-9]*:../../devel/tex-l3backend

cvs diff -r1.23 -r1.24 pkgsrc/devel/tex-l3kernel/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/tex-l3kernel/distinfo 2022/09/01 04:20:10 1.23
+++ pkgsrc/devel/tex-l3kernel/distinfo 2023/04/09 12:38:00 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2022/09/01 04:20:10 markd Exp $ 1$NetBSD: distinfo,v 1.24 2023/04/09 12:38:00 markd Exp $
2 2
3BLAKE2s (l3kernel.r64177.tar.xz) = f36f92bb7e3df03eaf2d94017769f6dea7ff825b04b03a3a5eae31007c78a212 3BLAKE2s (l3kernel.r66710.tar.xz) = 1f7a58ee2123566717812f5d6bc1d3456ca7e8daed507d018e2e64078fac3893
4SHA512 (l3kernel.r64177.tar.xz) = 99c2022f483b57e709eb56dd47da30d1678231da2f59ac1b313e76b3f893cd87d6ccaa52269d6714d96d6394913898c45582b9bbbff3178aaa491b3871c44c21 4SHA512 (l3kernel.r66710.tar.xz) = 01da02e515ceabfd8fd30d1509f29be49bc3c92cc3a136470ece2c6f649778f0322292d9a6d543ece6b07ec273c639a1b8bc2c7751f2236cd1e64afcb1ce76aa
5Size (l3kernel.r64177.tar.xz) = 173416 bytes 5Size (l3kernel.r66710.tar.xz) = 175004 bytes

cvs diff -r1.21 -r1.22 pkgsrc/devel/tex-l3kernel-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/tex-l3kernel-doc/Makefile 2022/09/01 04:20:10 1.21
+++ pkgsrc/devel/tex-l3kernel-doc/Makefile 2023/04/09 12:38:01 1.22
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.21 2022/09/01 04:20:10 markd Exp $ 1# $NetBSD: Makefile,v 1.22 2023/04/09 12:38:01 markd Exp $
2 2
3DISTNAME= l3kernel.doc 3DISTNAME= l3kernel.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-2022 4PKGNAME= tex-${DISTNAME:S/./-/}-2023
5TEXLIVE_REV= 64177 5TEXLIVE_REV= 66710
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/l3kernel 8HOMEPAGE= https://ctan.org/pkg/l3kernel
9COMMENT= Documentation for tex-l3kernel 9COMMENT= Documentation for tex-l3kernel
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.23 -r1.24 pkgsrc/devel/tex-l3kernel-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/tex-l3kernel-doc/distinfo 2022/09/01 04:20:10 1.23
+++ pkgsrc/devel/tex-l3kernel-doc/distinfo 2023/04/09 12:38:01 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2022/09/01 04:20:10 markd Exp $ 1$NetBSD: distinfo,v 1.24 2023/04/09 12:38:01 markd Exp $
2 2
3BLAKE2s (l3kernel.doc.r64177.tar.xz) = 1fd67f37b638641457cf10a9e157a4b09acf8ff7892a0d82eb70713b857563f8 3BLAKE2s (l3kernel.doc.r66710.tar.xz) = b704029f9b543940f34923f225a7b33da49f74702e66df827286723945faec85
4SHA512 (l3kernel.doc.r64177.tar.xz) = 63510aa48d3d8e8eba948a61650aa386e82bafe34a4dfeb51287e48a372f709a41d5ac46ec1cea85c221f9f3d655e743c9169534f4621cca337e6b114eddd122 4SHA512 (l3kernel.doc.r66710.tar.xz) = 0e3047e8efdc6c771d044265610741ef399a63ac410c205047e1c6ec76d0d46cb8d17aa991fe1b34170f764a47f46df070aaf560fd8952b21119159403d13d59
5Size (l3kernel.doc.r64177.tar.xz) = 11829912 bytes 5Size (l3kernel.doc.r66710.tar.xz) = 11993992 bytes