summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/latex-tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-13 23:57:15 +0000
committerKarl Berry <karl@freefriends.org>2014-11-13 23:57:15 +0000
commit3e547f01cff20101db9b8b4b211fcf7adfe7191f (patch)
tree7862f83e052a0d1a178eaf30a08678eb901c39e3 /Master/texmf-dist/source/latex/latex-tds
parente0056016e425d97e79d80fdee01acf4cd84c1d8d (diff)
latex2e (13nov14)
git-svn-id: svn://tug.org/texlive/trunk@35577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds')
-rw-r--r--Master/texmf-dist/source/latex/latex-tds/README.asciidoc11
-rwxr-xr-xMaster/texmf-dist/source/latex/latex-tds/build.pl40
-rw-r--r--Master/texmf-dist/source/latex/latex-tds/patch/amsbooka.zipbin0 -> 69482 bytes
3 files changed, 31 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/README.asciidoc b/Master/texmf-dist/source/latex/latex-tds/README.asciidoc
index 3e5ba1db78b..f1d77f5b151 100644
--- a/Master/texmf-dist/source/latex/latex-tds/README.asciidoc
+++ b/Master/texmf-dist/source/latex/latex-tds/README.asciidoc
@@ -1,7 +1,7 @@
README for project latex-tds
============================
:author: Heiko Oberdiek
-:revdate: 2014/11/03
+:revdate: 2014/11/12
:lang: en
:toc:
:numbered:
@@ -87,7 +87,7 @@ The link addresses are the sources for the modules.
ftp://ftp.ams.org/pub/tex/amsrefs/amsrefs.zip +
ftp://ftp.ams.org/pub/tex/amscls.zip +
ftp://ftp.ams.org/pub/tex/amsmath.zip +
- http://tug.org/~karl/amsbooka.zip
+ patch/amsbooka.zip
*amsfonts*::
{ctan}install/fonts/amsfonts.tds.zip[CTAN:install/fonts/amsfonts.tds.zip]
*psnfss*::
@@ -320,6 +320,7 @@ Patches
[cols=".3l,.7l", options="header", frame="topbot", grid="rows"]
|===
|Diff/patch file|Patched file
+|patch/amsbooka.zip |amslatex/amsbooka.*
|patch/amsclass.dtx.diff |amslatex/amsclass.dtx
|patch/amsfndoc.def.diff |amsfonts/amsfndoc.def
|patch/amsfndoc.tex.diff |amsfonts/amsfndoc.tex
@@ -704,3 +705,9 @@ History
2014/11/03::
* Module base: Update (2014-10-12).
* Module tools: Update (2014-10-28).
+2014/11/12::
+ * Module graphics: Update (2014-11-07).
+ * Modules base, cyrillic, graphics, tools:
+ +00readme.txt+ renamed to +README+.
+ * Module amslatex: Missing +amsbooka.zip+ added to directory +patch+
+ (until it is resolved at the AMS side).
diff --git a/Master/texmf-dist/source/latex/latex-tds/build.pl b/Master/texmf-dist/source/latex/latex-tds/build.pl
index 6c19ef63b82..3179b7c3ef6 100755
--- a/Master/texmf-dist/source/latex/latex-tds/build.pl
+++ b/Master/texmf-dist/source/latex/latex-tds/build.pl
@@ -4,8 +4,8 @@ $^W=1;
my $prj = 'latex-tds';
my $file = 'build.pl';
-my $version = '1.191';
-my $date = '2014-05-21';
+my $version = '1.192';
+my $date = '2014-11-12';
my $author = 'Heiko Oberdiek';
my $copyright = "Copyright 2006-2014 $author";
chomp(my $license = <<"END_LICENSE");
@@ -34,7 +34,6 @@ my $time_start = time;
my $url_ctan = 'ftp://dante.ctan.org/tex-archive';
my $url_ams = 'ftp://ftp.ams.org/pub/tex';
-my $url_amsbooka = 'http://tug.org/~karl/amsbooka.zip';
my $url_ltxprj = 'http://www.latex-project.org/';
my @required_list = (
@@ -67,7 +66,6 @@ my $error = "!!! Error:";
my $dir_incoming = 'incoming';
my $dir_incoming_ctan = "$dir_incoming/ctan";
my $dir_incoming_ams = "$dir_incoming/ams";
-my $dir_incoming_amsbooka = "$dir_incoming/amsbooka";
my $dir_incoming_ltxprj = "$dir_incoming/ltxprj";
my $dir_ltxpub = "latex2e-public";
my $dir_incoming_ltxpub = "$dir_incoming/$dir_ltxpub";
@@ -76,6 +74,7 @@ my $dir_lib = 'lib';
my $dir_license = 'license';
my $dir_tex = 'tex';
my $dir_patch = 'patch';
+my $dir_patch_amsbooka = $dir_patch;
my $dir_distrib = 'distrib';
my $dir_build_distrib = "$dir_build/distrib";
my $dir_build_distrib_data = "$dir_build_distrib/$prj";
@@ -353,8 +352,6 @@ if (@list_modules > 0) {
download_err('lgc2');
download_err('tlc2');
download_ctan_file('armtex.zip', 'language/armenian');
- ensure_directory($dir_incoming_amsbooka);
- download("$dir_incoming_amsbooka/amsbooka.zip", $url_amsbooka);
}
### VCS
@@ -514,7 +511,7 @@ section('Unpacking');
# run("$prg_cp $dir_build/amslatex/ctan/amsrefs/amsrefs.dtx "
# . "$dir_build/amslatex/texmf/source/latex/amsrefs/amsrefs.dtx");
unpacking_flat('amslatex',
- "$dir_incoming_amsbooka/amsbooka.zip",
+ "$dir_patch_amsbooka/amsbooka.zip",
"$dir_build/amslatex");
}
@@ -862,9 +859,14 @@ section('Install tex doc');
sub check_readme ($) {
my $module = shift;
# my $readme = $module eq 'tools' ? 'readme.txt' : '00readme.txt';
- my $readme = '00readme.txt'; # since LaTeX revision 307
- if (-f "README" and not -f $readme) {
- run("$prg_cp README $readme");
+ # my $readme = '00readme.txt'; # since LaTeX revision 307
+ # Since LaTeX 2014-11 switch to README.
+ my $readme = 'README';
+ # if (-f "README" and not -f $readme) {
+ # run("$prg_cp README $readme");
+ # }
+ if (-f '00readme.txt' and not -f $readme) {
+ run("$prg_cp 00readme.txt $readme");
}
-f $readme or
die "!!! Errror($module): Missing readme!\n";
@@ -876,7 +878,7 @@ section('Install tex doc');
cd "$dir_build/base";
check_readme 'base';
install 'texmf/doc/latex/base', qw[
- 00readme.txt
+ README
autoload.txt
bugs.txt
changes.txt
@@ -909,7 +911,7 @@ section('Install tex doc');
install 'texmf/doc/latex/tools', qw[
changes.txt
manifest.txt
- 00readme.txt
+ README
];
cd $cwd;
}
@@ -917,9 +919,10 @@ section('Install tex doc');
if ($modules{'graphics'}) {
cd "$dir_build/graphics";
check_readme 'graphics';
- install('texmf/doc/latex/graphics',
- '*.txt'
- );
+ install 'texmf/doc/latex/graphics', qw[
+ README
+ *.txt
+ ];
install('texmf/tex/latex/graphics',
'*.def'
);
@@ -929,9 +932,10 @@ section('Install tex doc');
if ($modules{'cyrillic'}) {
cd "$dir_build/cyrillic";
check_readme 'cyrillic';
- install('texmf/doc/latex/cyrillic',
- '*.txt'
- );
+ install 'texmf/doc/latex/cyrillic', qw[
+ README
+ *.txt
+ ];
cd $cwd;
}
diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/amsbooka.zip b/Master/texmf-dist/source/latex/latex-tds/patch/amsbooka.zip
new file mode 100644
index 00000000000..189dfbbf643
--- /dev/null
+++ b/Master/texmf-dist/source/latex/latex-tds/patch/amsbooka.zip
Binary files differ