texlive[43175] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Thu Feb 9 02:05:39 CET 2017


Revision: 43175
          http://tug.org/svn/texlive?view=revision&revision=43175
Author:   karl
Date:     2017-02-09 02:05:39 +0100 (Thu, 09 Feb 2017)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/config.guess
    trunk/Build/source/build-aux/config.sub
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
    trunk/Build/source/libs/icu/icu-src/source/config.guess
    trunk/Build/source/libs/icu/icu-src/source/config.sub
    trunk/Build/source/utils/asymptote/config.guess
    trunk/Build/source/utils/asymptote/config.sub
    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-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/build-aux/config.guess	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -1343,6 +1343,9 @@
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit ;;
+    NSX-?:NONSTOP_KERNEL:*:*)
+	echo nsx-tandem-nsk${UNAME_RELEASE}
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
 	exit ;;

Modified: trunk/Build/source/build-aux/config.sub
===================================================================
--- trunk/Build/source/build-aux/config.sub	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/build-aux/config.sub	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -948,6 +948,9 @@
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
+	nsx-tandem)
+		basic_machine=nsx-tandem
+		;;
 	op50n-* | op60c-*)
 		basic_machine=hppa1.1-oki
 		os=-proelf

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -1343,6 +1343,9 @@
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit ;;
+    NSX-?:NONSTOP_KERNEL:*:*)
+	echo nsx-tandem-nsk${UNAME_RELEASE}
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
 	exit ;;

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -948,6 +948,9 @@
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
+	nsx-tandem)
+		basic_machine=nsx-tandem
+		;;
 	op50n-* | op60c-*)
 		basic_machine=hppa1.1-oki
 		os=-proelf

Modified: trunk/Build/source/libs/icu/icu-src/source/config.guess
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.guess	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/libs/icu/icu-src/source/config.guess	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -1343,6 +1343,9 @@
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit ;;
+    NSX-?:NONSTOP_KERNEL:*:*)
+	echo nsx-tandem-nsk${UNAME_RELEASE}
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
 	exit ;;

Modified: trunk/Build/source/libs/icu/icu-src/source/config.sub
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.sub	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/libs/icu/icu-src/source/config.sub	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -948,6 +948,9 @@
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
+	nsx-tandem)
+		basic_machine=nsx-tandem
+		;;
 	op50n-* | op60c-*)
 		basic_machine=hppa1.1-oki
 		os=-proelf

Modified: trunk/Build/source/utils/asymptote/config.guess
===================================================================
--- trunk/Build/source/utils/asymptote/config.guess	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/utils/asymptote/config.guess	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -1343,6 +1343,9 @@
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit ;;
+    NSX-?:NONSTOP_KERNEL:*:*)
+	echo nsx-tandem-nsk${UNAME_RELEASE}
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
 	exit ;;

Modified: trunk/Build/source/utils/asymptote/config.sub
===================================================================
--- trunk/Build/source/utils/asymptote/config.sub	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Build/source/utils/asymptote/config.sub	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -948,6 +948,9 @@
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
+	nsx-tandem)
+		basic_machine=nsx-tandem
+		;;
 	op50n-* | op60c-*)
 		basic_machine=hppa1.1-oki
 		os=-proelf

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2017-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Master/doc.html	2017-02-09 01:05:39 UTC (rev 43175)
@@ -7787,6 +7787,12 @@
 <a href="texmf-dist/doc/latex/jlabels/jlabels.pdf">jlabels.pdf</a>.
 </small></li>
 
+<li><b><a href="texmf-dist/doc/latex/jlreq">jlreq</a></b>:<small>
+Japanese document class based on requirements for Japanese text layout
+<a href="texmf-dist/doc/latex/jlreq/README-ja.html">README-ja.html</a>,
+<a href="texmf-dist/doc/latex/jlreq/README.html">README.html</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/latex/jmlr">jmlr</a></b>:<small>
 Class files for the Journal of Machine Learning Research
 <a href="texmf-dist/doc/latex/jmlr/jmlr.pdf">jmlr.pdf</a>,
@@ -7881,7 +7887,7 @@
 
 <h2 id="letter-K">K</h2>
 
-<ol start="1243">
+<ol start="1244">
 
 <li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small>
 Generate sentences in Kant's style
@@ -8134,7 +8140,7 @@
 
 <h2 id="letter-L">L</h2>
 
-<ol start="1273">
+<ol start="1274">
 
 <li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
 LaTeX pictures "how-to" (German)
@@ -9356,7 +9362,7 @@
 
 <h2 id="letter-M">M</h2>
 
-<ol start="1457">
+<ol start="1458">
 
 <li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small>
 A preprocessor for pmx
@@ -10465,7 +10471,7 @@
 
 <h2 id="letter-N">N</h2>
 
-<ol start="1634">
+<ol start="1635">
 
 <li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small>
 Detecting and warning about obsolete LaTeX commands
@@ -10884,7 +10890,7 @@
 
 <h2 id="letter-O">O</h2>
 
-<ol start="1700">
+<ol start="1701">
 
 <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
 A bundle of packages submitted by Heiko Oberdiek
@@ -11195,7 +11201,7 @@
 
 <h2 id="letter-P">P</h2>
 
-<ol start="1736">
+<ol start="1737">
 
 <li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small>
 Interrogate page colour
@@ -12864,7 +12870,7 @@
 
 <h2 id="letter-Q">Q</h2>
 
-<ol start="2000">
+<ol start="2001">
 
 <li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
 Macros to generate quantum ciruits
@@ -12939,7 +12945,7 @@
 
 <h2 id="letter-R">R</h2>
 
-<ol start="2012">
+<ol start="2013">
 
 <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
 Use Raleway with TeX(-alike) systems
@@ -13364,7 +13370,7 @@
 
 <h2 id="letter-S">S</h2>
 
-<ol start="2077">
+<ol start="2078">
 
 <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
 TikZ library to draw switching architectures
@@ -14573,7 +14579,7 @@
 
 <h2 id="letter-T">T</h2>
 
-<ol start="2268">
+<ol start="2269">
 
 <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
 Draw tangles, trees, Hopf algebra operations and other pictures
@@ -16184,7 +16190,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="2485">
+<ol start="2486">
 
 <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
 University of Arizona thesis and dissertation format
@@ -16500,7 +16506,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="2540">
+<ol start="2541">
 
 <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
 Bibliographic style file for Biomedical Journals
@@ -16699,7 +16705,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="2573">
+<ol start="2574">
 
 <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
 Wadalab (Japanese) font packages
@@ -16818,7 +16824,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="2590">
+<ol start="2591">
 
 <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
 Define commands with many optional arguments
@@ -17192,7 +17198,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="2647">
+<ol start="2648">
 
 <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
 A bundle of miscellaneous footnote packages
@@ -17261,7 +17267,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="2658">
+<ol start="2659">
 
 <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-02-09 01:02:36 UTC (rev 43174)
+++ trunk/Master/tlpkg/installer/config.guess	2017-02-09 01:05:39 UTC (rev 43175)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -1343,6 +1343,9 @@
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit ;;
+    NSX-?:NONSTOP_KERNEL:*:*)
+	echo nsx-tandem-nsk${UNAME_RELEASE}
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
 	exit ;;



More information about the tex-live-commits mailing list