summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-09 02:17:37 +0000
committerKarl Berry <karl@freefriends.org>2011-06-09 02:17:37 +0000
commitab80d185db6c853dc873e3418d9120f8e9a0f4e3 (patch)
tree262b59f97e7da2bef37db8e4a1c97d5570e8907e /Master
parent5eccbb2a7d32a68b6f3aafc710446ab11b6401c6 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@22878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/doc.html2
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.135
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.man1.pdfbin63194 -> 63632 bytes
-rw-r--r--Master/texmf/scripts/texlive/var/texcatalogue.keywords205
-rwxr-xr-xMaster/tlpkg/installer/config.guess2
5 files changed, 136 insertions, 108 deletions
diff --git a/Master/doc.html b/Master/doc.html
index 2e0d62a27fa..2ceac988a72 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -1492,6 +1492,7 @@ A companion package for the Swiss typesetter.
</small></li>
<li><b><a href="texmf/doc/chktex">chktex</a></b>:<small>
+Check for errors in LaTeX documents.
<a href="texmf/doc/chktex/ChkTeX.pdf">ChkTeX.pdf</a>,
<a href="texmf/doc/man/man1/chktex.man1.pdf">chktex.man1.pdf</a>,
<a href="texmf/doc/man/man1/chkweb.man1.pdf">chkweb.man1.pdf</a>,
@@ -10702,6 +10703,7 @@ Expandable macros that take an optional argument.
</small></li>
<li><b><a href="texmf-dist/doc/latex/xpackages/xbase">xpackages</a></b>:<small>
+A generic document command parser.
<a href="texmf-dist/doc/latex/xpackages/xbase/ldcsetup.pdf">ldcsetup.pdf</a>,
<a href="texmf-dist/doc/latex/xpackages/xbase/template.pdf">template.pdf</a>,
<a href="texmf-dist/doc/latex/xpackages/xbase/xparse.pdf">xparse.pdf</a>,
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index 82fff5ca269..5f6c9d658cc 100644
--- a/Master/texmf/doc/man/man1/tlmgr.1
+++ b/Master/texmf/doc/man/man1/tlmgr.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 "2011-04-29" "perl v5.12.3" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2011-06-09" "perl v5.12.3" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -816,13 +816,16 @@ descriptions. See \*(L"\s-1TAXONOMIES\s0\*(R" below.
Search for package names, descriptions, and taxonomies, but not files.
.SS "show [\fIoptions\fP] \fIpkg\fP..."
.IX Subsection "show [options] pkg..."
-Display information about \fIpkg\fR: the name, category, installation status,
-short and long description. Searches in the remote installation source
-for the package if it is not locally installed.
+Display information about \fIpkg\fR: the name, category, short and long
+description, installation status, and TeX Live revision number.
+Searches in the remote installation source for the package if it is not
+locally installed.
.PP
-It also displays the information taken from the TeX Catalogue (license,
-date, version), but note that there is a high probability that this
-information is slightly off due to timing issues.
+It also displays information taken from the TeX Catalogue, namely the
+package version, date, and license. Consider these, especially the
+package version, approximations only, due to timing skew of the updates
+of the difference pieces. The \f(CW\*(C`revision\*(C'\fR value, by contrast, comes
+directly from \s-1TL\s0 and is reliable.
.PP
Options:
.IP "\fB\-\-list\fR" 4
@@ -844,6 +847,20 @@ dependencies in a similar way.
In addition to the normal data displayed, also display information for
given packages from the corresponding taxonomy (or all of them). See
\&\*(L"\s-1TAXONOMIES\s0\*(R" below for details.
+.SS "dump-tlpdb [\fIoptions\fP]"
+.IX Subsection "dump-tlpdb [options]"
+Dumps local or remote \s-1TLPDB\s0 as is to stdout.
+.PP
+Options:
+.IP "\fB\-\-local\fR" 4
+.IX Item "--local"
+Dumps the local tlpdb.
+.IP "\fB\-\-remote\fR" 4
+.IX Item "--remote"
+Dumps the remote tlpdb.
+.PP
+If both \fB\-\-local\fR and \fB\-\-remote\fR is given, only the local tlpdb is dumped
+out. If none is given then nothing is dumped.
.SS "list [\-\-only\-installed] [collections|schemes|\fIpkg\fP...]"
.IX Subsection "list [--only-installed] [collections|schemes|pkg...]"
With no argument, lists all packages available at the package
@@ -854,8 +871,8 @@ the request type.
.PP
With anything else as arguments, operates as the \f(CW\*(C`show\*(C'\fR action.
.PP
-If the option \f(CW\*(C`\-\-only\-installed\*(C'\fR is given the installation source will
-not be used and only locally installed packages, collections, or schemes
+If the option \f(CW\*(C`\-\-only\-installed\*(C'\fR is given, the installation source will
+not be used; only locally installed packages, collections, or schemes
are listed.
.SS "check [\fIoption\fP]... [files|depends|executes|runfiles|all]"
.IX Subsection "check [option]... [files|depends|executes|runfiles|all]"
diff --git a/Master/texmf/doc/man/man1/tlmgr.man1.pdf b/Master/texmf/doc/man/man1/tlmgr.man1.pdf
index d74fbeed3b8..f3530558adb 100644
--- a/Master/texmf/doc/man/man1/tlmgr.man1.pdf
+++ b/Master/texmf/doc/man/man1/tlmgr.man1.pdf
Binary files differ
diff --git a/Master/texmf/scripts/texlive/var/texcatalogue.keywords b/Master/texmf/scripts/texlive/var/texcatalogue.keywords
index bd388d685c9..09026bfd713 100644
--- a/Master/texmf/scripts/texlive/var/texcatalogue.keywords
+++ b/Master/texmf/scripts/texlive/var/texcatalogue.keywords
@@ -5779,6 +5779,7 @@ $taxonomy = {
'graphics from outside TeX'
],
'hypdvips' => [
+ 'cross references',
'output format PDF, PostScript',
'URLs, hyperlinks'
],
@@ -15566,8 +15567,8 @@ $taxonomy = {
Uncharacterized',
'yannisgr' => '
Uncharacterized',
- 'hypdvips' => '
- Uncharacterized',
+ 'hypdvips' => 'Programming in TeX > Cross
+ references',
'doublecol' => '
Uncharacterized',
'iwona' => '
@@ -30027,6 +30028,7 @@ $taxonomy = {
'pdfsync',
'refcount',
'hyperref',
+ 'hypdvips',
'smartref',
'modref',
'zref',
@@ -32485,12 +32487,6 @@ $taxonomy = {
},
'functionality' => {},
'secondary' => {
- 'Literate
- programming' => {
- '_packages_' => [
- 'ydoc'
- ]
- },
'Programming in TeX >
Other' => {
'_packages_' => [
@@ -32562,33 +32558,20 @@ $taxonomy = {
'kdgcoursetext'
]
},
+ 'Programming in TeX' => {
+ 'Cross
+ references' => {
+ '_packages_' => [
+ 'hypdvips'
+ ]
+ }
+ },
'Page-focused >
Verbatim' => {
'_packages_' => [
'cprotect'
]
},
- 'Output >
- DVI' => {
- '_packages_' => [
- 'dvipdfmx-def'
- ]
- },
- 'Document types' => {
- 'Other
- ' => {
- 'Misc' => {
- '_packages_' => [
- 'chextras'
- ]
- },
- 'Music' => {
- '_packages_' => [
- 'Midi2TeX/Free'
- ]
- }
- }
- },
'Graphics >
Other' => {
'_packages_' => [
@@ -32596,18 +32579,6 @@ $taxonomy = {
'svg-inkscape'
]
},
- 'Infrastructure >
- Extensions' => {
- '_packages_' => [
- 'Mem'
- ]
- },
- 'Non-english languages >
- Chinese, Japanese, Korean' => {
- '_packages_' => [
- 'w32tex'
- ]
- },
'Document parts >
Bibliography' => {
'Others' => {
@@ -32645,42 +32616,12 @@ $taxonomy = {
]
}
},
- 'Graphics' => {
- 'Inside
- TeX' => {
- '_packages_' => [
- 'chemfig',
- 'drawstack',
- 'xymtex',
- 'pgfgantt',
- 'synttree',
- 'bodegraph',
- 'duotenzor',
- 'bloques',
- 'bondgraph',
- 'piano'
- ]
- },
- 'MetaFont or
- Metapost' => {
- '_packages_' => [
- 'chemarrow',
- 'makefonts'
- ]
- }
- },
'Non-english languages >
Indian languages' => {
'_packages_' => [
'tfrupee'
]
},
- 'Page-focused >
- Color' => {
- '_packages_' => [
- 'pdfcolparcolumns'
- ]
- },
'Document parts' => {
'Chapters
and Sections' => {
@@ -32690,12 +32631,6 @@ $taxonomy = {
]
}
},
- 'Document types >
- Presentations' => {
- '_packages_' => [
- 'statex'
- ]
- },
'Tools >
Other' => {
'_packages_' => [
@@ -32723,6 +32658,93 @@ $taxonomy = {
]
}
},
+ 'Document parts >
+ Index' => {
+ '_packages_' => [
+ 'tocbibind'
+ ]
+ },
+ 'Non-english languages >
+ Italian' => {
+ '_packages_' => [
+ 'amsmath-it'
+ ]
+ },
+ 'Literate
+ programming' => {
+ '_packages_' => [
+ 'ydoc'
+ ]
+ },
+ 'Document types' => {
+ 'Other
+ ' => {
+ 'Misc' => {
+ '_packages_' => [
+ 'chextras'
+ ]
+ },
+ 'Music' => {
+ '_packages_' => [
+ 'Midi2TeX/Free'
+ ]
+ }
+ }
+ },
+ 'Output >
+ DVI' => {
+ '_packages_' => [
+ 'dvipdfmx-def'
+ ]
+ },
+ 'Infrastructure >
+ Extensions' => {
+ '_packages_' => [
+ 'Mem'
+ ]
+ },
+ 'Non-english languages >
+ Chinese, Japanese, Korean' => {
+ '_packages_' => [
+ 'w32tex'
+ ]
+ },
+ 'Graphics' => {
+ 'Inside
+ TeX' => {
+ '_packages_' => [
+ 'chemfig',
+ 'drawstack',
+ 'xymtex',
+ 'pgfgantt',
+ 'synttree',
+ 'bodegraph',
+ 'duotenzor',
+ 'bloques',
+ 'bondgraph',
+ 'piano'
+ ]
+ },
+ 'MetaFont or
+ Metapost' => {
+ '_packages_' => [
+ 'chemarrow',
+ 'makefonts'
+ ]
+ }
+ },
+ 'Page-focused >
+ Color' => {
+ '_packages_' => [
+ 'pdfcolparcolumns'
+ ]
+ },
+ 'Document types >
+ Presentations' => {
+ '_packages_' => [
+ 'statex'
+ ]
+ },
'
Uncharacterized' => {
'_packages_' => [
@@ -34262,7 +34284,6 @@ $taxonomy = {
'asymptote-by-example-zh-cn',
'uhthesis',
'yannisgr',
- 'hypdvips',
'doublecol',
'iwona',
'egothic',
@@ -36061,6 +36082,14 @@ $taxonomy = {
'paratype'
]
},
+ 'Documentation >
+ Other' => {
+ '_packages_' => [
+ 'tipa-de',
+ 'colordoc',
+ 'ntheorem-vn'
+ ]
+ },
'Subject-specific typesetting
' => {
'Other natural sciences' => {
@@ -36127,32 +36156,12 @@ $taxonomy = {
}
}
},
- 'Documentation >
- Other' => {
- '_packages_' => [
- 'tipa-de',
- 'colordoc',
- 'ntheorem-vn'
- ]
- },
'Page-focused >
Other' => {
'_packages_' => [
'easy-todo',
'censor'
]
- },
- 'Document parts >
- Index' => {
- '_packages_' => [
- 'tocbibind'
- ]
- },
- 'Non-english languages >
- Italian' => {
- '_packages_' => [
- 'amsmath-it'
- ]
}
},
'primary' => {
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index ea5f06fc5f3..b02565c7b2f 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 Free Software Foundation, Inc.
-timestamp='2011-05-11'
+timestamp='2011-06-03'
# 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