texlive[74170] branches/branch2024.final: ppmcheckpdf (branch)
commits+karl at tug.org
commits+karl at tug.org
Thu Feb 20 21:47:30 CET 2025
Revision: 74170
https://tug.org/svn/texlive?view=revision&revision=74170
Author: karl
Date: 2025-02-20 21:47:30 +0100 (Thu, 20 Feb 2025)
Log Message:
-----------
ppmcheckpdf (branch) (20feb25)
Modified Paths:
--------------
branches/branch2024.final/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua
branches/branch2024.final/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1
branches/branch2024.final/Master/texmf-dist/doc/man/man1/ppmcheckpdf.man1.pdf
branches/branch2024.final/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.pdf
branches/branch2024.final/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex
branches/branch2024.final/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua
Modified: branches/branch2024.final/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua
===================================================================
--- branches/branch2024.final/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 20:46:41 UTC (rev 74169)
+++ branches/branch2024.final/Build/source/texk/texlive/linked_scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 20:47:30 UTC (rev 74170)
@@ -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: branches/branch2024.final/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1 2025-02-20 20:46:41 UTC (rev 74169)
+++ branches/branch2024.final/Master/texmf-dist/doc/man/man1/ppmcheckpdf.1 2025-02-20 20:47:30 UTC (rev 74170)
@@ -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: branches/branch2024.final/Master/texmf-dist/doc/man/man1/ppmcheckpdf.man1.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2024.final/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2024.final/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex 2025-02-20 20:46:41 UTC (rev 74169)
+++ branches/branch2024.final/Master/texmf-dist/doc/support/ppmcheckpdf/ppmcheckpdf.tex 2025-02-20 20:47:30 UTC (rev 74170)
@@ -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: branches/branch2024.final/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua
===================================================================
--- branches/branch2024.final/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 20:46:41 UTC (rev 74169)
+++ branches/branch2024.final/Master/texmf-dist/scripts/ppmcheckpdf/ppmcheckpdf.lua 2025-02-20 20:47:30 UTC (rev 74170)
@@ -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.