diff options
author | Norbert Preining <preining@logic.at> | 2020-09-27 22:20:18 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2020-09-27 22:20:18 +0000 |
commit | 4b88cb6ccb2c55a18cf82a5496da6fe0e317410f (patch) | |
tree | 28d11ebe92a07f2069a994ab3d0349454e2b0308 | |
parent | 75eec5fb52e91c68f9f9c29c835f199574addffd (diff) |
update documentation for new tlmgr info fields
git-svn-id: svn://tug.org/texlive/trunk@56458 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 13 | ||||
-rw-r--r-- | Master/tlpkg/doc/json-formats.txt | 1 |
2 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index d70911a2e69..b89a068c7e9 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -8349,10 +8349,15 @@ C<--only-installed> and C<--only-remote> cannot both be specified. If the option C<--data> is given, its argument must be a comma separated list of field names from: C<name>, C<category>, C<localrev>, C<remoterev>, C<shortdesc>, C<longdesc>, C<installed>, C<size>, C<relocatable>, C<depends>, -C<cat-version>, C<cat-date>, or C<cat-license>. In this case the requested -packages' information is listed in CSV format one package per line, and the -column information is given by the C<itemN>. The C<depends> column contains -the name of all dependencies separated by C<:>. +C<cat-version>, C<cat-date>, or C<cat-license>, and various C<cat-contact-*> +fields. For the C<cat-> fields, there are two more variants with prefix C<l> +and C<r>, that is C<lcat-version> and C<rcat-version> etc, which indicate +the local and remote information, respectively. The variants without C<l> and +C<r> show the most current one, that is normally the remote one. + +The requested packages' information is listed in CSV format one package per +line, and the column information is given by the C<itemN>. The C<depends> +column contains the name of all dependencies separated by C<:>. =item B<--json> diff --git a/Master/tlpkg/doc/json-formats.txt b/Master/tlpkg/doc/json-formats.txt index b44966bacf4..9db666eabfb 100644 --- a/Master/tlpkg/doc/json-formats.txt +++ b/Master/tlpkg/doc/json-formats.txt @@ -59,6 +59,7 @@ Removed fields: revision Added fields: - Number type: lrev, rrev -- local and remote revision of the package - Boolean type: available (available at repository), installed +- Hash type: rcataloguedata -- catalogue data on the remote side TLPDBSINGLE |