texlive[74165] trunk: ppmcheckpdf (20feb25)
commits+karl at tug.org
commits+karl at tug.org
Thu Feb 20 21:41:15 CET 2025
Revision: 74165
https://tug.org/svn/texlive?view=revision&revision=74165
Author: karl
Date: 2025-02-20 21:41:15 +0100 (Thu, 20 Feb 2025)
Log Message:
-----------
ppmcheckpdf (20feb25)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua
trunk/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1
trunk/Master/texmf-dist/doc/man/man1/ppmcheckpdf.man1.pdf
trunk/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.pdf
trunk/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex
trunk/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua
Modified: trunk/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 15:25:47 UTC (rev 74164)
+++ trunk/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 20:41:15 UTC (rev 74165)
@@ -1,14 +1,14 @@
#!/usr/bin/env texlua
-- Description: Image-based regression testing for LaTeX packages
--- Copyright: 2024 (c) Jianrui Lyu <tolvjr at 163.com>
+-- Copyright: 2024-2025 (c) Jianrui Lyu <tolvjr at 163.com>
-- Repository: https://github.com/lvjr/ppmcheckpdf
-- License: The LaTeX Project Public License 1.3c
local pcp = pcp or {}
-pcp.version = "2024C"
-pcp.date = "2024-12-02"
+pcp.version = "2025A"
+pcp.date = "2025-02-20"
--------------------------------------------
--> \section{Some code from l3build.lua}
@@ -177,6 +177,8 @@
if cfg == "build" then
return testdir
else
+ -- testfiledir may has been changed
+ dofile(cfg .. ".lua")
return testdir .. "-" .. cfg
end
end
Modified: trunk/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1 2025-02-20 15:25:47 UTC (rev 74164)
+++ trunk/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1 2025-02-20 20:41:15 UTC (rev 74165)
@@ -1,4 +1,4 @@
-.TH ppmcheckpdf 1 "2024-12-02" "2024C"
+.TH ppmcheckpdf 1 "2025-02-20" "2025A"
.SH NAME
Ppmcheckpdf \- Image-based regression testing for LaTeX packages
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/ppmcheckpdf.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex 2025-02-20 15:25:47 UTC (rev 74164)
+++ trunk/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex 2025-02-20 20:41:15 UTC (rev 74165)
@@ -2,7 +2,7 @@
\documentclass[oneside,12pt]{article}
\usepackage[a4paper,margin=2cm]{geometry}
-\newcommand*{\myversion}{2024C}
+\newcommand*{\myversion}{2025A}
\newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)}
\newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
Modified: trunk/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 15:25:47 UTC (rev 74164)
+++ trunk/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 20:41:15 UTC (rev 74165)
@@ -1,14 +1,14 @@
#!/usr/bin/env texlua
-- Description: Image-based regression testing for LaTeX packages
--- Copyright: 2024 (c) Jianrui Lyu <tolvjr at 163.com>
+-- Copyright: 2024-2025 (c) Jianrui Lyu <tolvjr at 163.com>
-- Repository: https://github.com/lvjr/ppmcheckpdf
-- License: The LaTeX Project Public License 1.3c
local pcp = pcp or {}
-pcp.version = "2024C"
-pcp.date = "2024-12-02"
+pcp.version = "2025A"
+pcp.date = "2025-02-20"
--------------------------------------------
--> \section{Some code from l3build.lua}
@@ -177,6 +177,8 @@
if cfg == "build" then
return testdir
else
+ -- testfiledir may has been changed
+ dofile(cfg .. ".lua")
return testdir .. "-" .. cfg
end
end
More information about the tex-live-commits
mailing list.