texlive[44462] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Mon Jun 5 02:21:17 CEST 2017


Revision: 44462
          http://tug.org/svn/texlive?view=revision&revision=44462
Author:   karl
Date:     2017-06-05 02:21:17 +0200 (Mon, 05 Jun 2017)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/config.guess
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess
    trunk/Build/source/libs/icu/icu-src/source/config.guess
    trunk/Build/source/utils/asymptote/config.guess
    trunk/Master/doc.html
    trunk/Master/tlpkg/installer/config.guess

Modified: trunk/Build/source/build-aux/config.guess
===================================================================
--- trunk/Build/source/build-aux/config.guess	2017-06-05 00:17:57 UTC (rev 44461)
+++ trunk/Build/source/build-aux/config.guess	2017-06-05 00:21:17 UTC (rev 44462)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-05-11'
+timestamp='2017-05-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1304,8 +1304,8 @@
 	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
 	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
 		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		    (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-		    grep IS_64BIT_ARCH >/dev/null
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_64BIT_ARCH >/dev/null
 		then
 		    case $UNAME_PROCESSOR in
 			i386) UNAME_PROCESSOR=x86_64 ;;
@@ -1312,6 +1312,13 @@
 			powerpc) UNAME_PROCESSOR=powerpc64 ;;
 		    esac
 		fi
+		# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+		if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_PPC >/dev/null
+		then
+		    UNAME_PROCESSOR=powerpc
+		fi
 	    fi
 	elif test "$UNAME_PROCESSOR" = i386 ; then
 	    # Avoid executing cc on OS X 10.9, as it ships with a stub

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess	2017-06-05 00:17:57 UTC (rev 44461)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess	2017-06-05 00:21:17 UTC (rev 44462)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-05-11'
+timestamp='2017-05-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1304,8 +1304,8 @@
 	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
 	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
 		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		    (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-		    grep IS_64BIT_ARCH >/dev/null
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_64BIT_ARCH >/dev/null
 		then
 		    case $UNAME_PROCESSOR in
 			i386) UNAME_PROCESSOR=x86_64 ;;
@@ -1312,6 +1312,13 @@
 			powerpc) UNAME_PROCESSOR=powerpc64 ;;
 		    esac
 		fi
+		# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+		if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_PPC >/dev/null
+		then
+		    UNAME_PROCESSOR=powerpc
+		fi
 	    fi
 	elif test "$UNAME_PROCESSOR" = i386 ; then
 	    # Avoid executing cc on OS X 10.9, as it ships with a stub

Modified: trunk/Build/source/libs/icu/icu-src/source/config.guess
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.guess	2017-06-05 00:17:57 UTC (rev 44461)
+++ trunk/Build/source/libs/icu/icu-src/source/config.guess	2017-06-05 00:21:17 UTC (rev 44462)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-05-11'
+timestamp='2017-05-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1304,8 +1304,8 @@
 	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
 	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
 		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		    (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-		    grep IS_64BIT_ARCH >/dev/null
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_64BIT_ARCH >/dev/null
 		then
 		    case $UNAME_PROCESSOR in
 			i386) UNAME_PROCESSOR=x86_64 ;;
@@ -1312,6 +1312,13 @@
 			powerpc) UNAME_PROCESSOR=powerpc64 ;;
 		    esac
 		fi
+		# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+		if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_PPC >/dev/null
+		then
+		    UNAME_PROCESSOR=powerpc
+		fi
 	    fi
 	elif test "$UNAME_PROCESSOR" = i386 ; then
 	    # Avoid executing cc on OS X 10.9, as it ships with a stub

Modified: trunk/Build/source/utils/asymptote/config.guess
===================================================================
--- trunk/Build/source/utils/asymptote/config.guess	2017-06-05 00:17:57 UTC (rev 44461)
+++ trunk/Build/source/utils/asymptote/config.guess	2017-06-05 00:21:17 UTC (rev 44462)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-05-11'
+timestamp='2017-05-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1304,8 +1304,8 @@
 	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
 	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
 		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		    (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-		    grep IS_64BIT_ARCH >/dev/null
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_64BIT_ARCH >/dev/null
 		then
 		    case $UNAME_PROCESSOR in
 			i386) UNAME_PROCESSOR=x86_64 ;;
@@ -1312,6 +1312,13 @@
 			powerpc) UNAME_PROCESSOR=powerpc64 ;;
 		    esac
 		fi
