texlive[66171] Master/tlpkg/tlpsrc: ConTeXt LMTX: .tlpsrc files
commits+siepo at tug.org
commits+siepo at tug.org
Sun Feb 26 15:36:07 CET 2023
Revision: 66171
http://tug.org/svn/texlive?view=revision&revision=66171
Author: siepo
Date: 2023-02-26 15:36:07 +0100 (Sun, 26 Feb 2023)
Log Message:
-----------
ConTeXt LMTX: .tlpsrc files
Modified Paths:
--------------
trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc
trunk/Master/tlpkg/tlpsrc/context.tlpsrc
Modified: trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc 2023-02-26 02:29:39 UTC (rev 66170)
+++ trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc 2023-02-26 14:36:07 UTC (rev 66171)
@@ -9,7 +9,8 @@
depend jmn
#
# other contributed:
-depend context-notes-zh-cn
+#depend context-notes-zh-cn
+#depend npp-for-context
#
# rest are contrib modules from the garden:
depend context-account
@@ -30,7 +31,6 @@
depend context-gantt
depend context-gnuplot
depend context-handlecsv
-depend context-inifile
depend context-layout
depend context-letter
depend context-lettrine
Modified: trunk/Master/tlpkg/tlpsrc/context.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/context.tlpsrc 2023-02-26 02:29:39 UTC (rev 66170)
+++ trunk/Master/tlpkg/tlpsrc/context.tlpsrc 2023-02-26 14:36:07 UTC (rev 66171)
@@ -1,13 +1,11 @@
-# In order to be able to make formats, we need
-# metapost, pdftex and xetex. Explicit dependencies in this package are
+# In order to be able to make formats, we no longer need
+# metapost, pdftex or xetex. Everything is now done with luametatex and luatex
+depend luatex
+
+# Explicit dependencies in this package are
# repeated in scheme-context, since package-to-package dependencies
# can't be relied upon.
-depend metapost
-depend pdftex
-depend xetex
-# luatex is needed to run almost all context scripts
-depend luatex
-# and Latin Modern is the default font (also needed for formats)
+# Latin Modern is the default font (also needed for formats)
# plus a few more font dependencies (amsfonts are only needed for advanced math)
depend lm
depend lm-math
@@ -15,39 +13,28 @@
depend manfnt-font
depend mflogo-font
depend stmaryrd
-#
-execute AddFormat name=cont-en engine=pdftex \
- patterns=cont-usr.tex options="-8bit *cont-en.mkii"
-execute AddFormat name=cont-en engine=xetex \
- patterns=cont-usr.tex options="-8bit *cont-en.mkii"
-#
-# disabled context formats:
-execute AddFormat name=cont-fr mode=disabled engine=pdftex \
- patterns=cont-usr.tex options="-8bit *cont-fr.mkii" fmttriggers=context
-execute AddFormat name=cont-it mode=disabled engine=pdftex \
- patterns=cont-usr.tex options="-8bit *cont-it.mkii" fmttriggers=context
-execute AddFormat name=cont-nl mode=disabled engine=pdftex \
- patterns=cont-usr.tex options="-8bit *cont-nl.mkii" fmttriggers=context
-execute AddFormat name=cont-ro mode=disabled engine=pdftex \
- patterns=cont-usr.tex options="-8bit *cont-ro.mkii" fmttriggers=context
-#
+
+
+#execute AddFormat name=cont-en engine=context \
+# options="--make --autogenerate" fmttriggers=context
+# does not work; rely on automatic format generation
+
# contnav, hans, hans-sh fonts.
+# addMap is not needed anymore for ConTeXt LMTX
execute addMap original-context-symbol.map
#
runpattern +d texmf-dist/context/data
runpattern +d texmf-dist/fonts/cid/fontforge
+runpattern +d texmf-dist/tex/generic/context
#
-# See longdesc in mptopdf.tlpsrc.
-runpattern +!f texmf-dist/tex/context/base/mkii/supp-mis.mkii
-runpattern +!f texmf-dist/tex/context/base/mkii/supp-mpe.mkii
-runpattern +!f texmf-dist/tex/context/base/mkii/supp-pdf.mkii
-runpattern +!f texmf-dist/tex/context/base/mkii/syst-tex.mkii
+# See longdesc in mptopdf.tlpsrc
+runpattern +!d texmf-dist/tex/context/base/mkii
runpattern +!f texmf-dist/scripts/context/perl/mptopdf.pl
runpattern +!f texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
runpattern +!f texmf-dist/tex/generic/context/mptopdf/mptopdf.tex
docpattern +!f texmf-dist/doc/context/scripts/mkii/mptopdf.man
-depend mptopdf
-#
+#depend mptopdf - not anymore
+
# these have their own TL packages, and are not part of core context.
runpattern +!d texmf-dist/tex/context/third
runpattern +!d texmf-dist/tex/context/interface/third
@@ -58,17 +45,12 @@
#
docpattern +!d texmf-dist/doc/context/third
docpattern +f texmf-dist/doc/man/man1/luatools.*
-docpattern +f texmf-dist/doc/man/man1/texexec.*
-docpattern +f texmf-dist/doc/man/man1/texmfstart.*
+docpattern +f texmf-dist/doc/man/man1/context.*
docpattern +f texmf-dist/doc/man/man1/mtx-*
docpattern +f texmf-dist/doc/man/man1/mtxrun.*
#
binpattern f bin/${ARCH}/context
-binpattern f bin/${ARCH}/contextjit
-binpattern f bin/${ARCH}/luatools
+binpattern f bin/${ARCH}/context.lua
+binpattern f bin/${ARCH}/luametatex
binpattern f bin/${ARCH}/mtxrun
-binpattern f bin/${ARCH}/mtxrunjit
-binpattern f bin/${ARCH}/texexec
-binpattern f bin/${ARCH}/texmfstart
-binpattern f/windows bin/windows/mtxrun.lua
-binpattern f/windows bin/windows/contextjit.exe
+binpattern f bin/${ARCH}/mtxrun.lua
More information about the tex-live-commits
mailing list.