texlive[70851] trunk: l3sys-query (3apr24)

commits+karl at tug.org commits+karl at tug.org
Wed Apr 3 23:18:16 CEST 2024


Revision: 70851
          https://tug.org/svn/texlive?view=revision&revision=70851
Author:   karl
Date:     2024-04-03 23:18:16 +0200 (Wed, 03 Apr 2024)
Log Message:
-----------
l3sys-query (3apr24)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua
    trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1
    trunk/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf
    trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md
    trunk/Master/texmf-dist/doc/support/l3sys-query/README.md
    trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf
    trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex
    trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua

Modified: trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua	2024-04-03 21:18:05 UTC (rev 70850)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3sys-query/l3sys-query.lua	2024-04-03 21:18:16 UTC (rev 70851)
@@ -36,7 +36,7 @@
 -- Details of the script itself, etc.
 --
 local copyright = "Copyright (C) 2024 The LaTeX Project"
-local release_date = "2024-03-28"
+local release_date = "2024-04-03"
 local script_desc = "System queries for LaTeX using Lua\n"
 local script_name = "l3sys-query"
 
@@ -368,7 +368,7 @@
 
   -- 'Header' of fixed info
   print("Usage: " .. script_name .. " <cmd> [<options>] [<args>]\n")
-  print("Valid  <cmd>s are:")
+  print("Valid <cmd>s are:")
 
   -- Sort the commands, pad the descriptions, print
   local t,longest = format_list(cmd_desc)

Modified: trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1	2024-04-03 21:18:05 UTC (rev 70850)
+++ trunk/Master/texmf-dist/doc/man/man1/l3sys-query.1	2024-04-03 21:18:16 UTC (rev 70851)
@@ -1,4 +1,4 @@
-.TH L3SYS-QUERY 1 "2024-03-28" "LaTeX"
+.TH L3SYS-QUERY 1 "2024-04-03" "LaTeX"
 
 .SH NAME
 l3sys-query
@@ -14,3 +14,30 @@
 used 'out of the box' with any install TeX system. The script is written taking
 account of TeX Live security requirement; it is therefore suitable for use with
 restricted shell escape, the standard setting when installing a TeX system.
+
+.SH COMMANDS
+Valid <cmd>s are:
+   ls  Prints a listing based on the <args> and <options>
+   pwd Prints the present working directory
+
+.SH OPTIONS
+Valid <options> are:
+   --exclude        [<xarg>] Exclude entries from directory listing
+   --help|-h        Prints this message and exits
+   --ignore-case    Ignore case when sorting directory listing
+   --pattern|-p     Treat (x)args as a Lua pattern
+   --recursive|-r   Activates recursive directory listing
+   --reverse        Reversing sorting order
+   --sort           [name|date] Method used to sort directory listing
+   --type           [d|f] Select just the directories or files in a listing
+   --version|-v     Prints version information and exits
+
+.SH "SEE ALSO"
+Full manual available via 'texdoc l3sys-query'.
+
+Repository : https://github.com/latex3/l3sys-query
+
+Bug tracker: https://github.com/latex3/l3sys-query/issues
+
+.SH AUTHORS
+Copyright (C) 2024 The LaTeX Project
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/man/man1/l3sys-query.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md	2024-04-03 21:18:05 UTC (rev 70850)
+++ trunk/Master/texmf-dist/doc/support/l3sys-query/CHANGELOG.md	2024-04-03 21:18:16 UTC (rev 70851)
@@ -7,6 +7,11 @@
 
 ## [Unreleased]
 
+## [2024-04-03]
+
+### Changed
+- Corrected generation of man file
+
 ## [2024-03-28]
 
 ### Changed
@@ -26,6 +31,7 @@
 ### Added
 - New script
 
-[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-03-28...HEAD
+[Unreleased]: https://github.com/latex3/l3sys-query/compare/2024-04-03...HEAD
+[2024-04-03]: https://github.com/latex3/l3sys-query/compare/2024-03-28...2024-04-03
 [2024-03-28]: https://github.com/latex3/l3sys-query/compare/2024-03-15...2024-03-28
 [2024-03-15]: https://github.com/latex3/l3sys-query/compare/2024-03-14...2024-03-15

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/l3sys-query/README.md	2024-04-03 21:18:05 UTC (rev 70850)
+++ trunk/Master/texmf-dist/doc/support/l3sys-query/README.md	2024-04-03 21:18:16 UTC (rev 70851)
@@ -1,6 +1,6 @@
 # `l3sys-query`: System queries for LaTeX using Lua
 
-Release 2024-03-28
+Release 2024-04-03
 
 ## Overview
 

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex	2024-04-03 21:18:05 UTC (rev 70850)
+++ trunk/Master/texmf-dist/doc/support/l3sys-query/l3sys-query-tool.tex	2024-04-03 21:18:16 UTC (rev 70851)
@@ -45,7 +45,7 @@
   }%
 }
 
-\date{Release 2024-03-28}
+\date{Release 2024-04-03}
 
 \maketitle
 \tableofcontents

Modified: trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua	2024-04-03 21:18:05 UTC (rev 70850)
+++ trunk/Master/texmf-dist/scripts/l3sys-query/l3sys-query.lua	2024-04-03 21:18:16 UTC (rev 70851)
@@ -36,7 +36,7 @@
 -- Details of the script itself, etc.
 --
 local copyright = "Copyright (C) 2024 The LaTeX Project"
-local release_date = "2024-03-28"
+local release_date = "2024-04-03"
 local script_desc = "System queries for LaTeX using Lua\n"
 local script_name = "l3sys-query"
 
@@ -368,7 +368,7 @@
 
   -- 'Header' of fixed info
   print("Usage: " .. script_name .. " <cmd> [<options>] [<args>]\n")
-  print("Valid  <cmd>s are:")
+  print("Valid <cmd>s are:")
 
   -- Sort the commands, pad the descriptions, print
   local t,longest = format_list(cmd_desc)



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