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: Sat Jun 17 10:53:12 UTC 2023
Modified Files:
pkgsrc/print: Makefile
Added Files:
pkgsrc/print/tex-tagpdf: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-tagpdf-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-tagpdf{,-doc}: add version 0.98i
The package offers tools to experiment with tagging and
accessibility using pdfLaTeX and LuaTeX. It isn't meant for
production but allows the user to try out how difficult it is
to tag some structures; to try out how much tagging is really
needed; to test what else is needed so that a pdf works e.g.
with a screen reader. Its goal is to get a feeling for what has
to be done, which kernel changes are needed, how packages
should be adapted.
To generate a diff of this commit:
cvs rdiff -u -r1.909 -r1.910 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tagpdf/DESCR \
pkgsrc/print/tex-tagpdf/Makefile pkgsrc/print/tex-tagpdf/PLIST \
pkgsrc/print/tex-tagpdf/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tagpdf-doc/DESCR \
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/Makefile
diff -u pkgsrc/print/Makefile:1.909 pkgsrc/print/Makefile:1.910
--- pkgsrc/print/Makefile:1.909 Mon Jun 12 11:08:43 2023
+++ pkgsrc/print/Makefile Sat Jun 17 10:53:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.909 2023/06/12 11:08:43 wen Exp $
+# $NetBSD: Makefile,v 1.910 2023/06/17 10:53:12 markd Exp $
#
COMMENT= Desktop publishing
@@ -1572,6 +1572,8 @@ SUBDIR+= tex-tabularray
SUBDIR+= tex-tabulars-e-doc
SUBDIR+= tex-tabulary
SUBDIR+= tex-tabulary-doc
+SUBDIR+= tex-tagpdf
+SUBDIR+= tex-tagpdf-doc
SUBDIR+= tex-tamethebeast-doc
SUBDIR+= tex-tap
SUBDIR+= tex-tap-doc
Added files:
Index: pkgsrc/print/tex-tagpdf/DESCR
diff -u /dev/null pkgsrc/print/tex-tagpdf/DESCR:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf/DESCR Sat Jun 17 10:53:12 2023
@@ -0,0 +1,8 @@
+The package offers tools to experiment with tagging and
+accessibility using pdfLaTeX and LuaTeX. It isn't meant for
+production but allows the user to try out how difficult it is
+to tag some structures; to try out how much tagging is really
+needed; to test what else is needed so that a pdf works e.g.
+with a screen reader. Its goal is to get a feeling for what has
+to be done, which kernel changes are needed, how packages
+should be adapted.
Index: pkgsrc/print/tex-tagpdf/Makefile
diff -u /dev/null pkgsrc/print/tex-tagpdf/Makefile:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf/Makefile Sat Jun 17 10:53:12 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 10:53:12 markd Exp $
+
+DISTNAME= tagpdf
+PKGNAME= tex-${DISTNAME}-0.98i
+TEXLIVE_REV= 67368
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/tagpdf
+COMMENT= Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-tagpdf/PLIST
diff -u /dev/null pkgsrc/print/tex-tagpdf/PLIST:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf/PLIST Sat Jun 17 10:53:12 2023
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 10:53:12 markd Exp $
+share/texmf-dist/tex/latex/tagpdf/tagpdf-base.sty
+share/texmf-dist/tex/latex/tagpdf/tagpdf-debug-generic.sty
+share/texmf-dist/tex/latex/tagpdf/tagpdf-debug-lua.sty
+share/texmf-dist/tex/latex/tagpdf/tagpdf-debug.sty
+share/texmf-dist/tex/latex/tagpdf/tagpdf-luatex.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-mc-code-generic.sty
+share/texmf-dist/tex/latex/tagpdf/tagpdf-mc-code-lua.sty
+share/texmf-dist/tex/latex/tagpdf/tagpdf-ns-latex-book.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-ns-latex-inline.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-ns-latex.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-ns-mathml.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-ns-pdf.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-ns-pdf2.def
+share/texmf-dist/tex/latex/tagpdf/tagpdf-parent-child-2.csv
+share/texmf-dist/tex/latex/tagpdf/tagpdf-parent-child.csv
+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
Index: pkgsrc/print/tex-tagpdf/distinfo
diff -u /dev/null pkgsrc/print/tex-tagpdf/distinfo:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf/distinfo Sat Jun 17 10:53:12 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 10:53:12 markd Exp $
+
+BLAKE2s (tagpdf.r67368.tar.xz) = 8b70ace59760793dce9e2f35900f2788beda95b2716e5fcf87639e754a2a208c
+SHA512 (tagpdf.r67368.tar.xz) = de07849d663502f96f3cb8acf789c80f6f47483fc37fd6c4757b33fe15541dbec2aced80b052fb44b92ca242121edcec8d5226a7b74f175ef1084e9a6940ae63
+Size (tagpdf.r67368.tar.xz) = 34420 bytes
Index: pkgsrc/print/tex-tagpdf-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-tagpdf-doc/DESCR:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/DESCR Sat Jun 17 10:53:12 2023
@@ -0,0 +1 @@
+Documentation for tex-tagpdf.
Index: pkgsrc/print/tex-tagpdf-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-tagpdf-doc/Makefile:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/Makefile Sat Jun 17 10:53:12 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 10:53:12 markd Exp $
+
+DISTNAME= tagpdf.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.98i
+TEXLIVE_REV= 67368
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/tagpdf
+COMMENT= Documentation for tex-tagpdf
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-tagpdf-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-tagpdf-doc/PLIST:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/PLIST Sat Jun 17 10:53:12 2023
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 10:53:12 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.tex
+share/texmf-dist/doc/latex/tagpdf/ex-attribute-luatex.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.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.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
+share/texmf-dist/doc/latex/tagpdf/link-figure-input.tex
+share/texmf-dist/doc/latex/tagpdf/pac3.PNG
+share/texmf-dist/doc/latex/tagpdf/tagpdf-code.pdf
+share/texmf-dist/doc/latex/tagpdf/tagpdf-code.tex
+share/texmf-dist/doc/latex/tagpdf/tagpdf.bib
+share/texmf-dist/doc/latex/tagpdf/tagpdf.pdf
+share/texmf-dist/doc/latex/tagpdf/tagpdf.tex
Index: pkgsrc/print/tex-tagpdf-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-tagpdf-doc/distinfo:1.1
--- /dev/null Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/tex-tagpdf-doc/distinfo Sat Jun 17 10:53:12 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 10:53:12 markd Exp $
+
+BLAKE2s (tagpdf.doc.r67368.tar.xz) = bd430f818dc0857557f0a64b2fd9c7fccdb867f08348fb88bdf2233896d05540
+SHA512 (tagpdf.doc.r67368.tar.xz) = 21b71f6270ef13c364e89daae4426018abd50e4a0052c8a4448b8f010532e0d8865acf7e805c9165fada0639a6cac2891f8e0a6c28db7ec567417c25b8054e1f
+Size (tagpdf.doc.r67368.tar.xz) = 2103152 bytes
Home |
Main Index |
Thread Index |
Old Index