summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
commitf41a5d46017f730e9586332f28744912872326f5 (patch)
tree0e7ebb355adbdb56ac9d1e236dd5cde0b71e1520 /systems
parent5827a950592f8a91468bcd0b5963d1df8d3518d8 (diff)
CTAN sync 201909280300
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm10
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl5
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb168
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2122000 -> 2119504 bytes
-rw-r--r--systems/win32/miktex/tm/packages/files.csv.lzmabin505587 -> 505566 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini6
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini6
-rw-r--r--systems/win32/w32tex/ChangeLog9
11 files changed, 131 insertions, 91 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 08c146a9a3..a2693143d1 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 50493 2019-03-20 22:57:54Z karl $
+# $Id: TLUtils.pm 52189 2019-09-27 00:31:10Z preining $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2019 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -6,7 +6,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 50493 $';
+my $svnrev = '$Revision: 52189 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -1143,8 +1143,10 @@ sub copy {
}
if (-l "$infile") {
- symlink (readlink $infile, "$destdir/$filename")
- || die "symlink(readlink $infile, $destdir/$filename) failed: $!";
+ # the link target might be relative, so we need to start from
+ # the directory of $infile for the link
+ symlink (Cwd::abs_path(dirname($infile)) . "/" . readlink($infile), "$destdir/$filename")
+ || die "symlink(dirname($infile) . \"/\" . readlink($infile), $destdir/$filename) failed: $!";
} else {
if (! open (IN, $infile)) {
warn "open($infile) failed, not copying: $!";
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index d8d84e68d9..dc044e8b1e 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -1,8 +1,5 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1
- },
'South Africa' => {
'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
@@ -34,6 +31,7 @@ $mirrors = {
},
'Korea' => {
'http://ftp.harukasan.org/CTAN/' => 1,
+ 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'http://ftp.ktug.org/tex-archive/' => 1,
'http://mirror.navercorp.com/CTAN/' => 1
},
@@ -76,7 +74,6 @@ $mirrors = {
'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1,
'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1,
'http://ctan.mirror.norbert-ruehl.de/' => 1,
- 'http://ctan.space-pro.be/tex-archive/' => 1,
'http://ftp.fau.de/ctan/' => 1,
'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1,
'http://packages.oth-regensburg.de/ctan/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 5fe6bdede9..01e2e325ee 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2019
-depend revision/52185
+depend revision/52195
name 00texlive.image
category TLCore
-revision 52186
+revision 52195
shortdesc TeX Live files only in the source repository
longdesc The files here are not copied by the installer and containers
longdesc are not built for them; they exist only in the source
@@ -1482,6 +1482,7 @@ runfiles size=4954
tlpkg/tlpsrc/es-tex-faq.tlpsrc
tlpkg/tlpsrc/esami.tlpsrc
tlpkg/tlpsrc/esdiff.tlpsrc
+ tlpkg/tlpsrc/esindex.tlpsrc
tlpkg/tlpsrc/esint-type1.tlpsrc
tlpkg/tlpsrc/esint.tlpsrc
tlpkg/tlpsrc/esk.tlpsrc
@@ -4044,7 +4045,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 52179
+revision 52188
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -22569,7 +22570,7 @@ catalogue-version 1.0
name babel
category Package
-revision 51681
+revision 52194
shortdesc Multilingual support for Plain TeX or LaTeX
relocated 1
longdesc This package manages culturally-determined typographical (and
@@ -22582,22 +22583,22 @@ longdesc has to be done for each language. Included is also a set of ini
longdesc files for about 200 languages. Many language styles work with
longdesc pdfLaTeX, as well as with XeLaTeX and LuaLaTeX, out of the box.
longdesc A few even work with plain formats.
-containersize 147124
-containerchecksum f283a1c29e360a69b5979b3adb8bdfa02b4d804676f0bf84c27f92cb6e32e1b777299b49416d975900cb2d145ec85489543d6bacd2a308dc2545be57a4c58bb4
-doccontainersize 685012
-doccontainerchecksum b8d6bc7030017a172d20897925943bf0f0247785a150068f5685449926339242f3fcf18b63d47412c74c2604ee669aedabf47504f136f76db436b318a0d8d6bb
-docfiles size=172
+containersize 148008
+containerchecksum b64e6f18735bc0b19f74d2031890d36693b5574ba8d4dc6b8e955c54d8a8a1e408b58371e506cbe392b68d377b0ba87160beac4b12e4dac344ec278cb07e6245
+doccontainersize 692496
+doccontainerchecksum b327258a92ae6c12848aaca27692165691ff1b6a68242a3247682dabe4092da2d6c0ff518008d8ec241fa94fb8790d3ca345bb59f6edca0e7452b285a1b67308
+docfiles size=174
RELOC/doc/latex/babel/README.md details="Readme"
RELOC/doc/latex/babel/babel.pdf details="Package documentation"
-srccontainersize 603048
-srccontainerchecksum 8fb98ab96ee0636e2d14231ecba8ab516161c8e4b450eb3039b7290a1234621cbc2e5e1569163c728d2d2a931c6294c7a4d5420b9afc9ceb6a87e262c0d73193
-srcfiles size=334
+srccontainersize 604612
+srccontainerchecksum 3914afe2825e7565efdea6f1c703d4280ecfac7a4ce18e91abcd619196b8402e588fdbaa0276706407e48332534a211e4da6a99dbd92e923074303d2aa44fd8a
+srcfiles size=336
RELOC/source/latex/babel/babel.dtx
RELOC/source/latex/babel/babel.ins
RELOC/source/latex/babel/bbcompat.dtx
RELOC/source/latex/babel/bbidxglo.dtx
RELOC/source/latex/babel/locale.zip
-runfiles size=829
+runfiles size=830
RELOC/makeindex/babel/bbglo.ist
RELOC/makeindex/babel/bbind.ist
RELOC/tex/generic/babel/UKenglish.sty
@@ -23245,10 +23246,10 @@ catalogue-also polyglossia
catalogue-contact-bugs https://github.com/latex3/babel/issues
catalogue-contact-repository https://github.com/latex3/babel
catalogue-ctan /macros/latex/required/babel/base
-catalogue-date 2019-07-19 18:30:54 +0200
+catalogue-date 2019-09-27 20:06:00 +0200
catalogue-license lppl1.3
catalogue-topics multilingual
-catalogue-version 3.33
+catalogue-version 3.34
name babel-albanian
category Package
@@ -47554,7 +47555,7 @@ catalogue-version 1.1
name chemmacros
category Package
-revision 52172
+revision 52192
shortdesc A collection of macros to support typesetting chemistry documents
relocated 1
longdesc The bundle offers a collection of macros and commands which are
@@ -47569,10 +47570,10 @@ longdesc and ghsystem, providing for the UN globally harmonised chemical
longdesc notation. The packages are written using current versions of
longdesc the experimental LaTeX 3 coding conventions and the LaTeX 3
longdesc support packages.
-containersize 40604
-containerchecksum 609c3bc4fba4306b6ad11330df952c499ed512184b8a5938fee0f2b0ad365d5e215773b72f1afea0b673ad0be8fb7a42e099593a5f4d4ff679d0143b6aa85972
-doccontainersize 1074056
-doccontainerchecksum c21b8608f1317c2fd43e56435219821baa3cdf54c9dab54426105710acefba42c7239eac7ad63fd2995187f090f14b217b4d98873cd25f7858e3d5bb3a67faa8
+containersize 40632
+containerchecksum a46b731a113fccd166b0a89bbb0f2419590a029deeb398adc5f702d942a705db3c26e30bbd6b5326e6665aa90e3fc5f94cf6b5386ea681299417ccbf1a52ca6f
+doccontainersize 1074076
+doccontainerchecksum 2541641eff83e247e0f9f326b9c9bf48c710a4a72c234d48ca098af43efe18e7bc1866ca0928873eb3c674024af5da354553081fc7a8b6f3f274fd70b84b386f
docfiles size=299
RELOC/doc/latex/chemmacros/README details="Readme"
RELOC/doc/latex/chemmacros/chemmacros.history
@@ -47610,10 +47611,10 @@ runfiles size=107
catalogue-contact-bugs https://github.com/cgnieder/chemmacros/issues
catalogue-contact-repository https://github.com/cgnieder/chemmacros/
catalogue-ctan /macros/latex/contrib/chemmacros
-catalogue-date 2019-09-24 15:48:58 +0200
+catalogue-date 2019-09-27 15:55:18 +0200
catalogue-license lppl1.3
catalogue-topics chemistry expl3
-catalogue-version 5.8d
+catalogue-version 5.8e
name chemnum
category Package
@@ -60498,7 +60499,7 @@ containerchecksum b1aae6d9b6a16813d76ee4c4bff813120784f856574b83aad156bb6bd0edc8
name collection-latexextra
category Collection
-revision 52173
+revision 52195
shortdesc LaTeX additional packages
relocated 1
longdesc A very large collection of add-on packages for LaTeX.
@@ -60880,6 +60881,7 @@ depend errata
depend erw-l3
depend esami
depend esdiff
+depend esindex
depend esint
depend esint-type1
depend etaremune
@@ -61768,8 +61770,8 @@ depend zed-csp
depend ziffer
depend zwgetfdate
depend zwpagelayout
-containersize 5888
-containerchecksum 3490ddc932d4a402d79259585306d156ea71621dcbcdbbab46626a842d3224d70aa40a8c8eb4905412047a47d1eed46d7ada9691315d1744dfe806043181c31f
+containersize 5908
+containerchecksum 465ec5b9322a9430a62eace8165c670bd7016c8a46203330ad4facdb0cc9f9ae95ea0b7e569295b611c58e6875c518fb680cbf1eeeef332c75c0b7deec7fd6b1
name collection-latexrecommended
category Collection
@@ -101656,6 +101658,34 @@ catalogue-license lppl1
catalogue-topics maths
catalogue-version 1.2
+name esindex
+category Package
+revision 52195
+shortdesc Typset index entries in Spanish documents
+relocated 1
+longdesc This package helps you to create indexes in Spanish. With
+longdesc esindex you can write, say, \esindex{canon} and the entry will
+longdesc be correctly alphabetized in the index. This release of esindex
+longdesc works with accented characters in any encoding, and without
+longdesc babel.
+containersize 3624
+containerchecksum fbb93673d7042447bf3199ca4fff4c01a3beb359e8659df7d3cdecd1a155572af633196fb96eaa77764309bcf20e0c5e91309e25e1fef28341d15bf69de45fc9
+doccontainersize 215616
+doccontainerchecksum fa9801594cc58ee862951307610d45087e53310655d840f403a6413e16cac8a587bec25c883f8289ec42855d1feb344534f6ca1bc6e9fc742b05ef72103ef7af
+docfiles size=56
+ RELOC/doc/latex/esindex/README.md details="Readme"
+ RELOC/doc/latex/esindex/esindex.pdf details="Package documentation"
+ RELOC/doc/latex/esindex/esindex.tex
+runfiles size=3
+ RELOC/tex/latex/esindex/esindex.sty
+catalogue-contact-home http://www.texnia.com/
+catalogue-contact-repository https://github.com/jbezos
+catalogue-ctan /macros/latex/contrib/esindex
+catalogue-date 2019-07-06 05:47:20 +0200
+catalogue-license mit
+catalogue-topics index spanish
+catalogue-version 1.5
+
name esint
category Package
revision 51974
@@ -104203,7 +104233,7 @@ catalogue-version 1.5
name exsheets
category Package
-revision 43188
+revision 52193
shortdesc Create exercise sheets and exams
relocated 1
longdesc The package provides the means to create exercises or questions
@@ -104220,11 +104250,11 @@ longdesc its official successor xsim. exsheets itself is now considered
longdesc obsolete, but will stay alive, and will continue to receive
longdesc bugfix releases. However, new features will not be added any
longdesc more.
-containersize 24096
-containerchecksum 19e277e2e83c7e10a6a8266a844194ef027d0ec6fe1370b5aebba0ba301b4c32f0ff309008d661d1027fdc1278510910b5f47c105e4b03e824c966687c7f79a6
-doccontainersize 700868
-doccontainerchecksum c64012dd62d5fbb9ba24fabc938bc97bea4a1d06f789aeadd7952a42b29c06728795e4171a4958c2bdd15cd48d304883ee56dec7d33cad9cc5c1d8ec3ddbd89f
-docfiles size=198
+containersize 24112
+containerchecksum 437e4ece2daef64adb95f855c064ed237fb839df3f6f0016671a78a7616d820d25485541b2a6ae759d011f8c7f743aa02adef1cc398ee0f000fd68f9f469cbb9
+doccontainersize 694556
+doccontainerchecksum 3e9e04995c57a31e59123b2ccbc75c3a27eab4f939df012495c869098efc76974e2c828efa36de380b45f56b11458ea0d48e62a47004b2d5674e6ddb759659dc
+docfiles size=196
RELOC/doc/latex/exsheets/README details="Readme"
RELOC/doc/latex/exsheets/exsheets_en.pdf details="Package documentation"
RELOC/doc/latex/exsheets/exsheets_en.tex
@@ -104239,10 +104269,10 @@ runfiles size=42
catalogue-also xsim
catalogue-contact-repository https://bitbucket.org/cgnieder/exsheets/
catalogue-ctan /macros/latex/contrib/exsheets
-catalogue-date 2017-05-19 18:29:46 +0200
+catalogue-date 2019-09-27 08:41:18 +0200
catalogue-license lppl1.3
catalogue-topics exercise exam expl3
-catalogue-version 0.21i
+catalogue-version 0.21j
name exsol
category Package
@@ -142091,7 +142121,7 @@ catalogue-version 1.32
name ketcindy
category Package
-revision 51444
+revision 52190
shortdesc macros for graphic generation and Cinderella plugin
longdesc KETpic is a macro package designed for computer algebra systems
longdesc (CAS) to generate LaTeX source codes for high-quality
@@ -142099,11 +142129,11 @@ longdesc mathematical artwork. KETcindy is a plugin for Cinderella that
longdesc allows to generate graphics using KETpic. The generated code
longdesc can be included in any LaTeX document.
depend ketcindy.ARCH
-containersize 2524036
-containerchecksum 984c77f9d80903984a361899ff3ff58d49d58d18e1e5778592e9fdce8df45408531ad7f8cb6ed87bcc417bfd9c04b0e88c2f7eb3d6f485d36db551404cb55b35
-doccontainersize 14230612
-doccontainerchecksum 0b94c8b5714c33d677aafb8dbcbfbe3fc4cfbb12cbc4cf7f7582b1e0dd3b7a6ef90ff1cc730bc2ddc3f1af8b9da9e8024d1f7ff8e9a651f69618fb22b77e1293
-docfiles size=5753
+containersize 2526932
+containerchecksum 38c3963781e1a880ef3b8d2ed5d21f7c64f9454ba1fa01385592fde62815c935594d3f7d1a1ac5e77d709f012034a194ad9c4f78c06903a12ba71be5ff67f720
+doccontainersize 14254036
+doccontainerchecksum 0bb1eb8c190ebe91624b7bc8a1c1cbf922a29200159236d683a1bfc356b502c38d2c2d2051d65104a85a15e1b55625b32025e2496b7987cb7dbdd0e07ff1fdc3
+docfiles size=5761
texmf-dist/doc/support/ketcindy/HowToInstallE.pdf
texmf-dist/doc/support/ketcindy/HowToInstallJ.pdf
texmf-dist/doc/support/ketcindy/LICENSE
@@ -142126,6 +142156,7 @@ docfiles size=5753
texmf-dist/doc/support/ketcindy/forWindows/ReadmeWinE.pdf
texmf-dist/doc/support/ketcindy/forWindows/ReadmeWinJ.pdf
texmf-dist/doc/support/ketcindy/forWindows/setketcindykettex.bat
+ texmf-dist/doc/support/ketcindy/forWindows/setketcindyothertex.bat
texmf-dist/doc/support/ketcindy/forWindows/setketcindytexlive.bat
texmf-dist/doc/support/ketcindy/forWindows/setketcindyw32J.bat
texmf-dist/doc/support/ketcindy/forWindows/setwork.bat
@@ -142767,7 +142798,7 @@ docfiles size=5753
texmf-dist/doc/support/ketcindy/source/readme/ReadmeWinJ.tex
texmf-dist/doc/support/ketcindy/source/spacekc/SpacekcReferenceE.tex
texmf-dist/doc/support/ketcindy/source/spacekc/SpacekcReferenceJ.tex
-runfiles size=1489
+runfiles size=1492
texmf-dist/scripts/ketcindy/allbuttons.cdy
texmf-dist/scripts/ketcindy/data/fontF/0Small.png
texmf-dist/scripts/ketcindy/data/fontF/0Smalla-h.png
@@ -142854,10 +142885,10 @@ catalogue-contact-home http://ketpic.com
catalogue-contact-repository https://github.com/ketpic/ketcindy
catalogue-contact-support https://github.com/ketpic/ketcindy/issues
catalogue-ctan /graphics/ketcindy
-catalogue-date 2019-06-24 05:20:20 +0200
+catalogue-date 2019-09-27 16:05:11 +0200
catalogue-license gpl3+
catalogue-topics maths graphics
-catalogue-version 20190624.0
+catalogue-version 20190927.0
name ketcindy.aarch64-linux
category Package
@@ -280516,7 +280547,7 @@ catalogue-version 0.1
name texinfo
category Package
-revision 52166
+revision 52188
shortdesc Texinfo documentation system
relocated 1
longdesc Texinfo is the preferred format for documentation in the GNU
@@ -280527,8 +280558,8 @@ longdesc distribution offer online interactive use (with hypertext
longdesc linkages in some cases). Note that a developers' snapshot of
longdesc the latest release of the Texinfo macros may be found in the
longdesc Texinfo 'latest' package.
-containersize 98048
-containerchecksum d6ff7650ad4e62f288a8eadb7f32ee8f0388e32ebd33c38f5a023896d2946663d5c2c05b393a53ff420726314b4fde20abb8914a35e5e004a4762e0516f81a6a
+containersize 98148
+containerchecksum 24addde29f46c3af209543f168cc3c6ae6ca90a504738eda37bcd22d2d10041daaa8373d600f70afa39d0746596d2554ed132521e0cf32004a1b800832f03b3d
runfiles size=109
RELOC/tex/texinfo/texinfo.ini
RELOC/tex/texinfo/texinfo.tex
@@ -280861,17 +280892,17 @@ docfiles size=503
name texlive-scripts
category TLCore
-revision 52179
+revision 52188
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.
depend texlive.infra
depend texlive-scripts.ARCH
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 85060
-containerchecksum 6dadd29b7246d5d615d4c21ea39d2e3f79ecd10f611098e07b2175ff30600ae8c1cfc625457ac5c951b8560405c37f648530da9a2a594ccb6d8395ba4955ee8b
+containersize 85048
+containerchecksum 0be16bf9cc872e5dd9cc28fae668252c298e2d397b824d963ef5efccc59ec8b6755a3631b3ff0ecff2a606091449c0bde2bd6c798bab024cf0802dd6a566939e
doccontainersize 51244
-doccontainerchecksum 2ffeba7f37d45e952b6b8d0da474d3e8797823bbf9c22db32659f5cc3096088a8bf17172f6677be37992a81fdbd84bfd1329a7941dcb728bcf4ebaacdf4b16d8
+doccontainerchecksum 18f685bd20858c7a1b86fb9e7c12447aa4f7038722c938c4fd1cc1c2f2bdf027a7771976ba7f606a64a57c87b60679b80e8578cbf21be97b34bf130d20769405
docfiles size=20
texmf-dist/doc/man/man1/install-tl.1
texmf-dist/doc/man/man1/install-tl.man1.pdf
@@ -291472,25 +291503,26 @@ catalogue-version 1.1.2
name tokcycle
category Package
-revision 51936
+revision 52191
shortdesc The tokcycle package helps one to build tools to process tokens from an input stream, on a token-by-token basis
relocated 1
-longdesc The tokcycle package helps one to build tools to process and
-longdesc transform tokens from an input stream. If a macro to process an
-longdesc arbitrary single (non-macro, non-space) token can be built,
-longdesc then tokcycle can provide a wrapper for cycling through an
-longdesc input stream (including macros, spaces, and groups) on a
-longdesc token-by-token basis, using the provided macro on each
-longdesc successive character. Tokcycle characterizes each successive
-longdesc token in the input stream as a Character, a Group, a Macro, or
-longdesc a Space. Each of these token categories are processed with a
-longdesc unique directive, to bring about the desired effect of the
-longdesc token cycle.
-containersize 3756
-containerchecksum a2526ffdd8dee0c281aa5c74c58eb85359d4e5b78e040fbec8abead37bfbc83e7742a1f16e3c58a2162295cb77a79eafa5cb10290eb0cc2331bad9b08b4b857e
-doccontainersize 252412
-doccontainerchecksum 665e37eed1c960c282ed62550635d67513e3785f0c432f2c76f70eb74de943af5f681dd93b1cb55c8e3c0cba2013afa014ba89a4f4f6e6f9ed0a514d55a81733
-docfiles size=137
+longdesc The tokcycle package helps one to build tools to process tokens
+longdesc from an input stream. If a macro to process an arbitrary single
+longdesc token can be built, then tokcycle can provide a wrapper for
+longdesc cycling through an input stream (including macros, spaces, and
+longdesc groups) on a token-by-token basis, using the provided macro on
+longdesc each successive character. tokcycle characterizes each
+longdesc successive token in the input stream as a Character, a Group, a
+longdesc Macro, or a Space. Each of these token categories are processed
+longdesc with a unique directive, to bring about the desired effect of
+longdesc the token cycle. If condition flags are provided to identify
+longdesc active, implicit, and catcode-6 tokens as they are digested.
+longdesc The package provides a number of options for handling groups.
+containersize 4260
+containerchecksum 005911920c9452d6bd264f8ce807c9d5ac4a5ae5472d906a994e0bc5f7a39607cf9133d83b7ffe3216b30ecf6398cc6f416ecce8136a73f26617b8013a27e8ee
+doccontainersize 279872
+doccontainerchecksum 31b18e642fe8e7653ca1f1c8505d6e2c387d51b1d1866f8179f30255b5814584117b07a58820e0f3eb7bf9d678d71d758505546097df2127cc67653b6a8a8b72
+docfiles size=146
RELOC/doc/generic/tokcycle/README details="Readme"
RELOC/doc/generic/tokcycle/tokcycle-doc.pdf details="Package documentation"
RELOC/doc/generic/tokcycle/tokcycle-doc.tex
@@ -291500,10 +291532,10 @@ runfiles size=4
RELOC/tex/generic/tokcycle/tokcycle.sty
RELOC/tex/generic/tokcycle/tokcycle.tex
catalogue-ctan /macros/generic/tokcycle
-catalogue-date 2019-08-22 22:30:44 +0200
+catalogue-date 2019-09-27 16:27:01 +0200
catalogue-license lppl1.3c
catalogue-topics macro-supp parser macro-iterate misc-support
-catalogue-version 1.0
+catalogue-version 1.1
name tokenizer
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index a0deed9459..2a7bc079d3 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-dd39f153a8614a8dd7213de916adf39e texlive.tlpdb
+c36021b8267e4eaa59c56d16a11c1226 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 7166064295..fa6f96e67c 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-379311b7e4d078285b8ac471325fbfb8251a16eb531a619dabbef23d8720babd5dc48909167592b4bb2428665eb7a077e9b2c115ca00800a20a8b868187d951d texlive.tlpdb
+d7ee3f8b2bec561f3f662413287475aac561208b64dc7b78dc25e72256ab9bf231b9f9795f34a1cbb294dbddf894f3900331f277354d1023b8bb1d84419b3529 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index cf340ba915..808701ac9c 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNATURE-----
-iQEcBAEBCgAGBQJdjU/9AAoJEEzhh34ZQ4xw8IkH/Ry/7YRJ44tMMCLA8q7/iQJP
-MN2WNsrcsnCjh+dToZbrdgjniHsL4gG78fEd/ZGqrhyhVaA/xuicxqfXwBY2xiAV
-BjVkwJxPmm9Y+6G6WCivEQUheQ3vjzHYEfwSgFB9QegR2Lbr+5c2cl2+sDN8C25J
-lerAfiOlZ5V7WjjaDnDZRm/WQXz6er21vooDuEiL3ukLrlQ24JZnFKJJC9vGptMJ
-uULlCtoioWEcBpRfNtzyIO3w5g3qrCfBY/1APwAoYQ2nyvhHzcLjesMZt3VSfaug
-3LAAEUTQddjM9JMgKDzRHKERapMywHcGmBx6ljTXgwc15RUiznv1P8NVK4/xZ0g=
-=yVJe
+iQEcBAEBCgAGBQJdjqE6AAoJEEzhh34ZQ4xwGIwH/0f7cbmaYnGTXw6sbasskgHj
+qRp2MClgqIyHus9qBne2sIBRjnW8Kfbbz8VW4W5lqeqIx2/32o5LCH2S5rmTLEqV
+QHujB2E0gvdt9PKCkCxU+lqy2xA/xB4Y1FOUF2XLViIDfP9z5mWV4lRF1gpdLeRr
+WSlueS1XSFDqUGoiNTnSwbOfJFiopE5ojlF7fus98ZKoLWUYw0Kjs1BYd6QVAz4c
+/noW8rWzFM0ICSbWkjJz9axGRCqG4A2B9twrKxwndBNDW6RU4Ow3SUzcautGpzXs
+y93uWyyQ2QN+HCWJXURMbz+klNktxL/5NTJY4Uu1mLDMX/U6jrS5rD97Y97SIRk=
+=E6ip
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 0e40606baa..8c9843934c 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/files.csv.lzma b/systems/win32/miktex/tm/packages/files.csv.lzma
index 679b2f4329..388a0df320 100644
--- a/systems/win32/miktex/tm/packages/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index 7806aa38e1..39023dbc04 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1569528967
+date=1569615261
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=f73369f474d9b3b8be4049df4a7ac25d
+lstdigest=d85c63013374fc40838aab43159a9143
numpkg=3752
relstate=next
-version=7208
+version=7209
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index a071c0f9b6..18d9e4e80f 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -2,9 +2,9 @@
[repository]
-date=1569528706
+date=1569615093
lastupd=acro adforn adfsymbols chemformula chemmacros ebgaramond-maths gitver greek-inputenc jlreq l3build pythontex texinfo tuda-ci unicode-math almendra biblatex-oxref biblatex-phys bxghost ctanbib derivative
-lstdigest=cb22c3104aa316877305883c11c2e055
+lstdigest=2154d89cf5e2643c6c7ea387b19e68fa
numpkg=3750
relstate=stable
-version=7208
+version=7209
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 9cb6eacf07..7213534bf9 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,14 @@
W32TeX (x86 & x64) ChangeLog
+[2019/09/27]
+(01) luatexja.tar.xz
+ Update luatex-ja.
+(02) texinfotools-w32.tar.xz
+ Update texinfo.tex (2019-09-24.13).
+(03) web2c-lib.tar.xz
+ Update texinfo.tex (2019-09-24.13).
+ Remove lualatex-patch-kernel.tex, and lualatex-reset-codes.tex.
+
[2019/09/26]
(01) ltxpkgdocs.tar.xz
(02) ltxpkgs.tar.xz