texlive[67526] trunk: typeoutfileinfo (1jul23)
commits+karl at tug.org
commits+karl at tug.org
Sat Jul 1 21:38:32 CEST 2023
Revision: 67526
http://tug.org/svn/texlive?view=revision&revision=67526
Author: karl
Date: 2023-07-01 21:38:32 +0200 (Sat, 01 Jul 2023)
Log Message:
-----------
typeoutfileinfo (1jul23)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/typeoutfileinfo/typeoutfileinfo.sh
trunk/Master/texmf-dist/doc/support/typeoutfileinfo/README
trunk/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
Modified: trunk/Build/source/texk/texlive/linked_scripts/typeoutfileinfo/typeoutfileinfo.sh
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/typeoutfileinfo/typeoutfileinfo.sh 2023-07-01 19:38:21 UTC (rev 67525)
+++ trunk/Build/source/texk/texlive/linked_scripts/typeoutfileinfo/typeoutfileinfo.sh 2023-07-01 19:38:32 UTC (rev 67526)
@@ -1,46 +1,46 @@
#!/bin/sh
##
## This is `typeoutfileinfo.sh', a minimalist shell script for Unices.
-##
+##
## ./typeoutfileinfo.sh [FILENAME].[EXT]
##
## runs latex with the readprov package:
##
-## http://ctan.org/pkg/readprov
+## https://ctan.org/pkg/readprov
##
## in order to display [FILENAME].[TXT]'s FILE INFO (\listfile entry)
-## using \typeout. This requires that [FILENAME].[EXT] contains a
+## using \typeout. This requires that [FILENAME].[EXT] contains a
## \ProvidesFile, \ProvidesPackage, or \ProvidesClass command.
latex \\RequirePackage{readprov}\\ReadFileInfos{$1}\
\\typeout{^^J^^J + $1 info: + \\csname ver@$1\\endcsname^^J}\
\\batchmode\\stop
##
-## Copyright (C) 2012 Uwe Lueck, http://contact-ednotes.sty.de.vu/
+## Copyright © 2012 Uwe Lück (deceased)
##
## This program may be distributed and/or modified under the
## conditions of the LaTeX Project Public License, either version 1.3c
## of this license or (at your option) any later version.
## The latest version of this license is in
-## http://www.latex-project.org/lppl.txt
-## and version 1.3c or later is part of all distributions of LaTeX
+## https://www.latex-project.org/lppl.txt
+## and version 1.3c or later is part of all distributions of LaTeX
## version 1999/12/01 or later.
##
## There is NO WARRANTY.
##
-## This is package version v0.31 as of 2012-09-28.
+## This is package version v0.32 as of 2023-06-30.
##
-## CREDITS: This work derived from Harald Harders' `latexfileversion'
-## as a simplification using my `readprov'. Reinhard Kotucha
+## CREDITS: This work derived from Harald Harders' `latexfileversion'
+## as a simplification using my `readprov'. Reinhard Kotucha
## improved the code, see HISTORY.
##
-## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
-## `ltxfileinfo' when you wonder which version of a source file
-## (package, document component) is available in some directory --
-## I typically test package changes by symbolic links in single
-## project directories before installing them globally, and then
-## sometimes don't remember ... when I get an "undefined" error,
-## I wonder whether I have installed the symbolic link or whether
-## I just forgot to define this, or whether I lost the most recent
+## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
+## `ltxfileinfo' when you wonder which version of a source file
+## (package, document component) is available in some directory --
+## I typically test package changes by symbolic links in single
+## project directories before installing them globally, and then
+## sometimes don't remember ... when I get an "undefined" error,
+## I wonder whether I have installed the symbolic link or whether
+## I just forgot to define this, or whether I lost the most recent
## version ...
##
## HISTORY:
@@ -47,6 +47,8 @@
## v0.1a 2012/03/16
## v0.2 2012/09/16 adds \batchmode thanks to Heiko Oberdiek on texhax
## v0.21 2012/09/19 shebang line corrected/improved by Reinhard Kotucha
-## v0.3 2012/09/27 long line instead of here document,
-## different spacing, * -> + (misinterpreded)
+## v0.3 2012/09/27 long line instead of here document,
+## different spacing, * -> + (misinterpreded)
## v0.31 2012/09/28 code line broken by `\', thanks to Reinhard Kotucha
+## v0.32 2023-06-30 Uwe Lück is deceased:
+## https://www.webdesign-bu.de/uwe_lueck/contact.html
\ No newline at end of file
Modified: trunk/Master/texmf-dist/doc/support/typeoutfileinfo/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/typeoutfileinfo/README 2023-07-01 19:38:21 UTC (rev 67525)
+++ trunk/Master/texmf-dist/doc/support/typeoutfileinfo/README 2023-07-01 19:38:32 UTC (rev 67526)
@@ -1,7 +1,7 @@
README for the `typeoutfileinfo' package
- (C) Uwe Lueck 2012/03/16
+ 2023-06-30 v0.32
+ © 2012 Uwe Lück (deceased)
-
`typeoutfileinfo.sh' is a minimalist shell script for Unix-like
systems, displaying the info content in the \ProvidesFile,
\ProvidesPackage, or \ProvidesClass command of a LaTeX source
@@ -8,18 +8,14 @@
file on screen. This requires the `readprov' package.
See the file `typeoutfileinfo.sh' for details.
-LICENSE: LPPL v1.3c or later, author-maintained.
+LICENSE: LPPL v1.3c or later.
The latest public version of the package is available at
- http://mirror.ctan.org/support/typeoutfileinfo/
+ https://ctan.org/pkg/typeoutfileinfo
A TDS version of the package is available as
- http://mirror.ctan.org/install/support/typeoutfileinfo.tds.zip
+ https://mirrors.ctan.org/install/support/typeoutfileinfo.tds.zip
-Please report bugs, problems, and suggestions via
-
- http://www.contact-ednotes.sty.de.vu
-
-SEE ALSO script packages `latexfileversion' and `ltxfileinfo'.
+SEE ALSO script packages `latexfileversion' and `ltxfileinfo'.
\ No newline at end of file
Modified: trunk/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
===================================================================
--- trunk/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh 2023-07-01 19:38:21 UTC (rev 67525)
+++ trunk/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh 2023-07-01 19:38:32 UTC (rev 67526)
@@ -1,46 +1,46 @@
#!/bin/sh
##
## This is `typeoutfileinfo.sh', a minimalist shell script for Unices.
-##
+##
## ./typeoutfileinfo.sh [FILENAME].[EXT]
##
## runs latex with the readprov package:
##
-## http://ctan.org/pkg/readprov
+## https://ctan.org/pkg/readprov
##
## in order to display [FILENAME].[TXT]'s FILE INFO (\listfile entry)
-## using \typeout. This requires that [FILENAME].[EXT] contains a
+## using \typeout. This requires that [FILENAME].[EXT] contains a
## \ProvidesFile, \ProvidesPackage, or \ProvidesClass command.
latex \\RequirePackage{readprov}\\ReadFileInfos{$1}\
\\typeout{^^J^^J + $1 info: + \\csname ver@$1\\endcsname^^J}\
\\batchmode\\stop
##
-## Copyright (C) 2012 Uwe Lueck, http://contact-ednotes.sty.de.vu/
+## Copyright © 2012 Uwe Lück (deceased)
##
## This program may be distributed and/or modified under the
## conditions of the LaTeX Project Public License, either version 1.3c
## of this license or (at your option) any later version.
## The latest version of this license is in
-## http://www.latex-project.org/lppl.txt
-## and version 1.3c or later is part of all distributions of LaTeX
+## https://www.latex-project.org/lppl.txt
+## and version 1.3c or later is part of all distributions of LaTeX
## version 1999/12/01 or later.
##
## There is NO WARRANTY.
##
-## This is package version v0.31 as of 2012-09-28.
+## This is package version v0.32 as of 2023-06-30.
##
-## CREDITS: This work derived from Harald Harders' `latexfileversion'
-## as a simplification using my `readprov'. Reinhard Kotucha
+## CREDITS: This work derived from Harald Harders' `latexfileversion'
+## as a simplification using my `readprov'. Reinhard Kotucha
## improved the code, see HISTORY.
##
-## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
-## `ltxfileinfo' when you wonder which version of a source file
-## (package, document component) is available in some directory --
-## I typically test package changes by symbolic links in single
-## project directories before installing them globally, and then
-## sometimes don't remember ... when I get an "undefined" error,
-## I wonder whether I have installed the symbolic link or whether
-## I just forgot to define this, or whether I lost the most recent
+## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
+## `ltxfileinfo' when you wonder which version of a source file
+## (package, document component) is available in some directory --
+## I typically test package changes by symbolic links in single
+## project directories before installing them globally, and then
+## sometimes don't remember ... when I get an "undefined" error,
+## I wonder whether I have installed the symbolic link or whether
+## I just forgot to define this, or whether I lost the most recent
## version ...
##
## HISTORY:
@@ -47,6 +47,8 @@
## v0.1a 2012/03/16
## v0.2 2012/09/16 adds \batchmode thanks to Heiko Oberdiek on texhax
## v0.21 2012/09/19 shebang line corrected/improved by Reinhard Kotucha
-## v0.3 2012/09/27 long line instead of here document,
-## different spacing, * -> + (misinterpreded)
+## v0.3 2012/09/27 long line instead of here document,
+## different spacing, * -> + (misinterpreded)
## v0.31 2012/09/28 code line broken by `\', thanks to Reinhard Kotucha
+## v0.32 2023-06-30 Uwe Lück is deceased:
+## https://www.webdesign-bu.de/uwe_lueck/contact.html
\ No newline at end of file
More information about the tex-live-commits
mailing list.