texlive[48727] trunk: doc,formatted
commits+karl at tug.org
commits+karl at tug.org
Sat Sep 22 00:18:21 CEST 2018
Revision: 48727
http://tug.org/svn/texlive?view=revision&revision=48727
Author: karl
Date: 2018-09-22 00:18:21 +0200 (Sat, 22 Sep 2018)
Log Message:
-----------
doc,formatted
Modified Paths:
--------------
trunk/Build/extra/epstopdf/README
trunk/Build/source/README
trunk/Build/source/utils/README
trunk/Master/tlpkg/TeXLive/TLConfig.pm
trunk/Master/tlpkg/TeXLive/TLPSRC.pm
Modified: trunk/Build/extra/epstopdf/README
===================================================================
--- trunk/Build/extra/epstopdf/README 2018-09-21 21:08:23 UTC (rev 48726)
+++ trunk/Build/extra/epstopdf/README 2018-09-21 22:18:21 UTC (rev 48727)
@@ -18,7 +18,7 @@
Various test files and a Makefile to exercise them are in the source
repository, which is currently a subdirectory of the texlive Subversion
repo, purely for the developers' convenience:
- http://tug.org/svn/texlive/trunk/Build/source/extra/epstopdf/
+ http://tug.org/svn/texlive/trunk/Build/extra/epstopdf/
The test-binary and test-bin2 files there were supplied by Akira Kakuto and
Reinhard Kotucha. They contain binary data. They are public domain.
Modified: trunk/Build/source/README
===================================================================
--- trunk/Build/source/README 2018-09-21 21:08:23 UTC (rev 48726)
+++ trunk/Build/source/README 2018-09-21 22:18:21 UTC (rev 48727)
@@ -69,3 +69,32 @@
Binaries are taken from the CI testing on travis-ci
see the source/.travis.yaml file for details on how to build,
and tlpkg/bin/tl-update-bindir for updating binaries (in general).
+
+x86_64-linux-glibc2.12, on CentOS6:
+#!/bin/sh -x
+# Public domain.
+# in ~/.subversion/config: use-commit-times=yes
+# mkdir /usr/local/src/tl
+# cd !$
+# svn -q co svn://tug.org/texlive/branches/branch2018/Build/source
+# rm -rf source/libs/icu source/libs/poppler # to avoid configuring them
+#
+cd /usr/local/src/tl || exit 1
+#
+debug=-g # for debugging, no optimization
+#
+./Build \
+ $debug \
+ -C \
+ --disable-xetex \
+ --disable-luatex \
+ --disable-luajittex \
+ --disable-luatex53 \
+ --disable-dvisvgm \
+ --disable-bibtexu \
+ --disable-upmendex \
+ --disable-poppler \
+ --without-system-icu \
+ --without-system-poppler \
+ --enable-native-texlive-build \
+exit $?
Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README 2018-09-21 21:08:23 UTC (rev 48726)
+++ trunk/Build/source/utils/README 2018-09-21 22:18:21 UTC (rev 48727)
@@ -51,9 +51,9 @@
Build --enable-xindy CLISP=$clisp_builddir/clisp
to include xindy in the build. It is disabled by default.
-xindy/README-clisp has alternative instructions with some extra
-information, especially for those building xindy on its own. The
-process here is written for building clisp-for-xindy-for-TL. The
+xindy/xindy-src/README-clisp has alternative instructions with some
+extra information, especially for those building xindy on its own. The
+process here is written for building clisp-for-xindy-for-TL. The
differences are minimal.
mkdir clisp; cd clisp
Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm 2018-09-21 21:08:23 UTC (rev 48726)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm 2018-09-21 22:18:21 UTC (rev 48727)
@@ -114,7 +114,8 @@
our @AcceptedFallbackDownloaders = qw/curl wget/;
our %FallbackDownloaderProgram = ( 'wget' => 'wget', 'curl' => 'curl');
our %FallbackDownloaderArgs = (
- 'curl' => ['--user-agent', 'texlive/curl', '--retry', '10', '--fail', '--location',
+ 'curl' => ['--user-agent', 'texlive/curl', '--retry', '10',
+ '--fail', '--location',
'--connect-timeout', "$NetworkTimeout", '--silent', '--output'],
'wget' => ['--user-agent=texlive/wget', '--tries=10',
"--timeout=$NetworkTimeout", '-q', '-O'],
@@ -143,7 +144,9 @@
"priority" => 30,
},
);
-our $CompressorExtRegexp = "(" . join("|", map { $Compressors{$_}{'extension'} } keys(%Compressors)) . ")";
+our $CompressorExtRegexp = "("
+ . join("|", map { $Compressors{$_}{'extension'} } keys %Compressors)
+ . ")";
# archive (not user) settings.
# these can be overridden by putting them into 00texlive.config.tlpsrc
@@ -223,7 +226,7 @@
our %TLPDBSettings = (
"platform" => [ "s", "Main platform for this computer" ],
- "available_architectures" => [ "l", "All available/installed architectures" ],
+ "available_architectures" => [ "l","All available/installed architectures" ],
"usertree" => [ "b", "This tree acts as user tree" ]
);
Modified: trunk/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPSRC.pm 2018-09-21 21:08:23 UTC (rev 48726)
+++ trunk/Master/tlpkg/TeXLive/TLPSRC.pm 2018-09-21 22:18:21 UTC (rev 48727)
@@ -145,7 +145,7 @@
} elsif ($line =~ /^shortdesc\s*(.*)$/) {
# although we would like to do this, hyphen-latin.tlpsrc contains
- # multiple short/longdesc entries. Not worth following up.
+ # multiple short/longdesc, entries. Not worth following up.
# $shortdesc
# && die "$srcfile:$lineno: second shortdesc not allowed: $line"
# . "(have $shortdesc)\n";
@@ -795,7 +795,7 @@
=item C<shortdesc>
gives a one line description of the package. Subsequent entries will
-overwrite the former ones. In TeX Live only used for collections and
+overwrite the former ones. In TeX Live primarily used for collections and
schemes.
=item C<longdesc>
More information about the tex-live-commits
mailing list