pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/tex-pdf14{,-doc}: import tex-pdf14-0.1 as wip/tex-pdf14
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Tue Mar 31 20:36:23 2026 +0000
Changeset: d98b867d7ababcb83379b4e4aabbfc5880272bad
Modified Files:
Makefile
Added Files:
tex-pdf14-doc/DESCR
tex-pdf14-doc/Makefile
tex-pdf14-doc/PLIST
tex-pdf14-doc/distinfo
tex-pdf14/DESCR
tex-pdf14/Makefile
tex-pdf14/PLIST
tex-pdf14/distinfo
Log Message:
wip/tex-pdf14{,-doc}: import tex-pdf14-0.1 as wip/tex-pdf14
Starting with TeX Live 2010, the various formats, that directly
generate PDF, default to generating PDF 1.5. This is generally
a good thing, but it can lead to compatibility issues with some
older PDF viewers. This package changes the version of PDF
generated with formats (based on pdfTeX or LuaTeX in PDF mode),
back to 1.4 for documents that need to achieve maximal
compatibility with old viewers.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d98b867d7ababcb83379b4e4aabbfc5880272bad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
tex-pdf14-doc/DESCR | 1 +
tex-pdf14-doc/Makefile | 13 +++++++++++++
tex-pdf14-doc/PLIST | 4 ++++
tex-pdf14-doc/distinfo | 5 +++++
tex-pdf14/DESCR | 7 +++++++
tex-pdf14/Makefile | 13 +++++++++++++
tex-pdf14/PLIST | 2 ++
tex-pdf14/distinfo | 5 +++++
9 files changed, 52 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 65392b516c..d99a0c2563 100644
--- a/Makefile
+++ b/Makefile
@@ -5752,6 +5752,8 @@ SUBDIR+= tex-mathtools-doc
SUBDIR+= tex-mendex-doc-doc
SUBDIR+= tex-nag
SUBDIR+= tex-nag-doc
+SUBDIR+= tex-pdf14
+SUBDIR+= tex-pdf14-doc
SUBDIR+= tex-platexcheat-doc
SUBDIR+= tex-ptex-manual-doc
SUBDIR+= tex-relsize-doc
diff --git a/tex-pdf14-doc/DESCR b/tex-pdf14-doc/DESCR
new file mode 100644
index 0000000000..3385892936
--- /dev/null
+++ b/tex-pdf14-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-pdf14.
diff --git a/tex-pdf14-doc/Makefile b/tex-pdf14-doc/Makefile
new file mode 100644
index 0000000000..00e11b650c
--- /dev/null
+++ b/tex-pdf14-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME= pdf14.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.1
+TEXLIVE_REV= 76924
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/pdf14
+COMMENT= Documentation for tex-pdf14
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-pdf14-doc/PLIST b/tex-pdf14-doc/PLIST
new file mode 100644
index 0000000000..06b94b91c1
--- /dev/null
+++ b/tex-pdf14-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/pdf14/README
+share/texmf-dist/doc/latex/pdf14/pdf14.pdf
+share/texmf-dist/doc/latex/pdf14/test-pdf14.tex
diff --git a/tex-pdf14-doc/distinfo b/tex-pdf14-doc/distinfo
new file mode 100644
index 0000000000..d0618820de
--- /dev/null
+++ b/tex-pdf14-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pdf14.doc.r76924.tar.xz) = b8c1c089900d07df167672135d27609946dbcb666e0a911082636cd8fd526675
+SHA512 (pdf14.doc.r76924.tar.xz) = 7d1ba3f229bc8635e61ec4426adbf9912c0cb068da92b6d58c2bfd9172a57fda623756090e1b047da8cfe01b5168b146b72f7a2db81b5d3b8fc0e28232c3c0e0
+Size (pdf14.doc.r76924.tar.xz) = 362692 bytes
diff --git a/tex-pdf14/DESCR b/tex-pdf14/DESCR
new file mode 100644
index 0000000000..215df27a4f
--- /dev/null
+++ b/tex-pdf14/DESCR
@@ -0,0 +1,7 @@
+Starting with TeX Live 2010, the various formats, that directly
+generate PDF, default to generating PDF 1.5. This is generally
+a good thing, but it can lead to compatibility issues with some
+older PDF viewers. This package changes the version of PDF
+generated with formats (based on pdfTeX or LuaTeX in PDF mode),
+back to 1.4 for documents that need to achieve maximal
+compatibility with old viewers.
diff --git a/tex-pdf14/Makefile b/tex-pdf14/Makefile
new file mode 100644
index 0000000000..17de863f70
--- /dev/null
+++ b/tex-pdf14/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME= pdf14
+PKGNAME= tex-${DISTNAME}-0.1
+TEXLIVE_REV= 76924
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/pdf14
+COMMENT= Restore PDF 1.4 to a TeX Live 2010 format
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-pdf14/PLIST b/tex-pdf14/PLIST
new file mode 100644
index 0000000000..4f0c0a1998
--- /dev/null
+++ b/tex-pdf14/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/pdf14/pdf14.sty
diff --git a/tex-pdf14/distinfo b/tex-pdf14/distinfo
new file mode 100644
index 0000000000..16a4d7f737
--- /dev/null
+++ b/tex-pdf14/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pdf14.r76924.tar.xz) = 10c0cae4fe027022bbeb49bb1aec6cc5fc4677022559bc78a0b3d235beb799a1
+SHA512 (pdf14.r76924.tar.xz) = 0747d2fa56d14aa245461c4fdaac97d08ad0c96fc5ceff89dc424decffca7f6204243c960989e8af9838a5e76b8fbb23bf798370f23ebcea16ea2f83dcdb5382
+Size (pdf14.r76924.tar.xz) = 1124 bytes
Home |
Main Index |
Thread Index |
Old Index