summaryrefslogtreecommitdiff
path: root/Master/tlpkg/texlive.tlpdb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-10 23:47:45 +0000
committerKarl Berry <karl@freefriends.org>2020-04-10 23:47:45 +0000
commit9fa4561b859ec8d536dc62f8132f5270b8d4fedb (patch)
tree386fa5cd650b3ab8681c5e5795b865a9e5a17763 /Master/tlpkg/texlive.tlpdb
parent993a56dc5ce732dfd560a3d411d970709e732080 (diff)
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@54641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/texlive.tlpdb')
-rw-r--r--Master/tlpkg/texlive.tlpdb116
1 files changed, 14 insertions, 102 deletions
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index 6ad8446efc4..1b6c1071148 100644
--- a/Master/tlpkg/texlive.tlpdb
+++ b/Master/tlpkg/texlive.tlpdb
@@ -26,7 +26,7 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2020
-depend revision/54630
+depend revision/54640
name 00texlive.image
category TLCore
@@ -18917,7 +18917,7 @@ catalogue-version 1.0
name arara
category Package
-revision 54161
+revision 54640
shortdesc Automation of LaTeX compilation
longdesc Arara is comparable with other well-known compilation tools
longdesc like latexmk and rubber. The key difference is that arara
@@ -18925,7 +18925,7 @@ longdesc determines its actions from metadata in the source code, rather
longdesc than relying on indirect resources, such as log file analysis.
longdesc Arara requires a Java virtual machine.
depend arara.ARCH
-docfiles size=710
+docfiles size=721
texmf-dist/doc/support/arara/README.md details="Readme"
texmf-dist/doc/support/arara/arara-manual.pdf details="Package documentation"
texmf-dist/doc/support/arara/arara-manual.tex
@@ -18957,103 +18957,9 @@ docfiles size=710
texmf-dist/doc/support/arara/logos/logo1.pdf
texmf-dist/doc/support/arara/logos/logo2.pdf
texmf-dist/doc/support/arara/rules/manual.yaml
-srcfiles size=154
- texmf-dist/source/support/arara/build.gradle.kts
- texmf-dist/source/support/arara/src/main/java/org/islandoftex/arara/utils/Methods.java
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/Arara.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/CLI.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/AraraSpec.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/Configuration.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/configuration/LocalConfiguration.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/filehandling/Database.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/filehandling/DatabaseUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/filehandling/FileHandlingUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/filehandling/FileSearchingUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/localization/Language.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/localization/LanguageController.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/localization/Messages.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/model/AraraException.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/model/Evaluator.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/model/Extractor.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/model/FileType.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/model/Interpreter.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/model/Session.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/Argument.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/Command.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/Conditional.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/Directive.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/DirectiveAssembler.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/DirectiveUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/Rule.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/RuleCommand.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/ruleset/RuleUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/ClassLoadingUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/CommonUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/DisplayUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/Extensions.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/InterpreterUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/LoggingUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/MessageUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/SystemCallUtils.kt
- texmf-dist/source/support/arara/src/main/kotlin/org/islandoftex/arara/utils/TeeOutputStream.kt
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/configuration/logback.xml
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/configuration/release-notes
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages.properties
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages_de.properties
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages_en.properties
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages_en_QN.properties
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages_it.properties
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages_nl.properties
- texmf-dist/source/support/arara/src/main/resources/org/islandoftex/arara/localization/messages_pt_BR.properties
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/filehandling/FileHandlingUtilsTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/filehandling/FileSearchingUtilsTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/localization/LanguageCoverageTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/localization/LanguageReport.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/localization/LanguageTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/model/SessionTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/utils/CommonUtilsTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/utils/ExecutionTest.kt
- texmf-dist/source/support/arara/src/test/kotlin/org/islandoftex/arara/utils/ExtensionTest.kt
- texmf-dist/source/support/arara/src/test/resources/executiontests/changes/arara.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/changes/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/changes/changes.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/changes/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/conditionals.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echofour.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echothree.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/directive-with-options/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/directive-with-options/directive-with-options.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/directive-with-options/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/foreign-extension/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/foreign-extension/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/foreign-extension/foreign-extension.my
- texmf-dist/source/support/arara/src/test/resources/executiontests/foreign-extension/foreign-extension.xy
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt-error/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt-error/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt-error/echotwo.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt-error/halt-error.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt-error/halt.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt/echotwo.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt/halt.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/halt/halt.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/invalid-config/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/invalid-config/invalid-config.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/known-extension/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/known-extension/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/known-extension/known-extension.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/sessions/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/sessions/sessionrule.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/sessions/sessions.tex
- texmf-dist/source/support/arara/src/test/resources/executiontests/simple-directive/arararc.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/simple-directive/echoone.yaml
- texmf-dist/source/support/arara/src/test/resources/executiontests/simple-directive/simple-directive.tex
-runfiles size=3936
+srcfiles size=32
+ texmf-dist/source/support/arara/arara-5.1.0-src.zip
+runfiles size=3975
texmf-dist/scripts/arara/arara.jar
texmf-dist/scripts/arara/arara.sh
texmf-dist/scripts/arara/rules/animate.yaml
@@ -19064,14 +18970,18 @@ runfiles size=3936
texmf-dist/scripts/arara/rules/bibtex8.yaml
texmf-dist/scripts/arara/rules/bibtexu.yaml
texmf-dist/scripts/arara/rules/clean.yaml
+ texmf-dist/scripts/arara/rules/context.yaml
+ texmf-dist/scripts/arara/rules/convert.yaml
texmf-dist/scripts/arara/rules/csplain.yaml
texmf-dist/scripts/arara/rules/datatooltk.yaml
+ texmf-dist/scripts/arara/rules/detex.yaml
texmf-dist/scripts/arara/rules/dvipdfm.yaml
texmf-dist/scripts/arara/rules/dvipdfmx.yaml
texmf-dist/scripts/arara/rules/dvips.yaml
texmf-dist/scripts/arara/rules/dvipspdf.yaml
texmf-dist/scripts/arara/rules/dvisvgm.yaml
texmf-dist/scripts/arara/rules/etex.yaml
+ texmf-dist/scripts/arara/rules/fig2dev.yaml
texmf-dist/scripts/arara/rules/frontespizio.yaml
texmf-dist/scripts/arara/rules/halt.yaml
texmf-dist/scripts/arara/rules/indent.yaml
@@ -19095,9 +19005,11 @@ runfiles size=3936
texmf-dist/scripts/arara/rules/platex.yaml
texmf-dist/scripts/arara/rules/ps2pdf.yaml
texmf-dist/scripts/arara/rules/ptex.yaml
+ texmf-dist/scripts/arara/rules/qpdf.yaml
texmf-dist/scripts/arara/rules/sketch.yaml
texmf-dist/scripts/arara/rules/songidx.yaml
texmf-dist/scripts/arara/rules/tex.yaml
+ texmf-dist/scripts/arara/rules/texcount.yaml
texmf-dist/scripts/arara/rules/texindy.yaml
texmf-dist/scripts/arara/rules/tikzmake.yaml
texmf-dist/scripts/arara/rules/upbibtex.yaml
@@ -22746,9 +22658,9 @@ binfiles arch=amd64-freebsd size=1569
name asymptote.amd64-netbsd
category TLCore
-revision 54145
+revision 54635
shortdesc amd64-netbsd files of asymptote
-binfiles arch=amd64-netbsd size=1348
+binfiles arch=amd64-netbsd size=1365
bin/amd64-netbsd/asy
bin/amd64-netbsd/xasy