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:           Sun Feb 18 10:51:56 UTC 2024

Modified Files:
        pkgsrc/print/tex-tagpdf: Makefile distinfo
        pkgsrc/print/tex-tagpdf-doc: Makefile PLIST distinfo

Log Message:
tex-tagpdf{,-doc}: update to 0.98v

0.98v
- some rolemap entries in the pdf 2.0 fallback were wrong.
- corrected fallback rolemap if a book class is used.
- removed the experimental name space latex-inline. It is unused.

0.98u
- the para/begin and para/end hook now use sockets and properly support the block
  code in latex-lab.
- the structure number of the current para-main structure is stored to allow
  manipulations of the structure.

0.98t
- add RoleMap also with pdf 2.0 to improve compability to 1.7-processor
- add option 'mathml-tags' to add mathml to this fallback RoleMap

0.98s
- do not use keyword 'null' with luatex if there is no Kid.
- font of real space chars in luatex after penalties.
- counter in OBJR code didn't follow structure counter.
- documentation errors
- support for attribute-class in paragraphs in the block code.

0.98r
- support for tagging-sockets
- /Desc key to AF-files added with the texsource and mathml keys.
- ignore AFref, AFinline-key with empty value.
- Documentation changes
- move para bool to tagpdf-base
- \tag_stop:/\tag_start: keep tracking of nesting with a counter.
- test for structure end if tagging has been stopped.

0.98q
Minor update to tagpdf removing reference to an internal temporary package.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-tagpdf/Makefile \
    pkgsrc/print/tex-tagpdf/distinfo
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/print/tex-tagpdf/Makefile:1.2
--- pkgsrc/print/tex-tagpdf/Makefile:1.1        Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf/Makefile    Sun Feb 18 10:51:56 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/06/17 10:53:12 markd Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/18 10:51:56 markd Exp $
 
 DISTNAME=      tagpdf
-PKGNAME=       tex-${DISTNAME}-0.98i
-TEXLIVE_REV=   67368
+PKGNAME=       tex-${DISTNAME}-0.98v
+TEXLIVE_REV=   69703
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tagpdf
Index: pkgsrc/print/tex-tagpdf/distinfo
diff -u pkgsrc/print/tex-tagpdf/distinfo:1.1 pkgsrc/print/tex-tagpdf/distinfo:1.2
--- pkgsrc/print/tex-tagpdf/distinfo:1.1        Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf/distinfo    Sun Feb 18 10:51:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/17 10:53:12 markd Exp $
+$NetBSD: distinfo,v 1.2 2024/02/18 10:51:56 markd Exp $
 
-BLAKE2s (tagpdf.r67368.tar.xz) = 8b70ace59760793dce9e2f35900f2788beda95b2716e5fcf87639e754a2a208c
-SHA512 (tagpdf.r67368.tar.xz) = de07849d663502f96f3cb8acf789c80f6f47483fc37fd6c4757b33fe15541dbec2aced80b052fb44b92ca242121edcec8d5226a7b74f175ef1084e9a6940ae63
-Size (tagpdf.r67368.tar.xz) = 34420 bytes
+BLAKE2s (tagpdf.r69703.tar.xz) = cdb1a271aa88eb8be33af8f9feb7f46fdc8eae8de884e3e48fcd5a352c467a6e
+SHA512 (tagpdf.r69703.tar.xz) = 4caf8cb5a5e2c03f4ac073abfa273dd23fe5a839a04d982e2f3c462af5aabfaf6646f16f0d3534c6ac82909e3f2fcf958558b27b6ff7c7e569d80602cd0f9528
+Size (tagpdf.r69703.tar.xz) = 36836 bytes

Index: pkgsrc/print/tex-tagpdf-doc/Makefile
diff -u pkgsrc/print/tex-tagpdf-doc/Makefile:1.1 pkgsrc/print/tex-tagpdf-doc/Makefile:1.2
--- pkgsrc/print/tex-tagpdf-doc/Makefile:1.1    Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/Makefile        Sun Feb 18 10:51:56 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/06/17 10:53:12 markd Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/18 10:51:56 markd Exp $
 
 DISTNAME=      tagpdf.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.98i
-TEXLIVE_REV=   67368
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.98v
+TEXLIVE_REV=   69703
 
 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.1 pkgsrc/print/tex-tagpdf-doc/PLIST:1.2
--- pkgsrc/print/tex-tagpdf-doc/PLIST:1.1       Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/PLIST   Sun Feb 18 10:51:56 2024
@@ -1,27 +1,27 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/17 10:53:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/18 10:51:56 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-list-luatex.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-patch-list-obsolete.tex
-share/texmf-dist/doc/latex/tagpdf/ex-patch-list.tex
 share/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma-luatex.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.tex
-share/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-memoir.pdf
-share/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-memoir.tex
 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
Index: pkgsrc/print/tex-tagpdf-doc/distinfo
diff -u pkgsrc/print/tex-tagpdf-doc/distinfo:1.1 pkgsrc/print/tex-tagpdf-doc/distinfo:1.2
--- pkgsrc/print/tex-tagpdf-doc/distinfo:1.1    Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/distinfo        Sun Feb 18 10:51:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/17 10:53:12 markd Exp $
+$NetBSD: distinfo,v 1.2 2024/02/18 10:51:56 markd Exp $
 
-BLAKE2s (tagpdf.doc.r67368.tar.xz) = bd430f818dc0857557f0a64b2fd9c7fccdb867f08348fb88bdf2233896d05540
-SHA512 (tagpdf.doc.r67368.tar.xz) = 21b71f6270ef13c364e89daae4426018abd50e4a0052c8a4448b8f010532e0d8865acf7e805c9165fada0639a6cac2891f8e0a6c28db7ec567417c25b8054e1f
-Size (tagpdf.doc.r67368.tar.xz) = 2103152 bytes
+BLAKE2s (tagpdf.doc.r69703.tar.xz) = 1019774fa1481bfb3c26ff99473ddecf433a30a1ce493aaada607276a57b5f86
+SHA512 (tagpdf.doc.r69703.tar.xz) = 7544b45ebf3a033a5cada52fb83ba521a103f667e17cba9cc12535150174738a0e426babea63bedb3640c831ec7bd74a15cc07f21399e4a01dbbe1702acd4b08
+Size (tagpdf.doc.r69703.tar.xz) = 2166424 bytes



Home | Main Index | Thread Index | Old Index