From 3e0467e58c947afe330399fd593eecb75a1e7896 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 3 Jan 2014 02:23:17 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@32553 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/build-aux/config.guess | 6 +-- Build/source/build-aux/config.sub | 6 +-- Build/source/extra/xz/build-aux/config.guess | 6 +-- Build/source/extra/xz/build-aux/config.sub | 6 +-- .../freetype-2.5.2/builds/unix/config.guess | 34 +++++++----- .../freetype-2.5.2/builds/unix/config.sub | 6 +-- Build/source/libs/icu/icu-52.1/source/config.guess | 6 +-- Build/source/libs/icu/icu-52.1/source/config.sub | 6 +-- Build/source/utils/asymptote/config.guess | 6 +-- Build/source/utils/asymptote/config.sub | 6 +-- Master/doc.html | 60 ++++++++++++---------- Master/tlpkg/installer/config.guess | 6 +-- 12 files changed, 86 insertions(+), 68 deletions(-) diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # 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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # 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 @@ -68,7 +68,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Build/source/extra/xz/build-aux/config.guess +++ b/Build/source/extra/xz/build-aux/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # 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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/extra/xz/build-aux/config.sub b/Build/source/extra/xz/build-aux/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/extra/xz/build-aux/config.sub +++ b/Build/source/extra/xz/build-aux/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # 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 @@ -68,7 +68,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess index b79252d6b10..4438cd70fa3 100755 --- a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-06-10' +timestamp='2014-01-01' # 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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -1260,16 +1260,26 @@ EOF if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - 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 - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac + 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 + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; diff --git a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # 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 @@ -68,7 +68,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/libs/icu/icu-52.1/source/config.guess b/Build/source/libs/icu/icu-52.1/source/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Build/source/libs/icu/icu-52.1/source/config.guess +++ b/Build/source/libs/icu/icu-52.1/source/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # 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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/libs/icu/icu-52.1/source/config.sub b/Build/source/libs/icu/icu-52.1/source/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/libs/icu/icu-52.1/source/config.sub +++ b/Build/source/libs/icu/icu-52.1/source/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # 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 @@ -68,7 +68,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 9afd6762064..4438cd70fa3 100644 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # 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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 61cb4bc22db..092cff00ea7 100644 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # 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 @@ -68,7 +68,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Master/doc.html b/Master/doc.html index 3f4e8155534..fd7672919ac 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -2315,6 +2315,14 @@ Upright punctuation with CM italic. testfont.pdf. +
  • cnbwp: +Typeset working papers of the Czech National Bank. +cnbpaper.pdf, +cnbwp-manual-cs.pdf, +cnbwp-manual-en.pdf, +graph18.pdf. +
  • +
  • cnltx: LaTeX tools and documenting facilities. cnltx_en.pdf. @@ -2991,7 +2999,7 @@ Cyrillic bibtex and makeindex.

    D

    -
      +
      1. dashbox: Draw dashed boxes. @@ -3473,7 +3481,7 @@ Construct Dynkin tree diagrams.

        E

        -
          +
          1. ean13isbn: Print EAN13 for ISBN. @@ -4122,7 +4130,7 @@ Extend the standard classes' size options.

            F

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

                G

                -
                  +
                  1. g-brief: Letter document class. @@ -5239,7 +5247,7 @@ Macros for typesetting the GuIT logo.

                    H

                    -
                      +
                      1. HA-prosper: Patches and improvements for prosper. @@ -5478,7 +5486,7 @@ Basic support for multiple languages in Plain TeX.

                        I

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

                            J

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

                                K

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

                                    L

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

                                        M

                                        -
                                          +
                                          1. m-tx: A preprocessor for pmx. @@ -8201,7 +8209,7 @@ Build a format based on the preamble of a LaTeX file.

                                            N

                                            -
                                              +
                                              1. nag: Detecting and warning about obsolete LaTeX commands @@ -8534,7 +8542,7 @@ Print numbers with separators and exponent if necessary.

                                                O

                                                -
                                                  +
                                                  1. oberdiek: A bundle of packages submitted by Heiko Oberdiek. @@ -8807,7 +8815,7 @@ Combine LaTeX commands over included graphics.

                                                    P

                                                    -
                                                      +
                                                      1. pagecolor: Interrogate page colour. @@ -9436,10 +9444,10 @@ Make posters and banners with TeX. poster2.pdf.
                                                      2. -
                                                      3. powerdot: +
                                                      4. powerdot: A presentation class. -powerdot.pdf, -powerdotDE.pdf. +powerdot.pdf, +powerdotDE.pdf.
                                                      5. powerdot-FUBerlin: @@ -10259,7 +10267,7 @@ Run Python from within a document, typesetting the results.

                                                        Q

                                                        -
                                                          +
                                                          1. qcm: A LaTeX2e class for making multiple choice questionnaires @@ -10308,7 +10316,7 @@ Consistent quote marks.

                                                            R

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

                                                                S

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

                                                                    T

                                                                    -
                                                                      +
                                                                      1. t-angles: Draw tangles, trees, Hopf algebra operations and other pictures. @@ -13022,7 +13030,7 @@ Print a typographic grid.

                                                                        U

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

                                                                            V

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

                                                                                W

                                                                                -
                                                                                  +
                                                                                  1. wadalab: Wadalab (Japanese) font packages. @@ -13541,7 +13549,7 @@ LaTeX class for Bavarian school w-seminar papers.

                                                                                    X

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

                                                                                        Y

                                                                                        -
                                                                                          +
                                                                                          1. yafoot: A bundle of miscellaneous footnote packages. @@ -13878,7 +13886,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 9afd6762064..4438cd70fa3 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # 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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -- cgit v1.2.3