+		# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+		if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_PPC >/dev/null
+		then
+		    UNAME_PROCESSOR=powerpc
+		fi
 	    fi
 	elif test "$UNAME_PROCESSOR" = i386 ; then
 	    # Avoid executing cc on OS X 10.9, as it ships with a stub

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2017-06-05 00:17:57 UTC (rev 44461)
+++ trunk/Master/doc.html	2017-06-05 00:21:17 UTC (rev 44462)
@@ -3018,6 +3018,12 @@
 <a href="texmf-dist/doc/latex/citeall/citeall.pdf">citeall.pdf</a>.
 </small></li>
 
+<li><b><a href="texmf-dist/doc/latex/cje">cje</a></b>:<small>
+LaTeX document class for CJE articles
+<a href="texmf-dist/doc/latex/cje/canadian-flag.pdf">canadian-flag.pdf</a>,
+<a href="texmf-dist/doc/latex/cje/cjetemplate.pdf">cjetemplate.pdf</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/latex/cjhebrew">cjhebrew</a></b>:<small>
 Typeset Hebrew with LaTeX
 <a href="texmf-dist/doc/latex/cjhebrew/cjhebrew.pdf">cjhebrew.pdf</a>.
@@ -4128,7 +4134,7 @@
 
 <h2 id="letter-D">D</h2>
 
-<ol start="615">
+<ol start="616">
 
 <li><b><a href="texmf-dist/doc/fonts/dad">dad</a></b>:<small>
 Simple typesetting system for mixed Arabic/Latin documents
@@ -4958,7 +4964,7 @@
 
 <h2 id="letter-E">E</h2>
 
-<ol start="756">
+<ol start="757">
 
 <li><b><a href="texmf-dist/doc/generic/e-french">e-french</a></b>:<small>
 Comprehensive LaTeX support for French-language typesetting
@@ -5797,7 +5803,7 @@
 
 <h2 id="letter-F">F</h2>
 
-<ol start="895">
+<ol start="896">
 
 <li><b><a href="texmf-dist/doc/latex/facsimile">facsimile</a></b>:<small>
 Document class for preparing faxes
@@ -6640,7 +6646,7 @@
 
 <h2 id="letter-G">G</h2>
 
-<ol start="1031">
+<ol start="1032">
 
 <li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small>
 Letter document class
@@ -7235,7 +7241,7 @@
 </small></li>
 
 <li><b><a href="texmf-dist/doc/luatex/gregoriotex">gregoriotex</a></b>:<small>
-engraving Gregorian Chant scores
+Engraving Gregorian Chant scores
 <a href="texmf-dist/doc/luatex/gregoriotex/GregorioNabcRef.pdf">GregorioNabcRef.pdf</a>,
 <a href="texmf-dist/doc/luatex/gregoriotex/GregorioRef.pdf">GregorioRef.pdf</a>.
 </small></li>
@@ -7339,7 +7345,7 @@
 
 <h2 id="letter-H">H</h2>
 
-<ol start="1134">
+<ol start="1135">
 
 <li><b><a href="texmf-dist/doc/latex/h2020proposal/manual">h2020proposal</a></b>:<small>
 LaTeX class and template for EU H2020 RIA proposal
@@ -7649,7 +7655,7 @@
 
 <h2 id="letter-I">I</h2>
 
-<ol start="1186">
+<ol start="1187">
 
 <li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small>
 Use the Ibycus 4 Greek font with Babel
@@ -8004,7 +8010,7 @@
 
 <h2 id="letter-J">J</h2>
 
-<ol start="1248">
+<ol start="1249">
 
 <li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small>
 Metafont version of tiles in the style of Slavik Jablan
@@ -8148,7 +8154,7 @@
 
 <h2 id="letter-K">K</h2>
 
-<ol start="1267">
+<ol start="1268">
 
 <li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small>
 Generate sentences in Kant's style
@@ -8402,7 +8408,7 @@
 
 <h2 id="letter-L">L</h2>
 
-<ol start="1297">
+<ol start="1298">
 
 <li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
 LaTeX pictures "how-to" (German)
@@ -9665,7 +9671,7 @@
 
 <h2 id="letter-M">M</h2>
 
-<ol start="1488">
+<ol start="1489">
 
 <li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small>
 A preprocessor for pmx
@@ -10809,7 +10815,7 @@
 
 <h2 id="letter-N">N</h2>
 
-<ol start="1671">
+<ol start="1672">
 
 <li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small>
 Detecting and warning about obsolete LaTeX commands
@@ -11250,7 +11256,7 @@
 
 <h2 id="letter-O">O</h2>
 
-<ol start="1739">
+<ol start="1740">
 
 <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
 A bundle of packages submitted by Heiko Oberdiek
@@ -11482,7 +11488,7 @@
 </small></li>
 
 <li><b><a href="texmf-dist/doc/latex/optidef">optidef</a></b>:<small>
