summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-13 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2021-02-13 03:00:52 +0000
commit3d0d4d2ed250339f704c23ea8f24670c70d5981f (patch)
treed2b2e26eb1ac06b5cf1f172520122d00505a27d7 /systems/texlive/tlnet/tlpkg
parentb787936c705583d07b90f96b1dbd90265937a80f (diff)
CTAN sync 202102130300
Diffstat (limited to 'systems/texlive/tlnet/tlpkg')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl5
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl92
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb144
-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.xzbin2277460 -> 2276992 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl11
8 files changed, 124 insertions, 146 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 5b8b10fff0..53a694ed9b 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -9,6 +9,7 @@ $mirrors = {
'South Africa' => {
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
'http://mirror.ufs.ac.za/ctan/' => 1,
+ 'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
},
},
'Asia' => {
@@ -17,6 +18,7 @@ $mirrors = {
'https://mirrors.aliyun.com/CTAN/' => 1,
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
'https://mirrors.cqu.edu.cn/CTAN/' => 1,
+ 'https://mirrors.dgut.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
'https://mirrors.nju.edu.cn/CTAN/' => 1,
'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
@@ -197,6 +199,9 @@ $mirrors = {
},
},
'South America' => {
+ 'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1,
+ },
'Chile' => {
'https://ctan.dcc.uchile.cl/' => 1,
},
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
index e962feb7c6..ee17defe42 100755
--- a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
@@ -307,7 +307,7 @@ proc replace_repo_parameter {m} {
while {$i > 0} {
incr i -1
set p [lindex $::argv $i]
- if {$p in [list "-location" "-url" "-repository" "-repos" "-repo"]} {
+ if {$p in {"-location" "-url" "-repository" "-repos" "-repo"}} {
set j [expr {$i+1}]
if {$j < [llength $::argv]} {
set ::argv [lreplace $::argv $i $j]
@@ -380,7 +380,7 @@ proc pre_splash {} {
}
# wallpaper for remaining widgets
- pack [ttk::frame .bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .bg -padding 3pt] -fill both -expand 1
# frame for buttons (abort button, mirrors dropdown menu)
pack [ttk::frame .splfb] -in .bg -side bottom -fill x
@@ -435,7 +435,7 @@ proc show_log {{do_abort 0}} {
}
# wallpaper
- pack [ttk::frame .bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .bg -padding 3pt] -fill both -expand 1
# buttons at bottom
pack [ttk::frame .bottom] -in .bg -side bottom -fill x
@@ -453,7 +453,7 @@ proc show_log {{do_abort 0}} {
pack [ttk::frame .log] -in .bg -fill both -expand 1
pack [ttk::scrollbar .log.scroll -command ".log.tx yview"] \
-side right -fill y
- ppack [text .log.tx -height 10 -wrap word -font TkDefaultFont \
+ ppack [text .log.tx -height 20 -wrap word -font TkDefaultFont \
-yscrollcommand ".log.scroll set"] \
-expand 1 -fill both
.log.tx configure -state normal
@@ -486,10 +486,6 @@ proc log_exit {{mess ""}} {
}
}; # log_exit
-#############################################################
-
-##########################################################
-
##### installation root #####
proc update_full_path {} {
@@ -521,14 +517,14 @@ proc edit_name {} {
if $::plain_unix {wm attributes .tled -type dialog}
# wallpaper
- pack [ttk::frame .tled.bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .tled.bg -padding 3pt] -fill both -expand 1
# widgets
ttk::label .tled.l -text [__ "Change name (slashes not allowed)"]
- pack .tled.l -in .tled.bg -padx 5 -pady 5
+ pack .tled.l -in .tled.bg -padx 5pt -pady 5pt
ttk::entry .tled.e -width 20
.tled.e state !disabled
- pack .tled.e -in .tled.bg -pady 5
+ pack .tled.e -in .tled.bg -pady 5pt
.tled.e insert 0 [.tltd.name_l cget -text]
# now frame with ok and cancel buttons
@@ -542,9 +538,9 @@ proc edit_name {} {
end_dlg "" .tled
}
}
- ppack .tled.ok_b -in .tled.buttons -side right -padx 5 -pady 5
+ ppack .tled.ok_b -in .tled.buttons -side right -padx 5pt -pady 5pt
ttk::button .tled.cancel_b -text [__ "Cancel"] -command {end_dlg "" .tled}
- ppack .tled.cancel_b -in .tled.buttons -side right -padx 5 -pady 5
+ ppack .tled.cancel_b -in .tled.buttons -side right -padx 5pt -pady 5pt
bind .tled <Escape> {.tled.cancel_b invoke}
wm protocol .tled WM_DELETE_WINDOW \
@@ -619,14 +615,14 @@ proc texdir_setup {} {
wm title .tltd [__ "Installation root"]
# wallpaper
- pack [ttk::frame .tltd.bg -padding 3] -expand 1 -fill both
+ pack [ttk::frame .tltd.bg -padding 3pt] -expand 1 -fill both
# full path
pack [ttk::label .tltd.path_l -font lfont -anchor center] \
- -in .tltd.bg -pady 10 -fill x -expand 1
+ -in .tltd.bg -pady 10pt -fill x -expand 1
# installation root components, gridded
- pack [ttk::frame .tltd.fr1 -borderwidth 2 -relief groove] \
+ pack [ttk::frame .tltd.fr1 -borderwidth 2pt -relief groove] \
-in .tltd.bg -fill x -expand 1
grid columnconfigure .tltd.fr1 0 -weight 1
grid columnconfigure .tltd.fr1 2 -weight 1
@@ -662,7 +658,7 @@ proc texdir_setup {} {
}
# ok/cancel buttons
- pack [ttk::frame .tltd.frbt] -in .tltd.bg -pady [list 10 0] -fill x
+ pack [ttk::frame .tltd.frbt] -in .tltd.bg -pady {10pt 0pt} -fill x
ttk::button .tltd.ok_b -text [__ "Ok"] -command commit_root
ppack .tltd.ok_b -in .tltd.frbt -side right
ttk::button .tltd.cancel_b -text [__ "Cancel"] \
@@ -726,7 +722,7 @@ proc edit_dir {d} {
if $::plain_unix {wm attributes .td -type dialog}
# wallpaper
- pack [ttk::frame .td.bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .td.bg -padding 3pt] -fill both -expand 1
if {$d eq "TEXMFHOME"} {
# explain tilde
@@ -931,7 +927,7 @@ proc select_binaries {} {
wm title .tlbin [__ "Binaries"]
# wallpaper
- pack [ttk::frame .tlbin.bg -padding 3] -expand 1 -fill both
+ pack [ttk::frame .tlbin.bg -padding 3pt] -expand 1 -fill both
# ok, cancel buttons
pack [ttk::frame .tlbin.buts] -in .tlbin.bg -side bottom -fill x
@@ -980,7 +976,7 @@ proc select_scheme {} {
wm title .tlschm [__ "Schemes"]
# wallpaper
- pack [ttk::frame .tlschm.bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .tlschm.bg -padding 3pt] -fill both -expand 1
# buttons at bottom
pack [ttk::frame .tlschm.buts] -in .tlschm.bg -side bottom -fill x
@@ -1068,7 +1064,7 @@ proc select_collections {} {
wm title .tlcoll [__ "Collections"]
# wallpaper
- pack [ttk::frame .tlcoll.bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .tlcoll.bg -padding 3pt] -fill both -expand 1
# frame at bottom with ok and cancel buttons
pack [ttk::frame .tlcoll.butf] -in .tlcoll.bg -side bottom -fill x
@@ -1088,14 +1084,14 @@ proc select_collections {} {
set wgb .tlcoll.b$t
ttk::frame $wgb
ttk::label ${wgb}sel -text [__ "Select"]
- ttk::button ${wgb}all -text [__ "All"] -padding 1 -command \
+ ttk::button ${wgb}all -text [__ "All"] -padding 1pt -command \
"foreach c \[.tlcoll.$t children {}\] \{
.tlcoll.$t set \$c mk \[mark_sym 1\]\}"
- ttk::button ${wgb}none -text [__ "None"] -padding 1 -command \
+ ttk::button ${wgb}none -text [__ "None"] -padding 1pt -command \
"foreach c \[.tlcoll.$t children {}\] \{
.tlcoll.$t set \$c mk \[mark_sym 0\]\}"
pack ${wgb}sel ${wgb}all ${wgb}none -in $wgb \
- -side left -padx 3 -pady 3
+ -side left -padx 3pt -pady 3pt
# trees with collections and markers, lang and other separately
set wgt ".tlcoll.$t"
@@ -1252,7 +1248,7 @@ if {$::tcl_platform(platform) ne "windows"} {
create_dlg .edsyms .
wm title .edsyms [__ "Symlinks"]
- pack [ttk::frame .edsyms.bg -padding 3] -expand 1 -fill both
+ pack [ttk::frame .edsyms.bg -padding 3pt] -expand 1 -fill both
set rw -1
pack [ttk::frame .edsyms.fr0] -in .edsyms.bg -expand 1 -fill both
@@ -1372,36 +1368,31 @@ proc run_menu {} {
menu .mn
. configure -menu .mn
if $::plain_unix {
- .mn configure -borderwidth 1
+ .mn configure -borderwidth 1pt
.mn configure -background $::default_bg
}
- menu .mn.file
- .mn add cascade -label [__ "File"] -menu .mn.file
- .mn.file add command -command abort_menu -label [__ "Abort"]
-
- menu .mn.gui
- .mn add cascade -label [__ "GUI"] -menu .mn.gui
+ .mn add command -command abort_menu -label [__ "Abort"]
if {[llength $::langs] > 1} {
- menu .mn.gui.lang
- .mn.gui add cascade -label [__ "Language"] -menu .mn.gui.lang
+ menu .mn.lang
+ .mn add cascade -label [__ "GUI language"] -menu .mn.lang
foreach l [lsort $::langs] {
if {$l eq $::lang} {
set mlabel "$l *"
} else {
set mlabel $l
}
- .mn.gui.lang add command -label $mlabel -command "set_language $l"
+ .mn.lang add command -label $mlabel -command "set_language $l"
}
}
- menu .mn.gui.fscale
- .mn.gui add cascade -label [__ "Font scaling"] -menu .mn.gui.fscale
- .mn.gui.fscale add command -label \
- "Current: [format {%.2f} $::tkfontscale]"
+ menu .mn.fscale
+ .mn add cascade -label [__ "Font scaling"] -menu .mn.fscale
+ .mn.fscale add command -label \
+ "[__ "Current:"] [format { %.2f} $::tkfontscale]"
foreach s {0.6 0.8 1 1.2 1.6 2 2.5 3 3.8 5 6 7.5 9} {
- .mn.gui.fscale add command -label $s -command "set_fontscale $s"
+ .mn.fscale add command -label $s -command "set_fontscale $s"
}
# browser-style keyboard shortcuts for scaling
@@ -1419,20 +1410,20 @@ proc run_menu {} {
}
# wallpaper, for a uniform background
- pack [ttk::frame .bg -padding 3] -fill both -expand 1
+ pack [ttk::frame .bg -padding 3pt] -fill both -expand 1
# title
ttk::label .title -text [__ "TeX Live %s Installer" $::release_year] \
-font titlefont
- pack .title -pady {10 1} -in .bg
+ pack .title -pady {10pt 1pt} -in .bg
pack [ttk::label .svn -text "r. $::svn"] -in .bg
pack [ttk::separator .seph0 -orient horizontal] \
- -in .bg -pady 3 -fill x
+ -in .bg -pady 3pt -fill x
# frame at bottom with install/quit buttons
pack [ttk::frame .final] \
- -in .bg -side bottom -pady [list 5 2] -fill x
+ -in .bg -side bottom -pady {5pt 2pt} -fill x
ppack [ttk::button .install -text [__ "Install"] -command {
set ::menu_ans "startinst"}] -in .final -side right
ppack [ttk::button .quit -text [__ "Quit"] -command {
@@ -1446,7 +1437,7 @@ proc run_menu {} {
}] -in .final -side left
}
pack [ttk::separator .seph1 -orient horizontal] \
- -in .bg -side bottom -pady 3 -fill x
+ -in .bg -side bottom -pady 3pt -fill x
# directories, selections
# advanced and basic have different frame setups
@@ -1635,7 +1626,7 @@ proc run_menu {} {
if $::advanced {
pack [ttk::separator .sepv -orient vertical] \
- -in .bg -side left -padx 3 -fill y
+ -in .bg -side left -padx 3pt -fill y
pack [ttk::frame .options] -in .bg -side right -fill both -expand 1
set curf .options
@@ -1650,7 +1641,7 @@ proc run_menu {} {
}
# instopt_letter
- set ::lpapers [list "A4" "letter"]
+ set ::lpapers {"A4" "letter"}
incr rw
pgrid [ttk::label .paperl -text [__ "Default paper size"]] \
-in $curf -row $rw -column 0 -sticky w
@@ -1995,8 +1986,6 @@ proc main_prog {} {
wm title . [__ "TeX Live Installer"]
wm protocol . WM_DELETE_WINDOW whataboutclose
- if {[file exists $::dblfile]} {file delete $::dblfile}
-
# handle some command-line arguments.
# the argument list should already be normalized: '--' => '-', "=" => ' '
set ::prelocation "..."
@@ -2007,7 +1996,7 @@ proc main_prog {} {
set iplus $i
incr i -1
set p [lindex $::argv $i]
- if {$p in [list "-location" "-url" "-repository" "-repos" "-repo"]} {
+ if {$p in {"-location" "-url" "-repository" "-repos" "-repo"}} {
# check for repository argument: bail out if obviously invalid
if {$iplus<$l} {
set p [lindex $::argv $iplus]
@@ -2038,8 +2027,7 @@ proc main_prog {} {
# start install-tl-[tcl] via a pipe.
set cmd [list "|${::perlbin}" "${::instroot}/install-tl" \
- "-from_ext_gui" {*}$::argv 2>@1]
- #show_time "opening pipe"
+ "-from_ext_gui" {*}$::argv "2>@1"]
if [catch {open $cmd r+} ::inst] {
err_exit "Error starting Perl backend"
}
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index ef9bff2e0d..2f40ae41d6 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/2020
-depend revision/57705
+depend revision/57716
name 00texlive.image
category TLCore
-revision 57700
+revision 57716
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
@@ -4339,7 +4339,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 57687
+revision 57712
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
@@ -83340,7 +83340,7 @@ catalogue-version 0.2
name cweb
category Package
-revision 57677
+revision 57710
catalogue cwebbin
shortdesc CWEB for ANSI-C/C++ compilers
longdesc A highly portable and extended version of Levy/Knuth CWEB 3.64c
@@ -83358,10 +83358,10 @@ longdesc version and adding new features from CWEBbin. As of November
longdesc 2019 CTAN no longer holds a copy of this material. Please go to
longdesc the package's github repository for more information.
depend cweb.ARCH
-containersize 23636
-containerchecksum d035068b5180561d9ce1715a4b9ae10d1ef4831174090b3888b8b85e2cad9859d74fa5bc67238c51c56ba0109c7528f0e501634f81db047837bd4d97475c2608
-doccontainersize 428876
-doccontainerchecksum 371c393d32f86817d31ddd3dbac1e4f322356622541238cf2f18dae50d02562b9d401e647ac9f7b61be3aad59fada4112695e6866010fa4c196f62ae935353c3
+containersize 23496
+containerchecksum 8ec74678fb50e34b0fd27b4eae0f552f9e34d01b41e67dad1966e20cd609b3a7080d1c5923acd08f985106e209c820c7d29178ce1a01a44805f94eaa925c47f6
+doccontainersize 428872
+doccontainerchecksum 91e7078f5a4ca117e094698c2120ada0f93d22c2d7fed3896d03b04826b596a936fd61198073e65661601c75bf3d54ff9f6bc54085a03d1648206a14fc8e9c2e
docfiles size=136
texmf-dist/doc/man/man1/ctangle.1
texmf-dist/doc/man/man1/ctangle.man1.pdf
@@ -83376,7 +83376,7 @@ docfiles size=136
texmf-dist/doc/man/man1/cweb.1
texmf-dist/doc/man/man1/cweb.man1.pdf
texmf-dist/doc/plain/cweb/cwebman.pdf
-runfiles size=52
+runfiles size=51
texmf-dist/tex/plain/cweb/ctproofmac.tex
texmf-dist/tex/plain/cweb/cttwinxmac.tex
texmf-dist/tex/plain/cweb/ctwimac.tex
@@ -83391,7 +83391,6 @@ runfiles size=52
texmf-dist/tex/plain/cweb/cwebbin/dcwebstrings.tex
texmf-dist/tex/plain/cweb/cwebbin/fcwebmac.tex
texmf-dist/tex/plain/cweb/cwebbin/icwebmac.tex
- texmf-dist/tex/plain/cweb/cwebbin/p+cwebmac.tex
texmf-dist/tex/plain/cweb/cwebbin/pdfctwimac.tex
texmf-dist/tex/plain/cweb/cwebbin/pdfwebtocfront.tex
texmf-dist/tex/plain/cweb/cwebmac.tex
@@ -101474,7 +101473,7 @@ catalogue-version 0.3
name eczar
category Package
-revision 57700
+revision 57716
shortdesc A font family supporting Devanagari and Latin script
relocated 1
longdesc rojhettaa sNsthecaa egjhaar haa yunikodd aadhaarit mukt ttNk
@@ -101490,25 +101489,21 @@ longdesc / Eczar is an open-source type family published by Rosetta. The
longdesc fonts support over 45+3 languages in Latin and Devanagari
longdesc scripts in 5 weights. These fonts were designed by Vaibhav
longdesc Singh, code and production are by David Brezina.
-containersize 701428
-containerchecksum ca28560ab448a0c09bb227fa6671be7e63944f1579a7526153f498e33c7ba2f49251f77a0aec7e258a8517df4a88e0b7e5edc189452dff221bd6278ee4e248d6
-doccontainersize 45260
-doccontainerchecksum cb89bd8466ac8da9067667c4200b74756a80a6b3c8baeb14ceadb0e2b09e52547de83fa41404aaf49f859e03b4fde1067e1497dc715150cfc5474440ee7a7716
-docfiles size=15
+containersize 410460
+containerchecksum 47906067bd5e2bfe28e6451456e2187fc655986d4eacc89e9c3edf67bdffe7f54ef2c14029c9934db6c85acdacb006cd829255c2209d2d1dbcf57a98fde40e3c
+doccontainersize 45580
+doccontainerchecksum 03fc47faa72ccbfbe696e68bc5f9c332eb7262cf1b3129c6b83fc5f5e2b5c3e0ba93b047dd9eb6d92c32e218d303896272d0c1d3d3dc7fd07b80757ced9f231f
+docfiles size=16
+ RELOC/doc/fonts/eczar/README.TEXLIVE
RELOC/doc/fonts/eczar/README.txt details="Readme"
RELOC/doc/fonts/eczar/eczar.pdf details="Font samples"
RELOC/doc/fonts/eczar/eczar.tex
-runfiles size=617
+runfiles size=252
RELOC/fonts/opentype/public/eczar/Eczar-Bold.otf
RELOC/fonts/opentype/public/eczar/Eczar-ExtraBold.otf
RELOC/fonts/opentype/public/eczar/Eczar-Medium.otf
RELOC/fonts/opentype/public/eczar/Eczar-Regular.otf
RELOC/fonts/opentype/public/eczar/Eczar-SemiBold.otf
- RELOC/fonts/truetype/public/eczar/Eczar-Bold.ttf
- RELOC/fonts/truetype/public/eczar/Eczar-ExtraBold.ttf
- RELOC/fonts/truetype/public/eczar/Eczar-Medium.ttf
- RELOC/fonts/truetype/public/eczar/Eczar-Regular.ttf
- RELOC/fonts/truetype/public/eczar/Eczar-SemiBold.ttf
catalogue-contact-bugs https://github.com/rosettatype/eczar/issues
catalogue-contact-repository https://github.com/rosettatype/eczar
catalogue-ctan /fonts/eczar
@@ -136086,7 +136081,7 @@ catalogue-version 1.0b
name hyperref
category Package
-revision 57690
+revision 57713
shortdesc Extensive support for hypertext in LaTeX
relocated 1
longdesc The hyperref package is used to handle cross-referencing
@@ -136116,11 +136111,11 @@ depend rerunfilecheck
depend stringenc
depend url
depend zapfding
-containersize 90916
-containerchecksum c24425906972d958a7b3bc7adfed9e646e4501086cde5ebfe25483b96e0e90365fb741db76d38a81c01fc4bbd994570ddd9b3e12eac1d7411b49d92282d7e2cd
-doccontainersize 3263652
-doccontainerchecksum 8be989a8bfece4c59cc1f3570aef93dc21ea66f8a80386537befb7956a4c6323c713c3e5690851cb0ab0e4bf335126cf869fb723438259fee943b1549d4c4e2e
-docfiles size=1163
+containersize 91272
+containerchecksum add5346986b5b0e7b6e558c07d677f88fbd8e0a0059ad32ad5e678a5f9b363bd75704421f55d09ab7236b24a183ba3d88fbf67873d0a2d6e389d5bed2337dcb1
+doccontainersize 3265844
+doccontainerchecksum 7693d8a69eab6a943e4395f13f0705a95723df118e75f9cdc854d3bef150422eaadcc506db5ea06f704715c0ad7b8e8990006a6dd24280fdcd47ec69d6213460
+docfiles size=1039
RELOC/doc/latex/hyperref/ChangeLog.txt
RELOC/doc/latex/hyperref/README.md details="Readme"
RELOC/doc/latex/hyperref/backref.pdf
@@ -136135,19 +136130,11 @@ docfiles size=1163
RELOC/doc/latex/hyperref/hyperref-doc7.html
RELOC/doc/latex/hyperref/hyperref.pdf
RELOC/doc/latex/hyperref/manifest.txt
- RELOC/doc/latex/hyperref/manual.css
- RELOC/doc/latex/hyperref/manual.html
- RELOC/doc/latex/hyperref/manual2.html
- RELOC/doc/latex/hyperref/manual3.html
- RELOC/doc/latex/hyperref/manual4.html
- RELOC/doc/latex/hyperref/manual5.html
- RELOC/doc/latex/hyperref/manual6.html
- RELOC/doc/latex/hyperref/manual7.html
RELOC/doc/latex/hyperref/nameref.pdf
RELOC/doc/latex/hyperref/paper.pdf details="Paper on tagging and navigation" language="en"
RELOC/doc/latex/hyperref/slides.pdf
-srccontainersize 446640
-srccontainerchecksum c03962fcb4a5937b0cf54adf5e85f2e5dfa503e70ef04bd60c9a71e940e541ab86e663dddcdcce52d2ffc53700f7445f15398233d37ff2cc5e432b18cd552796
+srccontainersize 446908
+srccontainerchecksum e69e4d4fc204947b9446f64e574671a3e84eaf613a7768cc04b56268db27744a6ca6320b60c7a7ee834e57e211302cc93e9d2e9e8735fb089b5c51a929ab3332
srcfiles size=346
RELOC/source/latex/hyperref/backref.dtx
RELOC/source/latex/hyperref/bmhydoc.sty
@@ -136157,7 +136144,7 @@ srcfiles size=346
RELOC/source/latex/hyperref/hyperref.dtx
RELOC/source/latex/hyperref/hyperref.ins
RELOC/source/latex/hyperref/nameref.dtx
-runfiles size=206
+runfiles size=208
RELOC/tex/latex/hyperref/backref.sty
RELOC/tex/latex/hyperref/hdvipdfm.def
RELOC/tex/latex/hyperref/hdvips.def
@@ -136184,6 +136171,7 @@ runfiles size=206
RELOC/tex/latex/hyperref/psdextra.def
RELOC/tex/latex/hyperref/puarenc.def
RELOC/tex/latex/hyperref/puenc-extra.def
+ RELOC/tex/latex/hyperref/puenc-greek.def
RELOC/tex/latex/hyperref/puenc.def
RELOC/tex/latex/hyperref/puvnenc.def
RELOC/tex/latex/hyperref/xr-hyper.sty
@@ -136192,7 +136180,7 @@ catalogue-contact-home https://github.com/latex3/hyperref
catalogue-ctan /macros/latex/contrib/hyperref
catalogue-license lppl1.3
catalogue-topics hyper pdf-feat adobe-distiller form-fillin
-catalogue-version 7.00i
+catalogue-version 7.00j
name hyperxmp
category Package
@@ -189828,16 +189816,16 @@ catalogue-version 0.4
name mcf2graph
category Package
-revision 57575
+revision 57714
shortdesc Draw chemical structure diagrams with Metafont/MetaPost
relocated 1
longdesc The Molecular Coding Format (MCF) is a linear notation for
longdesc describing chemical structure diagrams. This package converts
longdesc MCF to graphic files using Metafont / MetaPost.
-containersize 21124
-containerchecksum 0903273f06a2264a89ada9a18983dcfb70bedb6d5af470807fafd718d3aaa897b3f334b81af66749bfae443b166ceb8c983e438f3b498d6a66de4acddcce0624
-doccontainersize 1339376
-doccontainerchecksum d3840ead62a9722de25384e7b1e8babb2d11540d332adba00eb288204f9e999aa261e3be6e66ab5bf4bb1c3ffe733dd09a9323e6c0346979553bd88ef8a504c4
+containersize 20852
+containerchecksum e5a7fec6c4b5afa9608395a76bd188aafb1a679f78b0a04f45ffaec730b47479bfcc38268c97ee4add72ee41313fe109643de8d77e1e392e65b2358b01e65368
+doccontainersize 1337308
+doccontainerchecksum 9f8dbab82da6b1f6fcfa562444ebe10b2edcd10608f60ea77f6a9434b37995c10835c10bda27b5b6bad503f93d4f3b78047f41139bee22d67ffb159683eba23d
docfiles size=378
RELOC/doc/metapost/mcf2graph/CHANGELOG
RELOC/doc/metapost/mcf2graph/README details="Readme"
@@ -189849,13 +189837,13 @@ docfiles size=378
RELOC/doc/metapost/mcf2graph/mcf_manual.tex
RELOC/doc/metapost/mcf2graph/mcf_mplib_exa.pdf details="MCF Example for LuaLaTeX"
RELOC/doc/metapost/mcf2graph/mcf_mplib_exa.tex
-runfiles size=24
+runfiles size=23
RELOC/metapost/mcf2graph/mcf2graph.mf
RELOC/tex/latex/mcf2graph/mcf_setup.sty
catalogue-ctan /graphics/mcf2graph
catalogue-license mit
catalogue-topics graphics graphics-mpost chemistry
-catalogue-version 4.56
+catalogue-version 4.57
name mcite
category Package
@@ -255062,7 +255050,7 @@ catalogue-version 1.0.1
name pwebmac
category Package
-revision 56383
+revision 57715
shortdesc Consolidated WEB macros for DVI and PDF output
relocated 1
longdesc The original WEB system by Donald Knuth has the macros
@@ -255084,10 +255072,10 @@ longdesc in the WEB sources. WEB programmers who want to use pwebmac.tex
longdesc instead of the default webmac.tex in their programs have to
longdesc change the first line in the TeX file created by weave. From
longdesc there, all depends on the "TeX engine" you use.
-containersize 7780
-containerchecksum 7790f23e178f730c1c6cd37415b34c7f8832bbc0c424ac5fa642395f0a5162f4d1628d7fc1ae12e37c78669742b073c04b357681033fdb2b64ae81832ebce97a
-doccontainersize 6300
-doccontainerchecksum ea65cf3409ee1948c6a7144fd8d72a41798f4f9826923ce0001ad44c9ef6d50a905698a80cd26600defedc0707c5a123a1b5aaca1eb8acf9e0fad2d51672224b
+containersize 7784
+containerchecksum 27974219ad9e28c9a5462cf04a1ab3943fa9d63e23c52c02aa218398964a3e68792be5e0502352ca095d71021e0ab5a59c61c7279f4375a11f4f90c5a60ba31a
+doccontainersize 6224
+doccontainerchecksum b9619f391758bc0f7740465a1ba94b7d64b347b89e978fe13bad80d1cbb626a3a252182c5c1d8286e5688a5e0e5936440255a60b822389751723d2a5256d7abf
docfiles size=6
RELOC/doc/plain/pwebmac/README.md details="Readme"
RELOC/doc/plain/pwebmac/index.md
@@ -255099,7 +255087,7 @@ catalogue-contact-support https://lists.tug.org/tex-k
catalogue-ctan /web/pwebmac
catalogue-license pd
catalogue-topics litprog
-catalogue-version 4.5.6
+catalogue-version 4.5.7
name pxbase
category Package
@@ -296440,15 +296428,15 @@ docfiles size=591
name texlive-docindex
category TLCore
-revision 57696
+revision 57707
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script for
longdesc the process.
containersize 388
-containerchecksum 34026c12f1b0592d5a312419a444572fc5392e60443cd56e935e863b6689595dfd0337a526a274229ac51267094dc5a2bdabc15cbe0b513fe885dabaae0525e8
-doccontainersize 172996
-doccontainerchecksum e98de483b9989f3dd4f5cae52b6d2605b0ef73d23a42460a53f4fbcf13711a31f93500f7962113ebc2ee5a56b20140054d341a3c8568e0fe44091dbdaf789d86
+containerchecksum d5d43cb02e9fcdc9129734ca81d1d47cabb3c26447e74e2d4e40b55ff766ce88b8755a4b5b7ee0c948a4d895a60cb85d94427c03e260bfa5cb31fbe662d60edc
+doccontainersize 172940
+doccontainerchecksum 664ae862c7139e212e51f5cc927c6f69548e676d3bd6e184b888998226388e6c09b43499c8da91be2cefe01665447e93e842807f11d79241ed37b806352097ee
docfiles size=343
doc.html
@@ -296670,7 +296658,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 57687
+revision 57712
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.
@@ -296678,10 +296666,10 @@ depend texlive-scripts.ARCH
depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 132288
-containerchecksum b65f1df26a376167a39ac919ce7fd299aeb1c7f7a8856efdec8e5443f227d13aa6ed97b410ec1c7c3a52a910a2a6b8adae2c11898c5484904637a97fdb40e465
+containersize 132304
+containerchecksum f059862831b831d38d529883d9038ab85409043b3242bd340d8cf23c1484bd1420d60f2fe88f7af0d20d37e5c9f4d070d4710e1b62e48c44b09d2e63dc56f125
doccontainersize 218848
-doccontainerchecksum be89bd94da8e100b4b7eca2ac31dadf9e9e856fe4c9d9fe65bb29d2580730f466942ff1f3f90c5f8f7c2c695f5f223f269bf276c778124412a5fafa713d3b028
+doccontainerchecksum e0a6e7575c9bc9fba1a36b0d1085b1ce00c6a29bd35dce10e07f96767590d5e651c97b9c26094197515cf128b5a91aca7869c2e43734d66a137394e95ea8bb1e
docfiles size=141
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -297612,7 +297600,7 @@ docfiles size=302
name texlive.infra
category TLCore
-revision 57424
+revision 57705
shortdesc basic TeX Live infrastructure
longdesc This package contains the files needed to get tlmgr running:
longdesc perl modules, xz binaries, plus (sometimes) tar, wget, lz4, and
@@ -297620,10 +297608,10 @@ longdesc various other support files. This package also represents the
longdesc tlcritical recovery scripts. The standalone installer is close,
longdesc but not the same; it's defined in 00texlive.installer.
depend texlive.infra.ARCH
-containersize 227908
-containerchecksum 802e7d4b39abfa322fc26555fb4b8c3f68cb1f391b6fbb175d0057af3d8b1c25f87a2bd4151529ffcab218ab736265b9bd23f46bb196bb832b7b6367d87a9da3
-doccontainersize 205212
-doccontainerchecksum 371184287acdab8174ae482dc31a918953a80a921b2f282e80fed8440a2a05e4f360c73c6105faf1d55501dd4b84bc081e01b187337e59fb683a9a1d5ff06833
+containersize 227904
+containerchecksum 11cbf324450407dfdcc932e6ffe6c9e31ada5ef151d76b76d16e73de1053236d5da145f58d56892ded8c5ecc5bc89b63bc2a7a9ddd55d3fcc87198c8d859bc05
+doccontainersize 205324
+doccontainerchecksum 0b2477f485c7615b131c7dd5f04eec8b454915832d2f9f0453b4a152520672d3691ce2ee11de2e38b8010d785353be022e8404b32f43b787c16b87182f7714b7
docfiles size=138
README
README.usergroups
@@ -297806,11 +297794,11 @@ binfiles arch=i386-solaris size=91
name texlive.infra.win32
category TLCore
-revision 54745
+revision 57614
shortdesc win32 files of texlive.infra
-containersize 2729996
-containerchecksum bd676e96648b02414d885d7ca0b46078ed3723d6b7f3eef11b205550cd2b460aac547d42be24fa1255b51194ec9a1623ab0e2e58248f6e68ea5e88c4e76e6821
-binfiles arch=win32 size=1569
+containersize 2748972
+containerchecksum b04cbad94d04e171cd1080c922d297ea56ecf1842e77ce53ba5e5aead141f2bc75d008f28952b6e01a28254ce5325b6da1a455c64437623c2aaf056d9c145351
+binfiles arch=win32 size=1580
bin/win32/mktexlsr.exe
bin/win32/runscript.dll
bin/win32/runscript.exe
@@ -297838,11 +297826,11 @@ binfiles arch=x86_64-cygwin size=118
name texlive.infra.x86_64-darwin
category TLCore
-revision 57336
+revision 57584
shortdesc x86_64-darwin files of texlive.infra
-containersize 365584
-containerchecksum 5f6e4608891d37a11540e406fb67781630c53a11f092ce70cd6bf6634b5c2269e1cc655cfc31be32a2a9a4e5ce4fe51466d0ef37efa5f6433ae918df8040b883
-binfiles arch=x86_64-darwin size=265
+containersize 643920
+containerchecksum ed26bb1a2d45c88ef412b83ec05e15789c0ef72183faa71cba469a4d882d1e2147ddf2bdede3d61f354996143e79d5447b28d8f58ec3dbb805372f01b626abab
+binfiles arch=x86_64-darwin size=481
bin/x86_64-darwin/mktexlsr
bin/x86_64-darwin/tlmgr
tlpkg/installer/lz4/lz4.x86_64-darwin
@@ -308562,14 +308550,14 @@ binfiles arch=win32 size=5
name tlshell
category TLCore
-revision 57512
+revision 57712
shortdesc GUI frontend (tcl/tk-based) for tlmgr
depend tlshell.ARCH
postaction shortcut type=menu name="TeX Live Manager" cmd=TEXDIR/bin/win32/tlshell.exe
-containersize 28544
-containerchecksum 9f347768a88cd5cc17c0c991d962bc09dcbd2734101d90b199125f7968df4ebe21ee073121208c96e19a6c9b034c4694b3f387877da3f9acb5d7e8b4f7e66a9d
+containersize 28576
+containerchecksum c91df7049ea54b1921b886c1ef1f69c62aad337aaa129b133ca7c69508d40145b5118083dac0ce360625427c44407557cf058d55f9385228cad14e1b7d3ec84e
doccontainersize 440
-doccontainerchecksum fed9b7d84e18d85abac137434e73c76b66f7e0ca7d267ef567001a350557ddc83c144aa0fcbf5560e0bc68d8669dfa40ca9f96b70f9483e5fb408ed80f53cc26
+doccontainerchecksum 3845e95e84814279729fa8f73579f97a0f7c4fdef160b2afd052b7a589372d9bb973ea718cf20933f9d90fb12fb34e1a81f551dc77246cf081033622d557df9f
docfiles size=1
texmf-dist/doc/support/tlshell/README
runfiles size=29
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 05f4c184c7..b3ae9d5115 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-96d24217b06cef4a1af53a164cc6096a texlive.tlpdb
+ef547484a16b02fd0c70aed6adbb9b28 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index ba2e9582c1..9c29533738 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-f36dd024805f1a6039a43792acfe92371ac2cee13b111fc43b588a692096eda0607cdc27811e44740cd2a3472d7c52855094ee677a62a84568750ee554cd041e texlive.tlpdb
+734964a6269c5fd51428567c51095bb62f33bea2f519269daa408e527437999611d21ac7a3d9e0ff78d12c41a7d3a22c8426463c62dc6b9be65adac5db4a7fee texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index aca064e34d..c2c4a9d355 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-----
-iQEcBAEBCgAGBQJgJIEAAAoJEEzhh34ZQ4xwM54IAK+f+A8sTkTC03jZkott8OAo
-xHM7cUr6iG3Jj88y+Hs9JQm9kmn14E1hAe9T/UzloPi5f8IRF5IxKIEIKDTed1QB
-2iK0MGHOU+yOTCDIWLezumAy82uAfp5sgGGwSPM3nNsHjjCtvC3vOkRuXkT4q/HK
-vIk2TRUsniFkvyIIMRj3wqcgl0P8Cs06L5cNjOlTtKT1MQjx4mMD5LohPpc09hoW
-xzYkWGdu+5hLIIQnRZwNDzSzoP1208EgLdcp+SStOErvmAdES4Slelv1RA0dUSQ0
-gY1YNN0dtkZvKcc5m9WXb1HpQkPy/hRcuBmFENpySgmuqjYCaTBX3zxSP9gdeQI=
-=Ag/F
+iQEcBAEBCgAGBQJgJdKSAAoJEEzhh34ZQ4xwNDAH/R6Tuk0UTuvy/2TOlnxjz8ub
+fQaTh4emmNiCGG8YdfP58lAk1YpY0IGfTrQlzbzfN+vfjzggzjZAwcqO3Gr9KMUx
+m61w1ajZWPsAW+R0WzPS7e8bnRSTO8HFqYC8E6mdqUXh+qYweHnYO92F76tA5vuw
+dgDtap9G2z7HCszk+EHwg7K+rYcZTiLIfZGJp8RIoRUdjpIUQ/6Tds6Lm63SqaX/
+tM8wxqQtnGxwlXuRYX0FLLogGsyK/wuk9Oayyvji9f71n3gIId42pOIUigiyh1VN
+nDA+P4EeX2QtEDuL53btTZWVK/ZZ4SevN8Svt6HyRXzcSbunvCvg7XJhsvj5xK8=
+=ClcS
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 87c4b30dfe..0a39cbc4d7 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl b/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl
index 562b148125..6c673ddee3 100644
--- a/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl
+++ b/systems/texlive/tlnet/tlpkg/tltcl/tltcl.tcl
@@ -454,13 +454,10 @@ if {[info exists ::invoker] && $::invoker eq "tlshell"} {
set ::tkfontscale 10
}
}
-if {$::tkfontscale eq ""} {
- if {[winfo vrootheight .] > 2000 && [winfo vrootwidth .] > 3000} {
- set ::tkfontscale 2
- } else {
- set ::tkfontscale 1
- }
-}
+# most systems with a HiDPI display will be configured for it.
+# set therefore the default simply to 1.
+# users still have the option to scale fonts via the menu.
+if {$::tkfontscale eq ""} {set ::tkfontscale 1}
redo_fonts
# icon