summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-26 20:01:30 +0000
committerKarl Berry <karl@freefriends.org>2022-10-26 20:01:30 +0000
commit970dfb5cce2f77432281bd2a31d2d6956b92f899 (patch)
treee627709ad52ef934e0705fea84abfe3e44fc8fe4 /Master
parentca5a98b89f01c5a17ad8bdddc9e2127c5acb4e58 (diff)
filehook (26oct22)
git-svn-id: svn://tug.org/texlive/trunk@64822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/filehook/DEPENDS.txt6
-rw-r--r--Master/texmf-dist/doc/latex/filehook/README7
-rw-r--r--Master/texmf-dist/doc/latex/filehook/README.txt12
-rw-r--r--Master/texmf-dist/doc/latex/filehook/filehook.pdfbin304009 -> 316022 bytes
-rw-r--r--Master/texmf-dist/source/latex/filehook/filehook.dtx10
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-2019.sty6
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-2020.sty6
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-fink.sty2
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-listings.sty2
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-memoir.sty2
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty2
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook.sty6
12 files changed, 37 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/filehook/DEPENDS.txt b/Master/texmf-dist/doc/latex/filehook/DEPENDS.txt
new file mode 100644
index 00000000000..fa0a16dcfbd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/filehook/DEPENDS.txt
@@ -0,0 +1,6 @@
+soft pgf # Only needed for optional pgf-filehook
+soft fink # compatibility patches if loaded
+soft listings # compatibility patches if loaded
+soft memoir # compatibility patches if loaded
+soft scrlfile # compatibility patches if loaded
+soft ydoc # for compilation of package manual only \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/filehook/README b/Master/texmf-dist/doc/latex/filehook/README
deleted file mode 100644
index aeac2f848e5..00000000000
--- a/Master/texmf-dist/doc/latex/filehook/README
+++ /dev/null
@@ -1,7 +0,0 @@
-LaTeX package 'filehook'
-~~~~~~~~~~~~~~~~~~~~~~~~
-Copyright (c) 2010-2020 by Martin Scharrer <martin@scharrer-online.de>
-Code repository: ssh://hth@helixteamhub.cloud/scharrer/projects/filehook/
-
-Provides several file hooks for files read by \input, \include and \InputIfFileExists.
-
diff --git a/Master/texmf-dist/doc/latex/filehook/README.txt b/Master/texmf-dist/doc/latex/filehook/README.txt
new file mode 100644
index 00000000000..4cafdf94691
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/filehook/README.txt
@@ -0,0 +1,12 @@
+LaTeX package 'filehook'
+~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2010-2022 by Martin Scharrer <martin.scharrer@web.de>
+License: LPPL v1.3c or later <https://www.latex-project.org/lppl/lppl-1-3c/>
+CTAN: https://www.ctan.org/pkg/filehook
+Texdoc: https://texdoc.org/pkg/filehook
+Homepage: https://github.com/MartinScharrer/filehook
+Repository: https://github.com/MartinScharrer/filehook.git
+Issue tracker: https://github.com/MartinScharrer/filehook/issues
+
+Provides several file hooks for files read by \input, \include and \InputIfFileExists.
+
diff --git a/Master/texmf-dist/doc/latex/filehook/filehook.pdf b/Master/texmf-dist/doc/latex/filehook/filehook.pdf
index bd94ed1a666..d1d42364317 100644
--- a/Master/texmf-dist/doc/latex/filehook/filehook.pdf
+++ b/Master/texmf-dist/doc/latex/filehook/filehook.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/filehook/filehook.dtx b/Master/texmf-dist/source/latex/filehook/filehook.dtx
index eee04bd9afd..2008f1a4890 100644
--- a/Master/texmf-dist/source/latex/filehook/filehook.dtx
+++ b/Master/texmf-dist/source/latex/filehook/filehook.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%<=*COPYRIGHT>
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -26,10 +26,10 @@
%<*driver>
\ProvidesFile{filehook.dtx}[%
%<=*DATE>
- 2020/09/29
+ 2022/10/25
%<=/DATE>
%<=*VERSION>
- v0.8a
+ v0.8b
%<=/VERSION>
Hooks for input files]
\documentclass{ydoc}
@@ -102,13 +102,15 @@
% \changes{v0.7}{2020/02/03}{Further fixes for InputIfFileExists for LaTeX format 2019/10/01.}
% \changes{v0.8}{2020/09/27}{Support for LaTeX format 2020/10/01.}
% \changes{v0.8a}{2020/09/29}{Further fixes for LaTeX format 2020/10/01.}
+% \changes{v0.8b}{2022/10/25}{Updated package URLs. Added DEPENDS.txt file.}
%
% \GetFileInfo{filehook.dtx}
%
% \DoNotIndex{\newcommand,\newenvironment}
%
% \author{Martin Scharrer}
-% \email{martin@scharrer-online.de}
+% \email{martin.scharrer@web.de}
+% \github{MartinScharrer/filehook}
% \maketitle
%
% \begin{abstract}
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-2019.sty b/Master/texmf-dist/tex/latex/filehook/filehook-2019.sty
index 9e2bc9db5da..4be1d1279e6 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook-2019.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-2019.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -19,8 +19,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{filehook-2019}[% filehook subpackage, do not load directly
- 2020/09/29
- v0.8a
+ 2022/10/25
+ v0.8b
Hooks for input files]
\newif\iffilehook@force
\DeclareOption{force}{\filehook@forcetrue}
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-2020.sty b/Master/texmf-dist/tex/latex/filehook/filehook-2020.sty
index 43c4cd2d7a4..c6c72c45e24 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook-2020.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-2020.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -19,8 +19,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{filehook-2020}[% filehook subpackage, do not load directly
- 2020/09/29
- v0.8a
+ 2022/10/25
+ v0.8b
Hooks for input files]
\DeclareOption{force}{}
\ProcessOptions\relax
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-fink.sty b/Master/texmf-dist/tex/latex/filehook/filehook-fink.sty
index 93605a2c9f0..340ecff1bb5 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook-fink.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-fink.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-listings.sty b/Master/texmf-dist/tex/latex/filehook/filehook-listings.sty
index f5f94482a12..9a67156daa8 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook-listings.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-listings.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-memoir.sty b/Master/texmf-dist/tex/latex/filehook/filehook-memoir.sty
index fe1bf3a4773..4865b5ab45b 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook-memoir.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-memoir.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty b/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty
index bb3d60279fc..123e983dc9e 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook.sty b/Master/texmf-dist/tex/latex/filehook/filehook.sty
index b2f09be2973..b436f23da7c 100644
--- a/Master/texmf-dist/tex/latex/filehook/filehook.sty
+++ b/Master/texmf-dist/tex/latex/filehook/filehook.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
+%% Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de>
%% ----------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -19,8 +19,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{filehook}[%
- 2020/09/29
- v0.8a
+ 2022/10/25
+ v0.8b
Hooks for input files]
\DeclareOption{force}{\PassOptionsToPackage{force}{filehook-2019}}
\ProcessOptions\relax