diff options
Diffstat (limited to 'Master/tlpkg/texlive.tlpdb')
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 208 |
1 files changed, 193 insertions, 15 deletions
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index c7b68d6db35..497e4bc7ef2 100644 --- a/Master/tlpkg/texlive.tlpdb +++ b/Master/tlpkg/texlive.tlpdb @@ -26,11 +26,11 @@ depend container_split_src_files/1 depend frozen/0 depend minrelease/2016 depend release/2021 -depend revision/59814 +depend revision/59823 name 00texlive.image category TLCore -revision 59807 +revision 59821 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 @@ -40,7 +40,7 @@ longdesc IgnorePatterns in the check_files routine in tlmgr.pl augment longdesc this list. Those are not included in the source/ tarball. For longdesc information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) -runfiles size=13877 +runfiles size=13878 .mkisofsrc autorun.inf texmf-dist/README @@ -2163,6 +2163,7 @@ runfiles size=13877 tlpkg/tlpsrc/ieeepes.tlpsrc tlpkg/tlpsrc/ieeetran.tlpsrc tlpkg/tlpsrc/ietfbibs.tlpsrc + tlpkg/tlpsrc/ifallfalse.tlpsrc tlpkg/tlpsrc/iffont.tlpsrc tlpkg/tlpsrc/ifmslide.tlpsrc tlpkg/tlpsrc/ifmtarg.tlpsrc @@ -2975,6 +2976,7 @@ runfiles size=13877 tlpkg/tlpsrc/oplotsymbl.tlpsrc tlpkg/tlpsrc/opteng.tlpsrc tlpkg/tlpsrc/optex.tlpsrc + tlpkg/tlpsrc/optexcount.tlpsrc tlpkg/tlpsrc/optidef.tlpsrc tlpkg/tlpsrc/optional.tlpsrc tlpkg/tlpsrc/options.tlpsrc @@ -4412,7 +4414,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 59803 +revision 59816 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 @@ -60492,7 +60494,7 @@ depend zootaxa-bst name collection-binextra category Collection -revision 56352 +revision 59817 shortdesc TeX auxiliary programs longdesc Myriad additional TeX-related support programs. Includes longdesc programs and macros for DVI file manipulation, literate @@ -60557,6 +60559,7 @@ depend make4ht depend match_parens depend mflua depend mkjobtexmf +depend optexcount depend patgen depend pdfbook2 depend pdfcrop @@ -61939,7 +61942,7 @@ depend url name collection-latexextra category Collection -revision 59715 +revision 59821 shortdesc LaTeX additional packages longdesc A very large collection of add-on packages for LaTeX. depend 2up @@ -62560,6 +62563,7 @@ depend hyphenat depend identkey depend idxcmds depend idxlayout +depend ifallfalse depend iffont depend ifmslide depend ifmtarg @@ -128222,6 +128226,31 @@ catalogue-license mit catalogue-topics bibtex-gen catalogue-version 1.0.0 +name ifallfalse +category Package +revision 59821 +shortdesc Compare a string against a set of other strings +longdesc This package allows you to check whether a string is contained +longdesc within another set of strings, and perform an action if it is +longdesc not. This is done by using the ifallfalse environment and +longdesc passing in a string and an action to be performed if the string +longdesc is not contained in the set. Then, passing in a string to the +longdesc \orcheck macro inside the respective ifallfalse environment +longdesc adds that to the set of strings. +docfiles size=41 + texmf-dist/doc/latex/ifallfalse/README.md details="Readme" + texmf-dist/doc/latex/ifallfalse/ifallfalse.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/ifallfalse/ifallfalse.dtx + texmf-dist/source/latex/ifallfalse/ifallfalse.ins +runfiles size=1 + texmf-dist/tex/latex/ifallfalse/ifallfalse.sty +catalogue-contact-repository https://github.com/chennisden/ifallfalse +catalogue-ctan /macros/latex/contrib/ifallfalse +catalogue-license lppl1.3 +catalogue-topics macro-supp cond-comp +catalogue-version 1.0.0 + name iffont category Package revision 38823 @@ -128393,7 +128422,7 @@ catalogue-version 0.4a name ifptex category Package -revision 52626 +revision 59820 shortdesc Check if the engine is pTeX or one of its derivatives longdesc The ifptex package is a counterpart of ifxetex, ifluatex, etc. longdesc for the ptex engine. The ifuptex package is an alias to ifptex @@ -128409,7 +128438,7 @@ catalogue-contact-repository https://github.com/zr-tex8r/ifptex catalogue-ctan /macros/generic/ifptex catalogue-license mit catalogue-topics env-query japanese -catalogue-version 2.0 +catalogue-version 2.1 name ifsym category Package @@ -130681,7 +130710,7 @@ catalogue-version 2.2 name install-latex-guide-zh-cn category Package -revision 59037 +revision 59819 shortdesc A short introduction to LaTeX installation written in Chinese longdesc This package will introduce the operations related to longdesc installing TeX Live (introducing MacTeX in macOS), upgrading @@ -130710,7 +130739,7 @@ catalogue-contact-repository https://github.com/OsbertWang/install-latex-guide-z catalogue-ctan /info/install-latex-guide-zh-cn catalogue-license lppl1.3c catalogue-topics chinese-doc tutorial -catalogue-version 2021.5.1 +catalogue-version 2021.7.3 name installfont category Package @@ -214909,6 +214938,155 @@ shortdesc x86_64-solaris files of optex binfiles arch=x86_64-solaris size=1 bin/x86_64-solaris/optex +name optexcount +category Package +revision 59817 +shortdesc Python script for counting words in OpTeX documents +longdesc OpTeXcount is a basic python utility that analyzes OpTeX source +longdesc code. It is inspired by already existing TeXcount for LaTeX. +longdesc The functionality is really lightweight and basic. It counts +longdesc words and other elements of OpTeX document and sorts them out +longdesc into individual categories. Users can print the source code +longdesc with highlighted words using several colors,so they see what is +longdesc considered as word, header etc. +depend optexcount.ARCH +docfiles size=14 + texmf-dist/doc/support/optexcount/LICENSE + texmf-dist/doc/support/optexcount/README.md details="Readme" + texmf-dist/doc/support/optexcount/example_01.tex + texmf-dist/doc/support/optexcount/final_bird.png + texmf-dist/doc/support/optexcount/optexcount-doc.pdf details="Package documentation" + texmf-dist/doc/support/optexcount/optexcount-doc.tex +srcfiles size=12 + texmf-dist/source/support/optexcount/color_print.py + texmf-dist/source/support/optexcount/counter.py + texmf-dist/source/support/optexcount/header.py + texmf-dist/source/support/optexcount/install.sh + texmf-dist/source/support/optexcount/keywords.py + texmf-dist/source/support/optexcount/optexcount.py + texmf-dist/source/support/optexcount/word_iterator.py +runfiles size=2 + texmf-dist/scripts/optexcount/optexcount +catalogue-contact-bugs https://github.com/rihartma/OpTeXcount/issues +catalogue-contact-home https://github.com/rihartma/OpTeXcount +catalogue-contact-repository https://github.com/rihartma/OpTeXcount +catalogue-ctan /support/optexcount +catalogue-license mit +catalogue-topics word-count +catalogue-version 1.1 + +name optexcount.aarch64-linux +category Package +revision 59817 +shortdesc aarch64-linux files of optexcount +binfiles arch=aarch64-linux size=1 + bin/aarch64-linux/optexcount + +name optexcount.amd64-freebsd +category Package +revision 59817 +shortdesc amd64-freebsd files of optexcount +binfiles arch=amd64-freebsd size=1 + bin/amd64-freebsd/optexcount + +name optexcount.amd64-netbsd +category Package +revision 59817 +shortdesc amd64-netbsd files of optexcount +binfiles arch=amd64-netbsd size=1 + bin/amd64-netbsd/optexcount + +name optexcount.armhf-linux +category Package +revision 59817 +shortdesc armhf-linux files of optexcount +binfiles arch=armhf-linux size=1 + bin/armhf-linux/optexcount + +name optexcount.i386-cygwin +category Package +revision 59817 +shortdesc i386-cygwin files of optexcount +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/optexcount + +name optexcount.i386-freebsd +category Package +revision 59817 +shortdesc i386-freebsd files of optexcount +binfiles arch=i386-freebsd size=1 + bin/i386-freebsd/optexcount + +name optexcount.i386-linux +category Package +revision 59817 +shortdesc i386-linux files of optexcount +binfiles arch=i386-linux size=1 + bin/i386-linux/optexcount + +name optexcount.i386-netbsd +category Package +revision 59817 +shortdesc i386-netbsd files of optexcount +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/optexcount + +name optexcount.i386-solaris +category Package +revision 59817 +shortdesc i386-solaris files of optexcount +binfiles arch=i386-solaris size=1 + bin/i386-solaris/optexcount + +name optexcount.universal-darwin +category Package +revision 59817 +shortdesc universal-darwin files of optexcount +binfiles arch=universal-darwin size=1 + bin/universal-darwin/optexcount + +name optexcount.win32 +category Package +revision 59817 +shortdesc win32 files of optexcount +binfiles arch=win32 size=1 + bin/win32/optexcount.exe + +name optexcount.x86_64-cygwin +category Package +revision 59817 +shortdesc x86_64-cygwin files of optexcount +binfiles arch=x86_64-cygwin size=1 + bin/x86_64-cygwin/optexcount + +name optexcount.x86_64-darwinlegacy +category Package +revision 59817 +shortdesc x86_64-darwinlegacy files of optexcount +binfiles arch=x86_64-darwinlegacy size=1 + bin/x86_64-darwinlegacy/optexcount + +name optexcount.x86_64-linux +category Package +revision 59817 +shortdesc x86_64-linux files of optexcount +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/optexcount + +name optexcount.x86_64-linuxmusl +category Package +revision 59817 +shortdesc x86_64-linuxmusl files of optexcount +binfiles arch=x86_64-linuxmusl size=1 + bin/x86_64-linuxmusl/optexcount + +name optexcount.x86_64-solaris +category Package +revision 59817 +shortdesc x86_64-solaris files of optexcount +binfiles arch=x86_64-solaris size=1 + bin/x86_64-solaris/optexcount + name optidef category Package revision 50941 @@ -248940,7 +249118,7 @@ catalogue-version 0.302 name semantex category Package -revision 59812 +revision 59822 shortdesc Semantic, keyval-based mathematics longdesc The SemanTeX package for LaTeX delivers a more semantic, longdesc systematized way of writing mathematics, compared to the @@ -248967,7 +249145,7 @@ runfiles size=79 catalogue-ctan /macros/latex/contrib/semantex catalogue-license lppl1.3c catalogue-topics maths expl3 -catalogue-version 0.505 +catalogue-version 0.506 name semantic category Package @@ -262803,7 +262981,7 @@ catalogue-version 1.1 name tagpdf category Package -revision 59769 +revision 59823 shortdesc Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX longdesc The package offers tools to experiment with tagging and longdesc accessibility using pdfLaTeX and LuaTaX. It is not intended for @@ -262871,7 +263049,7 @@ catalogue-contact-support https://github.com/u-fischer/tagpdf/issues catalogue-ctan /macros/latex/contrib/tagpdf catalogue-license lppl1.3c catalogue-topics tagged-pdf accessible expl3 -catalogue-version 0.9 +catalogue-version 0.91 name talk category Package @@ -274849,7 +275027,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 59803 +revision 59816 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. |