summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-18 19:59:51 +0000
committerKarl Berry <karl@freefriends.org>2024-03-18 19:59:51 +0000
commit766a17b21b04d06ba7a41899213bced74b62cc52 (patch)
tree1c3c1f2b3ebbc54d31ff49f124041bb1aa7cceca /Build/source/texk
parent5e8d8cae840358328c7e78b0dbde730a00729679 (diff)
memoize (18mar24)
git-svn-id: svn://tug.org/texlive/trunk@70690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/memoize/memoize-clean.py2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/memoize/memoize-extract.py2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl19
5 files changed, 14 insertions, 13 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl b/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl
index 9d34908a2b8..4901a98aa3b 100755
--- a/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl
+++ b/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.pl
@@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.
my $PROG = 'memoize-clean.pl';
-my $VERSION = '2024/01/21 v1.1.2';
+my $VERSION = '2024/03/15 v1.2.0';
use strict;
use Getopt::Long;
diff --git a/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py b/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py
index 1833931bf03..3b70d63a31b 100755
--- a/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py
+++ b/Build/source/texk/texlive/linked_scripts/memoize/memoize-clean.py
@@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.
-__version__ = '2024/01/21 v1.1.2'
+__version__ = '2024/03/15 v1.2.0'
import argparse, re, sys, pathlib, os
diff --git a/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl b/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl
index 243c02a8f51..d5cd1f9aa44 100755
--- a/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl
+++ b/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.pl
@@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.
my $PROG = 'memoize-extract.pl';
-my $VERSION = '2024/01/21 v1.1.2';
+my $VERSION = '2024/03/15 v1.2.0';
use strict;
use File::Basename qw/basename/;
diff --git a/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py b/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py
index ac138178fe3..962f6380e89 100755
--- a/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py
+++ b/Build/source/texk/texlive/linked_scripts/memoize/memoize-extract.py
@@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.
-__version__ = '2024/01/21 v1.1.2'
+__version__ = '2024/03/15 v1.2.0'
import argparse, re, sys, os, subprocess, itertools, traceback, platform
from pathlib import Path, PurePath
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 3d0830e5169..479a44f49f2 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 70080 2024-02-22 23:13:07Z karl $
+# $Id: tlmgr.pl 70671 2024-03-17 01:10:09Z karl $
# Copyright 2008-2024 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -8,8 +8,8 @@
use strict; use warnings;
-my $svnrev = '$Revision: 70080 $';
-my $datrev = '$Date: 2024-02-23 00:13:07 +0100 (Fri, 23 Feb 2024) $';
+my $svnrev = '$Revision: 70671 $';
+my $datrev = '$Date: 2024-03-17 02:10:09 +0100 (Sun, 17 Mar 2024) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -5044,10 +5044,10 @@ sub action_platform {
print " $a\n";
}
}
- print "Already installed platforms are marked with (i)\n";
- print "You can add new platforms with: tlmgr platform add PLAT1 PLAT2...\n";
- print "You can remove platforms with: tlmgr platform remove PLAT1 PLAT2...\n";
- print "You can set the active platform with: tlmgr platform set PLAT\n";
+ print "Already installed platforms are marked with (i).\n";
+ print "Add new platforms with: tlmgr platform add PLAT1 PLAT2...\n";
+ print "Remove platforms with: tlmgr platform remove PLAT1 PLAT2...\n";
+ print "Set the active platform with: tlmgr platform set PLAT\n";
return ($F_OK | $F_NOPOSTACTION);
} elsif ($what =~ m/^add$/i) {
@@ -5082,7 +5082,8 @@ sub action_platform {
}
}
} else {
- tlwarn("$prg: action platform add, cannot find package $pkg.$a\n");
+ tlwarn("$prg: action platform add: package $pkg does not exist",
+ " for platform: $a\n");
$ret |= $F_WARNING;
}
}
@@ -10552,7 +10553,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 70080 2024-02-22 23:13:07Z karl $
+$Id: tlmgr.pl 70671 2024-03-17 01:10:09Z karl $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html