pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Tue Mar 31 10:28:28 UTC 2026
Modified Files:
pkgsrc/print/tex-tagpdf: Makefile PLIST distinfo
pkgsrc/print/tex-tagpdf-doc: Makefile PLIST distinfo
Log Message:
tex-tagpdf{,-doc}: update to 0.99z
0.99w
- prepare use of symbolic structure names for paragraphs.
- use tagging sockets in links
- space code error with preloaded fonts
0.99x
- space chars lost at line breaks
- check if PDF version has been changed and error if needed
0.99y
* hyphens from hyphenation are now marked with an Artifact if
agging is active, and no longer uses the U+00AD glyph by default
* active/softhyphen key has more options.
* update parent-child rules for 2.0 (adapted to upcoming changes
in ISO 32005 + best practice for math)
0.99z
- container for untagged links in luatex.
- new command \tag_if_in:nTF
- Artifacts where added to StructTreeRoot instead of Document
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-tagpdf/Makefile \
pkgsrc/print/tex-tagpdf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-tagpdf/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-tagpdf-doc/Makefile \
pkgsrc/print/tex-tagpdf-doc/PLIST pkgsrc/print/tex-tagpdf-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-tagpdf/Makefile
diff -u pkgsrc/print/tex-tagpdf/Makefile:1.4 pkgsrc/print/tex-tagpdf/Makefile:1.5
--- pkgsrc/print/tex-tagpdf/Makefile:1.4 Sat May 10 23:34:35 2025
+++ pkgsrc/print/tex-tagpdf/Makefile Tue Mar 31 10:28:28 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2025/05/10 23:34:35 markd Exp $
+# $NetBSD: Makefile,v 1.5 2026/03/31 10:28:28 markd Exp $
DISTNAME= tagpdf
-PKGNAME= tex-${DISTNAME}-0.99p
-TEXLIVE_REV= 74760
+PKGNAME= tex-${DISTNAME}-0.99z
+TEXLIVE_REV= 78445
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/tagpdf
-COMMENT= Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
+COMMENT= Code for PDF tagging using pdfLaTeX and LuaLaTeX
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
Index: pkgsrc/print/tex-tagpdf/distinfo
diff -u pkgsrc/print/tex-tagpdf/distinfo:1.4 pkgsrc/print/tex-tagpdf/distinfo:1.5
--- pkgsrc/print/tex-tagpdf/distinfo:1.4 Sat May 10 23:34:35 2025
+++ pkgsrc/print/tex-tagpdf/distinfo Tue Mar 31 10:28:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/05/10 23:34:35 markd Exp $
+$NetBSD: distinfo,v 1.5 2026/03/31 10:28:28 markd Exp $
-BLAKE2s (tagpdf.r74760.tar.xz) = a1719f8b7d7527db8021c94112261a328cd40ae85c212431ea0633085499c3a3
-SHA512 (tagpdf.r74760.tar.xz) = 594bf3770ebf9b6021bfcdc8ccdc64332df8eff2561401b49c54950fa0413cbe9f7d36811b27fd8422176b0066d9bddc98ad69fb9ce2cdb817658b673e34ca0a
-Size (tagpdf.r74760.tar.xz) = 40340 bytes
+BLAKE2s (tagpdf.r78445.tar.xz) = 709be726379696507bbbd05a89403cb9da458b5552d4f0c69a41e5af44a28c89
+SHA512 (tagpdf.r78445.tar.xz) = c0cc665de2512de5dae36e39ad164e188e10d2afbc435f218e216f1c7b8245edec4d9723fc3d1acb5538b907a62fd2d0b140a95a0fb23e381f237263e0550432
+Size (tagpdf.r78445.tar.xz) = 43720 bytes
Index: pkgsrc/print/tex-tagpdf/PLIST
diff -u pkgsrc/print/tex-tagpdf/PLIST:1.2 pkgsrc/print/tex-tagpdf/PLIST:1.3
--- pkgsrc/print/tex-tagpdf/PLIST:1.2 Sat May 10 23:34:35 2025
+++ pkgsrc/print/tex-tagpdf/PLIST Tue Mar 31 10:28:28 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/05/10 23:34:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/03/31 10:28:28 markd Exp $
share/texmf-dist/tex/latex/tagpdf/latex-align-css.html
share/texmf-dist/tex/latex/tagpdf/latex-list-css.html
share/texmf-dist/tex/latex/tagpdf/tagpdf-base.sty
@@ -19,4 +19,6 @@ share/texmf-dist/tex/latex/tagpdf/tagpdf
share/texmf-dist/tex/latex/tagpdf/tagpdf.lua
share/texmf-dist/tex/latex/tagpdf/tagpdf.sty
share/texmf-dist/tex/latex/tagpdf/tagpdfdocu-patches.sty
+share/texmf-dist/tex/latex/tagpdf/verbatim-af-latex-lab-testphase.ltx
share/texmf-dist/tex/latex/tagpdf/verbatim-alt-latex-lab-testphase.ltx
+share/texmf-dist/tex/latex/tagpdf/verbatim-mo-latex-lab-testphase.ltx
Index: pkgsrc/print/tex-tagpdf-doc/Makefile
diff -u pkgsrc/print/tex-tagpdf-doc/Makefile:1.4 pkgsrc/print/tex-tagpdf-doc/Makefile:1.5
--- pkgsrc/print/tex-tagpdf-doc/Makefile:1.4 Sat May 10 23:34:35 2025
+++ pkgsrc/print/tex-tagpdf-doc/Makefile Tue Mar 31 10:28:28 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2025/05/10 23:34:35 markd Exp $
+# $NetBSD: Makefile,v 1.5 2026/03/31 10:28:28 markd Exp $
DISTNAME= tagpdf.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.99p
-TEXLIVE_REV= 74760
+PKGNAME= tex-${DISTNAME:S/./-/}-0.99z
+TEXLIVE_REV= 78445
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/tagpdf
Index: pkgsrc/print/tex-tagpdf-doc/PLIST
diff -u pkgsrc/print/tex-tagpdf-doc/PLIST:1.4 pkgsrc/print/tex-tagpdf-doc/PLIST:1.5
--- pkgsrc/print/tex-tagpdf-doc/PLIST:1.4 Sat May 10 23:34:35 2025
+++ pkgsrc/print/tex-tagpdf-doc/PLIST Tue Mar 31 10:28:28 2026
@@ -1,28 +1,17 @@
-@comment $NetBSD: PLIST,v 1.4 2025/05/10 23:34:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/03/31 10:28:28 markd Exp $
share/texmf-dist/doc/latex/tagpdf/README.md
share/texmf-dist/doc/latex/tagpdf/acrobat.png
share/texmf-dist/doc/latex/tagpdf/ex-AF-file.pdf
share/texmf-dist/doc/latex/tagpdf/ex-AF-file.tex
-share/texmf-dist/doc/latex/tagpdf/ex-alt-actualtext-luatex.pdf
share/texmf-dist/doc/latex/tagpdf/ex-alt-actualtext.pdf
share/texmf-dist/doc/latex/tagpdf/ex-alt-actualtext.tex
-share/texmf-dist/doc/latex/tagpdf/ex-attribute-luatex.pdf
share/texmf-dist/doc/latex/tagpdf/ex-attribute.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-attribute.tex
-share/texmf-dist/doc/latex/tagpdf/ex-formula-problem-luatex.pdf
share/texmf-dist/doc/latex/tagpdf/ex-formula-problem.pdf
share/texmf-dist/doc/latex/tagpdf/ex-formula-problem.tex
share/texmf-dist/doc/latex/tagpdf/ex-list.pdf
share/texmf-dist/doc/latex/tagpdf/ex-list.tex
-share/texmf-dist/doc/latex/tagpdf/ex-mc-manual-para-split-obsolete.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-mc-manual-para-split-obsolete.tex
-share/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma-luatex.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-softhyphen.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-softhyphen.tex
share/texmf-dist/doc/latex/tagpdf/ex-spaceglyph-listings.pdf
share/texmf-dist/doc/latex/tagpdf/ex-spaceglyph-listings.tex
-share/texmf-dist/doc/latex/tagpdf/ex-structure-obsolete.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-structure-obsolete.tex
share/texmf-dist/doc/latex/tagpdf/ex-tagpdf-template.pdf
share/texmf-dist/doc/latex/tagpdf/ex-tagpdf-template.tex
share/texmf-dist/doc/latex/tagpdf/global-ex.png
Index: pkgsrc/print/tex-tagpdf-doc/distinfo
diff -u pkgsrc/print/tex-tagpdf-doc/distinfo:1.4 pkgsrc/print/tex-tagpdf-doc/distinfo:1.5
--- pkgsrc/print/tex-tagpdf-doc/distinfo:1.4 Sat May 10 23:34:35 2025
+++ pkgsrc/print/tex-tagpdf-doc/distinfo Tue Mar 31 10:28:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/05/10 23:34:35 markd Exp $
+$NetBSD: distinfo,v 1.5 2026/03/31 10:28:28 markd Exp $
-BLAKE2s (tagpdf.doc.r74760.tar.xz) = 840e43f138977401a60f87948fbeeede06dbff2511a53eade4b65333a60adbd6
-SHA512 (tagpdf.doc.r74760.tar.xz) = db1d71ab339c7751993d59320d20af9d138167101cbdce3725d9aafab7c1c597489dbae5e066a37b1826db5832591a72ef84fc51f2a7900e0b93d020b269e18d
-Size (tagpdf.doc.r74760.tar.xz) = 1873416 bytes
+BLAKE2s (tagpdf.doc.r78445.tar.xz) = 762f0370edb6cc44436ced58f44b415ac118cf18ebb1fe39ee88189356e08454
+SHA512 (tagpdf.doc.r78445.tar.xz) = c9dc504ba7fd92afc6405002bea80a80208c2b4daa223f617778b11116da695d1f9fce661dd6cfa8798f6d24a7bd9d059c5e11554c10fbe32e9df5b2a2b41ff8
+Size (tagpdf.doc.r78445.tar.xz) = 2010964 bytes
Home |
Main Index |
Thread Index |
Old Index