From fc70fc1f98488ffbd2bfd999999e9d0cdd9339b9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 5 Jun 2017 00:21:17 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@44462 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/build-aux/config.guess | 13 ++++- .../freetype-src/builds/unix/config.guess | 13 ++++- Build/source/libs/icu/icu-src/source/config.guess | 13 ++++- Build/source/utils/asymptote/config.guess | 13 ++++- Master/doc.html | 64 +++++++++++++--------- Master/tlpkg/installer/config.guess | 13 ++++- 6 files changed, 88 insertions(+), 41 deletions(-) diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index faa63aa9429..2193702b12a 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -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,14 +1304,21 @@ EOF 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 ;; 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 diff --git a/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess index faa63aa9429..2193702b12a 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess @@ -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,14 +1304,21 @@ EOF 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 ;; 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 diff --git a/Build/source/libs/icu/icu-src/source/config.guess b/Build/source/libs/icu/icu-src/source/config.guess index faa63aa9429..2193702b12a 100755 --- a/Build/source/libs/icu/icu-src/source/config.guess +++ b/Build/source/libs/icu/icu-src/source/config.guess @@ -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,14 +1304,21 @@ EOF 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 ;; 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 diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index faa63aa9429..2193702b12a 100644 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -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,14 +1304,21 @@ EOF 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 ;; 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 diff --git a/Master/doc.html b/Master/doc.html index d00d90f0dbf..e6777cade79 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -3018,6 +3018,12 @@ Cite all entries of a bbl created with BibLaTeX citeall.pdf. +
  • cje: +LaTeX document class for CJE articles +canadian-flag.pdf, +cjetemplate.pdf. +
  • +
  • cjhebrew: Typeset Hebrew with LaTeX cjhebrew.pdf. @@ -4128,7 +4134,7 @@ Cyrillic bibtex and makeindex.

    D

    -
      +
      1. dad: Simple typesetting system for mixed Arabic/Latin documents @@ -4958,7 +4964,7 @@ Construct Dynkin tree diagrams

        E

        -
          +
          1. e-french: Comprehensive LaTeX support for French-language typesetting @@ -5797,7 +5803,7 @@ Extend the standard classes' size options

            F

            -
              +
              1. facsimile: Document class for preparing faxes @@ -6640,7 +6646,7 @@ Get first and last words of a page

                G

                -
                  +
                  1. g-brief: Letter document class @@ -7235,7 +7241,7 @@ Facilitates writing/editing of multiaccented greek
                  2. gregoriotex: -engraving Gregorian Chant scores +Engraving Gregorian Chant scores GregorioNabcRef.pdf, GregorioRef.pdf.
                  3. @@ -7339,7 +7345,7 @@ Bundle of classes for "La Gazette des Mathematiciens"

                    H

                    -
                      +
                      1. h2020proposal: LaTeX class and template for EU H2020 RIA proposal @@ -7649,7 +7655,7 @@ Basic support for multiple languages in Plain TeX

                        I

                        -
                          +
                          1. ibycus-babel: Use the Ibycus 4 Greek font with Babel @@ -8004,7 +8010,7 @@ A two-element sans-serif font

                            J

                            -
                              +
                              1. jablantile: Metafont version of tiles in the style of Slavik Jablan @@ -8148,7 +8154,7 @@ A replacement for LaTeX's verbatim package

                                K

                                -
                                  +
                                  1. kantlipsum: Generate sentences in Kant's style @@ -8402,7 +8408,7 @@ A two-element sans-serif typeface

                                    L

                                    -
                                      +
                                      1. l2picfaq: LaTeX pictures "how-to" (German) @@ -9665,7 +9671,7 @@ Set of slide fonts based on CM

                                        M

                                        -
                                          +
                                          1. m-tx: A preprocessor for pmx @@ -10809,7 +10815,7 @@ XeLaTeX template for writing the main body of NSFC proposals

                                            N

                                            -
                                              +
                                              1. nag: Detecting and warning about obsolete LaTeX commands @@ -11250,7 +11256,7 @@ Support for the journal "North-Western European Journal of Mathematics"

                                                O

                                                -
                                                  +
                                                  1. oberdiek: A bundle of packages submitted by Heiko Oberdiek @@ -11482,7 +11488,7 @@ SPIE Optical Engineering and OE Letters manuscript template
                                                  2. optidef: -Provides a standard set of environments for writing minimization problems +Environments for writing optimization problems optidef.pdf.
                                                  3. @@ -11561,7 +11567,7 @@ Combine LaTeX commands over included graphics

                                                    P

                                                    -
                                                      +
                                                      1. pagecolor: Interrogate page colour @@ -13019,6 +13025,11 @@ Printing ornaments psvectorian.pdf.
                                                      2. +
                                                      3. pst-vehicle: +A PSTricks package for rolling vehicles on curves of mathematical functions +pst-vehicle-doc.pdf. +
                                                      4. +
                                                      5. pst-vowel: Enable arrows showing diphthongs on vowel charts pst-vowel.pdf. @@ -13241,7 +13252,7 @@ Run Python from within a document, typesetting the results

                                                        Q

                                                        -
                                                          +
                                                          1. qcircuit: Macros to generate quantum ciruits @@ -13316,7 +13327,7 @@ An easy way to typeset any part of The Holy Quran

                                                            R

                                                            -
                                                              +
                                                              1. raleway: Use Raleway with TeX(-alike) systems @@ -13750,7 +13761,7 @@ Class for Ryerson Unversity Graduate School requirements

                                                                S

                                                                -
                                                                  +
                                                                  1. sa-tikz: TikZ library to draw switching architectures @@ -14968,7 +14979,7 @@ Format systems of equations

                                                                    T

                                                                    -
                                                                      +
                                                                      1. t-angles: Draw tangles, trees, Hopf algebra operations and other pictures @@ -16296,7 +16307,8 @@ Use tpic commands in pdfTeX
                                                                      2. tqft: Drawing TQFT diagrams with TikZ/PGF -tqft_doc.pdf. +tqft.pdf, +tqft_code.pdf.
                                                                      3. tracklang: @@ -16598,7 +16610,7 @@ Print a typographic grid

                                                                        U

                                                                        -
                                                                          +
                                                                          1. uaclasses: University of Arizona thesis and dissertation format @@ -16921,7 +16933,7 @@ University of Washington thesis class

                                                                            V

                                                                            -
                                                                              +
                                                                              1. vancouver: Bibliographic style file for Biomedical Journals @@ -17125,7 +17137,7 @@ Variable-width multiple text columns

                                                                                W

                                                                                -
                                                                                  +
                                                                                  1. wadalab: Wadalab (Japanese) font packages @@ -17246,7 +17258,7 @@ Extend LaTeX's cross-reference system

                                                                                    X

                                                                                    -
                                                                                      +
                                                                                      1. xargs: Define commands with many optional arguments @@ -17658,7 +17670,7 @@ Tree macros using XY-Pic

                                                                                        Y

                                                                                        -
                                                                                          +
                                                                                          1. yafoot: A bundle of miscellaneous footnote packages @@ -17727,7 +17739,7 @@ Many-featured Young tableaux and Young diagrams

                                                                                            Z

                                                                                            -
                                                                                              +
                                                                                              1. zed-csp: Typesetting Z and CSP format specifications diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index faa63aa9429..2193702b12a 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -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,14 +1304,21 @@ EOF 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 ;; 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 -- cgit v1.2.3