texlive[56458] Master: update documentation for new tlmgr info fields

commits+preining at tug.org commits+preining at tug.org
Mon Sep 28 00:20:18 CEST 2020


Revision: 56458
          http://tug.org/svn/texlive?view=revision&revision=56458
Author:   preining
Date:     2020-09-28 00:20:18 +0200 (Mon, 28 Sep 2020)
Log Message:
-----------
update documentation for new tlmgr info fields

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
    trunk/Master/tlpkg/doc/json-formats.txt

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-09-27 21:47:13 UTC (rev 56457)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-09-27 22:20:18 UTC (rev 56458)
@@ -8349,11 +8349,16 @@
 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>
 
 In case C<--json> is specified, the output is a

Modified: trunk/Master/tlpkg/doc/json-formats.txt
===================================================================
--- trunk/Master/tlpkg/doc/json-formats.txt	2020-09-27 21:47:13 UTC (rev 56457)
+++ trunk/Master/tlpkg/doc/json-formats.txt	2020-09-27 22:20:18 UTC (rev 56458)
@@ -59,6 +59,7 @@
 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



More information about the tex-live-commits mailing list.