summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-19 18:43:11 +0000
committerKarl Berry <karl@freefriends.org>2017-11-19 18:43:11 +0000
commita7b966f17514051acc780c2aa7fee25ca8748ecc (patch)
treef1ea03e0cb9acf97c2bdeae433fa87104d91a947
parenta8332cf81f1a478295ebf140e558dbfe776b5417 (diff)
merge texconfig into tetex; more shortdesc/longdesc, now finishing the report from texlive@schoepfer.info, 20 Oct 2017 00:22:05
git-svn-id: svn://tug.org/texlive/trunk@45851 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlpsrc/collection-basic.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/genmisc.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/tetex.tlpsrc14
-rw-r--r--Master/tlpkg/tlpsrc/texconfig.tlpsrc10
-rw-r--r--Master/tlpkg/tlpsrc/updmap-map.tlpsrc10
-rw-r--r--Master/tlpkg/tlpsrc/vlna.tlpsrc4
6 files changed, 23 insertions, 17 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc
index 2f555a3d568..18d8f3fdea9 100644
--- a/Master/tlpkg/tlpsrc/collection-basic.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-basic.tlpsrc
@@ -37,7 +37,6 @@ depend plain
depend tetex
depend tex
depend tex-ini-files
-depend texconfig
depend texlive-common
depend texlive-docindex
depend texlive-en
diff --git a/Master/tlpkg/tlpsrc/genmisc.tlpsrc b/Master/tlpkg/tlpsrc/genmisc.tlpsrc
index e69de29bb2d..be049deb811 100644
--- a/Master/tlpkg/tlpsrc/genmisc.tlpsrc
+++ b/Master/tlpkg/tlpsrc/genmisc.tlpsrc
@@ -0,0 +1 @@
+shortdesc numerous one-file packages that work with both plain TeX and LaTeX
diff --git a/Master/tlpkg/tlpsrc/tetex.tlpsrc b/Master/tlpkg/tlpsrc/tetex.tlpsrc
index d8f954b826c..0be01a3b775 100644
--- a/Master/tlpkg/tlpsrc/tetex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/tetex.tlpsrc
@@ -1,5 +1,9 @@
category TLCore
-shortdesc scripts and files originally written for or included in teTeX
+shortdesc scripts and files originally from teTeX
+longdesc Includes both core utilities such as fmtutil and updmap, and
+longdesc rarely-used programs such as allec and dvi2fax. Some
+longdesc functionality is now better provided by tlmgr, such as
+longdesc texconfig and texlinks, but everything here is still supported.
# This is in tetex because this two-entry map file was written by te and
# is maintained in the tetex directory.
@@ -11,6 +15,11 @@ runpattern f texmf-dist/fonts/map/dvips/tetex/*
runpattern f texmf-dist/web2c/updmap.cfg
runpattern f texmf-dist/web2c/updmap.cfg
#
+runpattern f texmf-dist/texconfig/*
+runpattern f texmf-dist/texconfig/g/*
+runpattern f texmf-dist/texconfig/v/*
+runpattern f texmf-dist/texconfig/x/*
+#
runpattern f texmf-dist/scripts/texlive/allcm.sh
runpattern f texmf-dist/scripts/texlive/allneeded.sh
runpattern f texmf-dist/scripts/texlive/dvi2fax.sh
@@ -21,6 +30,7 @@ runpattern f texmf-dist/scripts/texlive/fmtutil.pl
runpattern f texmf-dist/scripts/texlive/kpsetool.sh
runpattern f texmf-dist/scripts/texlive/kpsewhere.sh
runpattern f texmf-dist/scripts/texlive/mktexlsr.pl
+runpattern f texmf-dist/scripts/texlive/texconfig.sh
runpattern f texmf-dist/scripts/texlive/texconfig-dialog.sh
runpattern f texmf-dist/scripts/texlive/texconfig-sys.sh
runpattern f texmf-dist/scripts/texlive/texlinks.sh
@@ -38,6 +48,7 @@ docpattern f texmf-dist/doc/man/man1/kpsepath.*
docpattern f texmf-dist/doc/man/man1/kpsetool.*
docpattern f texmf-dist/doc/man/man1/kpsewhere.*
docpattern f texmf-dist/doc/man/man1/kpsexpand.*
+docpattern f texmf-dist/doc/man/man1/texconfig*
docpattern f texmf-dist/doc/man/man1/texlinks.*
docpattern f texmf-dist/doc/man/man1/updmap*
docpattern f texmf-dist/doc/man/man5/fmtutil.cnf.*
@@ -56,6 +67,7 @@ binpattern f bin/${ARCH}/kpsepath
binpattern f bin/${ARCH}/kpsetool
binpattern f bin/${ARCH}/kpsewhere
binpattern f bin/${ARCH}/kpsexpand
+binpattern f bin/${ARCH}/texconfig
binpattern f bin/${ARCH}/texconfig-dialog
binpattern f bin/${ARCH}/texconfig-sys
binpattern f bin/${ARCH}/texlinks
diff --git a/Master/tlpkg/tlpsrc/texconfig.tlpsrc b/Master/tlpkg/tlpsrc/texconfig.tlpsrc
deleted file mode 100644
index b4dcfc75cd9..00000000000
--- a/Master/tlpkg/tlpsrc/texconfig.tlpsrc
+++ /dev/null
@@ -1,10 +0,0 @@
-category TLCore
-runpattern f texmf-dist/scripts/texlive/texconfig.sh
-runpattern f texmf-dist/texconfig/*
-runpattern f texmf-dist/texconfig/g/*
-runpattern f texmf-dist/texconfig/v/*
-runpattern f texmf-dist/texconfig/x/*
-#
-docpattern f texmf-dist/doc/man/man1/texconfig*
-#
-binpattern f bin/${ARCH}/texconfig
diff --git a/Master/tlpkg/tlpsrc/updmap-map.tlpsrc b/Master/tlpkg/tlpsrc/updmap-map.tlpsrc
index 98346a1c4f3..e230cac3007 100644
--- a/Master/tlpkg/tlpsrc/updmap-map.tlpsrc
+++ b/Master/tlpkg/tlpsrc/updmap-map.tlpsrc
@@ -1,9 +1,9 @@
-# The map files in these dirs are regenerated every time we add a font.
-# There is no need to rebuild formats or update binaries
-# because of such updates, so make them a separate package.
-#
-# The program packages have excludes for these directories.
+shortdesc auto-generated font map files
+longdesc These map files are regenerated every time a new font is added.
+longdesc There is no need to rebuild formats or update binaries
+longdesc because of such updates, hence this separate package.
+# The program packages have excludes for these directories.
runpattern d texmf-dist/fonts/map/dvipdfmx/updmap
runpattern d texmf-dist/fonts/map/dvips/updmap
runpattern d texmf-dist/fonts/map/pdftex/updmap
diff --git a/Master/tlpkg/tlpsrc/vlna.tlpsrc b/Master/tlpkg/tlpsrc/vlna.tlpsrc
index e8834333de8..c6e02848a72 100644
--- a/Master/tlpkg/tlpsrc/vlna.tlpsrc
+++ b/Master/tlpkg/tlpsrc/vlna.tlpsrc
@@ -1,4 +1,8 @@
category TLCore
+shortdesc add ~ after non-syllabic preposition, for Czech/Slovak
+longdesc Preprocessor for TeX source implementing the Czech/Slovak
+longdesc typographical rule forbidding a non-syllabic preposition alone
+longdesc at the end of a line.
docpattern f texmf-dist/doc/vlna/*
docpattern f texmf-dist/doc/man/man1/vlna.*
binpattern f bin/${ARCH}/vlna