-Provides a standard set of environments for writing minimization problems
+Environments for writing optimization problems
 <a href="texmf-dist/doc/latex/optidef/optidef.pdf">optidef.pdf</a>.
 </small></li>
 
@@ -11561,7 +11567,7 @@
 
 <h2 id="letter-P">P</h2>
 
-<ol start="1775">
+<ol start="1776">
 
 <li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small>
 Interrogate page colour
@@ -13019,6 +13025,11 @@
 <a href="texmf-dist/doc/latex/pst-vectorian/psvectorian.pdf">psvectorian.pdf</a>.
 </small></li>
 
+<li><b><a href="texmf-dist/doc/generic/pst-vehicle">pst-vehicle</a></b>:<small>
+A PSTricks package for rolling vehicles on curves of mathematical functions
+<a href="texmf-dist/doc/generic/pst-vehicle/pst-vehicle-doc.pdf">pst-vehicle-doc.pdf</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/latex/pst-vowel">pst-vowel</a></b>:<small>
 Enable arrows showing diphthongs on vowel charts
 <a href="texmf-dist/doc/latex/pst-vowel/pst-vowel.pdf">pst-vowel.pdf</a>.
@@ -13241,7 +13252,7 @@
 
 <h2 id="letter-Q">Q</h2>
 
-<ol start="2040">
+<ol start="2042">
 
 <li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
 Macros to generate quantum ciruits
@@ -13316,7 +13327,7 @@
 
 <h2 id="letter-R">R</h2>
 
-<ol start="2052">
+<ol start="2054">
 
 <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
 Use Raleway with TeX(-alike) systems
@@ -13750,7 +13761,7 @@
 
 <h2 id="letter-S">S</h2>
 
-<ol start="2118">
+<ol start="2120">
 
 <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
 TikZ library to draw switching architectures
@@ -14968,7 +14979,7 @@
 
 <h2 id="letter-T">T</h2>
 
-<ol start="2312">
+<ol start="2314">
 
 <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
 Draw tangles, trees, Hopf algebra operations and other pictures
@@ -16296,7 +16307,8 @@
 
 <li><b><a href="texmf-dist/doc/latex/tqft">tqft</a></b>:<small>
 Drawing TQFT diagrams with TikZ/PGF
-<a href="texmf-dist/doc/latex/tqft/tqft_doc.pdf">tqft_doc.pdf</a>.
+<a href="texmf-dist/doc/latex/tqft/tqft.pdf">tqft.pdf</a>,
+<a href="texmf-dist/doc/latex/tqft/tqft_code.pdf">tqft_code.pdf</a>.
 </small></li>
 
 <li><b><a href="texmf-dist/doc/generic/tracklang/samples/animals">tracklang</a></b>:<small>
@@ -16598,7 +16610,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="2532">
+<ol start="2534">
 
 <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
 University of Arizona thesis and dissertation format
@@ -16921,7 +16933,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="2588">
+<ol start="2590">
 
 <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
 Bibliographic style file for Biomedical Journals
@@ -17125,7 +17137,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="2622">
+<ol start="2624">
 
 <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
 Wadalab (Japanese) font packages
@@ -17246,7 +17258,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="2639">
+<ol start="2641">
 
 <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
 Define commands with many optional arguments
@@ -17658,7 +17670,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="2697">
+<ol start="2699">
 
 <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
 A bundle of miscellaneous footnote packages
@@ -17727,7 +17739,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="2708">
+<ol start="2710">
 
 <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
 Typesetting Z and CSP format specifications

Modified: trunk/Master/tlpkg/installer/config.guess
===================================================================
--- trunk/Master/tlpkg/installer/config.guess	2017-06-05 00:17:57 UTC (rev 44461)
+++ trunk/Master/tlpkg/installer/config.guess	2017-06-05 00:21:17 UTC (rev 44462)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-05-11'
+timestamp='2017-05-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1304,8 +1304,8 @@
 	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
 	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
 		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		    (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-		    grep IS_64BIT_ARCH >/dev/null
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_64BIT_ARCH >/dev/null
 		then
 		    case $UNAME_PROCESSOR in
 			i386) UNAME_PROCESSOR=x86_64 ;;
@@ -1312,6 +1312,13 @@
 			powerpc) UNAME_PROCESSOR=powerpc64 ;;
 		    esac
 		fi
+		# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+		if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+		       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		       grep IS_PPC >/dev/null
+		then
+		    UNAME_PROCESSOR=powerpc
+		fi
 	    fi
 	elif test "$UNAME_PROCESSOR" = i386 ; then
 	    # Avoid executing cc on OS X 10.9, as it ships with a stub



More information about the tex-live-commits mailing list