diff options
-rwxr-xr-x | Build/source/build-aux/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/build-aux/config.sub | 4 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.sub | 4 | ||||
-rwxr-xr-x | Build/source/libs/freetype/freetype-1.5/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/libs/freetype/freetype-1.5/config.sub | 4 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.sub | 4 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-49.1/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-49.1/config.sub | 4 | ||||
-rw-r--r-- | Build/source/utils/asymptote/config.guess | 8 | ||||
-rw-r--r-- | Build/source/utils/asymptote/config.sub | 4 | ||||
-rw-r--r-- | Master/doc.html | 14 | ||||
-rw-r--r-- | Master/texmf/scripts/texlive/var/texcatalogue.keywords | 11 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 8 |
15 files changed, 69 insertions, 36 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index d622a44e551..aa04f04bda9 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 6205f8423d6..aa2cf19b81e 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-04-18' +timestamp='2012-06-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess index d622a44e551..aa04f04bda9 100755 --- a/Build/source/extra/xz/build-aux/config.guess +++ b/Build/source/extra/xz/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/Build/source/extra/xz/build-aux/config.sub b/Build/source/extra/xz/build-aux/config.sub index 6205f8423d6..aa2cf19b81e 100755 --- a/Build/source/extra/xz/build-aux/config.sub +++ b/Build/source/extra/xz/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-04-18' +timestamp='2012-06-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/Build/source/libs/freetype/freetype-1.5/config.guess b/Build/source/libs/freetype/freetype-1.5/config.guess index d622a44e551..aa04f04bda9 100755 --- a/Build/source/libs/freetype/freetype-1.5/config.guess +++ b/Build/source/libs/freetype/freetype-1.5/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/Build/source/libs/freetype/freetype-1.5/config.sub b/Build/source/libs/freetype/freetype-1.5/config.sub index 6205f8423d6..aa2cf19b81e 100755 --- a/Build/source/libs/freetype/freetype-1.5/config.sub +++ b/Build/source/libs/freetype/freetype-1.5/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-04-18' +timestamp='2012-06-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess index d622a44e551..aa04f04bda9 100755 --- a/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.sub index 6205f8423d6..aa2cf19b81e 100755 --- a/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-04-18' +timestamp='2012-06-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/Build/source/libs/icu/icu-49.1/config.guess b/Build/source/libs/icu/icu-49.1/config.guess index d622a44e551..aa04f04bda9 100755 --- a/Build/source/libs/icu/icu-49.1/config.guess +++ b/Build/source/libs/icu/icu-49.1/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/Build/source/libs/icu/icu-49.1/config.sub b/Build/source/libs/icu/icu-49.1/config.sub index 6205f8423d6..aa2cf19b81e 100755 --- a/Build/source/libs/icu/icu-49.1/config.sub +++ b/Build/source/libs/icu/icu-49.1/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-04-18' +timestamp='2012-06-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index d622a44e551..aa04f04bda9 100644 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 6205f8423d6..aa2cf19b81e 100644 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-04-18' +timestamp='2012-06-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1352,7 +1352,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ diff --git a/Master/doc.html b/Master/doc.html index 4cb7386ab2f..da76ad9a83e 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -1758,7 +1758,7 @@ A package for typesetting chess problem diagrams. </small></li> <li><b><a href="texmf-dist/doc/latex/chet">chet</a></b>:<small> -LaTeX class inspired by harvmac. +LaTeX layout inspired by harvmac. <a href="texmf-dist/doc/latex/chet/chetdoc.pdf">chetdoc.pdf</a>. </small></li> @@ -2356,7 +2356,7 @@ Provides a scaled Courier font. </small></li> <li><b><a href="texmf-dist/doc/latex/coverpage">coverpage</a></b>:<small> -Automatic cover page creation for scientific papers (with BibTeX data and copyright notice). +Automatic cover page creation for scientific papers. <a href="texmf-dist/doc/latex/coverpage/CoverPage.pdf">CoverPage.pdf</a>, <a href="texmf-dist/doc/latex/coverpage/ECCV06Sample.pdf">ECCV06Sample.pdf</a>, <a href="texmf-dist/doc/latex/coverpage/SimpleSample.pdf">SimpleSample.pdf</a>. @@ -2877,7 +2877,7 @@ Derivation trees with MetaPost. Document class for the journal of DANTE. <a href="texmf-dist/doc/latex/dtk/doc/beispiel-lua.pdf">beispiel-lua.pdf</a>, <a href="texmf-dist/doc/latex/dtk/doc/beispiel-xtx.pdf">beispiel-xtx.pdf</a>, -<a href="texmf-dist/doc/latex/dtk/doc/beispiel.pdf">beispiel.pdf</a> (de). +<a href="texmf-dist/doc/latex/dtk/doc/beispiel.pdf">beispiel.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/dtxgallery">dtxgallery</a></b>:<small> @@ -7161,7 +7161,7 @@ Name authority mechanism for consistency in body text and index. </small></li> <li><b><a href="texmf-dist/doc/latex/namespc">namespc</a></b>:<small> -Rudimentary c++-like namespaces in LaTeX. +Rudimentary C++-like namespaces in LaTeX. <a href="texmf-dist/doc/latex/namespc/namespc.pdf">namespc.pdf</a>. </small></li> @@ -7602,7 +7602,7 @@ Fonts for typesetting Ogham script. </small></li> <li><b><a href="texmf-dist/doc/fonts/oldlatin">oldlatin</a></b>:<small> -Compute Modern like font with long s. +Compute Modern-like font with long s. <a href="texmf-dist/doc/fonts/oldlatin/oldlatin.pdf">oldlatin.pdf</a>, <a href="texmf-dist/doc/fonts/oldlatin/test_ol_all.pdf">test_ol_all.pdf</a>, <a href="texmf-dist/doc/fonts/oldlatin/test_ol_bf.pdf">test_ol_bf.pdf</a>, @@ -8038,7 +8038,7 @@ Draw Gantt charts with TikZ. </small></li> <li><b><a href="texmf-dist/doc/lualatex/pgfmolbio">pgfmolbio</a></b>:<small> -Draw graphs typically found in molevular biology texts. +Draw graphs typically found in molecular biology texts. <a href="texmf-dist/doc/lualatex/pgfmolbio/pgfmolbio.pdf">pgfmolbio.pdf</a>. </small></li> @@ -11121,7 +11121,7 @@ Macros for drawing graphs of graph theory. </small></li> <li><b><a href="texmf-dist/doc/latex/tkz-euclide">tkz-euclide</a></b>:<small> -Tools for drawing euclidean geometry. +Tools for drawing Euclidean geometry. <a href="texmf-dist/doc/latex/tkz-euclide/tkz-euclide-screen.pdf">tkz-euclide-screen.pdf</a>. </small></li> diff --git a/Master/texmf/scripts/texlive/var/texcatalogue.keywords b/Master/texmf/scripts/texlive/var/texcatalogue.keywords index 9cdbb829035..a1e1b12c06a 100644 --- a/Master/texmf/scripts/texlive/var/texcatalogue.keywords +++ b/Master/texmf/scripts/texlive/var/texcatalogue.keywords @@ -29468,7 +29468,7 @@ $taxonomy = { 'vwcol' => 'Page-focused > Multiple columns', 'lgrx' => 'Non-English languages > - Other', + Greek', 'calorie' => 'Document types > Other > Recipes', 'softmaker-veracruz' => 'Fonts > Support @@ -41127,8 +41127,7 @@ $taxonomy = { 'fundus-cyr', 'esperant', 'serbian-lig', - 'espo', - 'lgrx' + 'espo' ] }, 'Page-focused > @@ -42603,6 +42602,12 @@ $taxonomy = { ] } }, + 'Non-English languages > + Greek' => { + '_packages_' => [ + 'lgrx' + ] + }, 'Document types' => { '_packages_' => [ diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index d622a44e551..aa04f04bda9 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-06-17' # 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 @@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -1256,7 +1260,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) |