pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-hyperref{,-doc}: update to 7.00s
details: https://anonhg.NetBSD.org/pkgsrc/rev/41877a5a2b03
branches: trunk
changeset: 384434:41877a5a2b03
user: markd <markd%pkgsrc.org@localhost>
date: Thu Sep 01 04:11:18 2022 +0000
description:
tex-hyperref{,-doc}: update to 7.00s
7.00s
* don't redefine \@secondoffive and \@fifthoffive
* add interface to access some pdf related values unchanged (needed by hyperxmp).
7.00r
Definitions for \guillemetleft and \guillemetright added to the encoding files.
This corrects the spelling and follows the change in the latest LaTeX release.
7.00q
* fixed: beamer patch in nameref must be delayed after
the class has been loaded.
7.00p
* fixed: check if \nameref is already defined for compability
with ltugboat.cls
* nameref is loaded always and earlier
* the typexml option has been removed as the package it is
meant to support no longer exists.
7.00o
The main changes are LaTeX 2020-10-01 is required as hooks are used now. A new
interface for package and class authors to create targets for
links has been added. Package and class authors can suppress some of the
hyperref patches if they clash with their own setup.
diffstat:
print/tex-hyperref-doc/Makefile | 6 +++---
print/tex-hyperref-doc/PLIST | 4 +++-
print/tex-hyperref-doc/distinfo | 8 ++++----
print/tex-hyperref/DESCR | 19 ++++++++++---------
print/tex-hyperref/Makefile | 6 +++---
print/tex-hyperref/distinfo | 8 ++++----
6 files changed, 27 insertions(+), 24 deletions(-)
diffs (103 lines):
diff -r 2c8070f61334 -r 41877a5a2b03 print/tex-hyperref-doc/Makefile
--- a/print/tex-hyperref-doc/Makefile Thu Sep 01 04:04:42 2022 +0000
+++ b/print/tex-hyperref-doc/Makefile Thu Sep 01 04:11:18 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2022/04/15 03:42:39 markd Exp $
+# $NetBSD: Makefile,v 1.21 2022/09/01 04:11:18 markd Exp $
DISTNAME= hyperref.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-7.00n
-TEXLIVE_REV= 62142
+PKGNAME= tex-${DISTNAME:S/./-/}-7.00s
+TEXLIVE_REV= 63665
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/hyperref
diff -r 2c8070f61334 -r 41877a5a2b03 print/tex-hyperref-doc/PLIST
--- a/print/tex-hyperref-doc/PLIST Thu Sep 01 04:04:42 2022 +0000
+++ b/print/tex-hyperref-doc/PLIST Thu Sep 01 04:11:18 2022 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2022/04/15 03:42:39 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/09/01 04:11:18 markd Exp $
share/texmf-dist/doc/latex/hyperref/ChangeLog.txt
share/texmf-dist/doc/latex/hyperref/README.md
share/texmf-dist/doc/latex/hyperref/backref.pdf
share/texmf-dist/doc/latex/hyperref/hyperref-doc.css
share/texmf-dist/doc/latex/hyperref/hyperref-doc.html
share/texmf-dist/doc/latex/hyperref/hyperref-doc.pdf
+share/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
share/texmf-dist/doc/latex/hyperref/hyperref-doc2.html
share/texmf-dist/doc/latex/hyperref/hyperref-doc3.html
share/texmf-dist/doc/latex/hyperref/hyperref-doc4.html
@@ -12,6 +13,7 @@
share/texmf-dist/doc/latex/hyperref/hyperref-doc6.html
share/texmf-dist/doc/latex/hyperref/hyperref-doc7.html
share/texmf-dist/doc/latex/hyperref/hyperref-doc8.html
+share/texmf-dist/doc/latex/hyperref/hyperref-linktarget.pdf
share/texmf-dist/doc/latex/hyperref/hyperref.pdf
share/texmf-dist/doc/latex/hyperref/manifest.txt
share/texmf-dist/doc/latex/hyperref/nameref.pdf
diff -r 2c8070f61334 -r 41877a5a2b03 print/tex-hyperref-doc/distinfo
--- a/print/tex-hyperref-doc/distinfo Thu Sep 01 04:04:42 2022 +0000
+++ b/print/tex-hyperref-doc/distinfo Thu Sep 01 04:11:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/04/15 03:42:39 markd Exp $
+$NetBSD: distinfo,v 1.22 2022/09/01 04:11:18 markd Exp $
-BLAKE2s (hyperref.doc.r62142.tar.xz) = 2c99cfa0d6b46b207b56fcafaa1fe9542af3694304448a4f90e8c8546958416c
-SHA512 (hyperref.doc.r62142.tar.xz) = 3b70f6fbbc789d55f61cbd78b30243be4782693d71aa8db5a2383354afbe5f4e4debe79bd53a3d72e090e7bf25459c8cb82d60db129f27f164c502615c55101d
-Size (hyperref.doc.r62142.tar.xz) = 3250152 bytes
+BLAKE2s (hyperref.doc.r63665.tar.xz) = f539c57c207e80c17de3755b731a0617121d5df54efa34cf92cdf3747f8b7809
+SHA512 (hyperref.doc.r63665.tar.xz) = 1b7408d3b605976a4d4662cc97dc76f278b2672760565aa9b43f6093f9aec8182883b51b1fa5770eb6aec8d66a22492ce833cdd607d746ad82a8ffb27e927682
+Size (hyperref.doc.r63665.tar.xz) = 3681880 bytes
diff -r 2c8070f61334 -r 41877a5a2b03 print/tex-hyperref/DESCR
--- a/print/tex-hyperref/DESCR Thu Sep 01 04:04:42 2022 +0000
+++ b/print/tex-hyperref/DESCR Thu Sep 01 04:11:18 2022 +0000
@@ -1,9 +1,10 @@
-The hyperref package is used to handle cross-referencing commands in
-LaTeX to produce hypertext links in the document. The package
-provides backends for the \special set defined for HyperTeX DVI
-processors; for embedded pdfmark commands for processing by Acrobat
-Distiller (dvips and Y&Y's dvipsone); for Y&Y's dviwindo; for PDF
-control within pdfTeX and dvipdfm; for TeX4ht; and for VTeX's pdf and
-HTML backends. The package is distributed with the backref and
-nameref packages, which make use of the facilities of hyperref. The
-package depends on the author's kvoptions and refcount packages.
+The hyperref package is used to handle cross-referencing
+commands in LaTeX to produce hypertext links in the document.
+The package provides backends for the \special set defined for
+HyperTeX DVI processors; for embedded pdfmark commands for
+processing by Acrobat Distiller (dvips and Y&Y's dvipsone); for
+Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for
+TeX4ht; and for VTeX's pdf and HTML backends. The package is
+distributed with the backref and nameref packages, which make
+use of the facilities of hyperref. The package depends on the
+author's kvoptions, ltxcmds and refcount packages.
diff -r 2c8070f61334 -r 41877a5a2b03 print/tex-hyperref/Makefile
--- a/print/tex-hyperref/Makefile Thu Sep 01 04:04:42 2022 +0000
+++ b/print/tex-hyperref/Makefile Thu Sep 01 04:11:18 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2022/04/15 03:42:39 markd Exp $
+# $NetBSD: Makefile,v 1.27 2022/09/01 04:11:18 markd Exp $
DISTNAME= hyperref
-PKGNAME= tex-${DISTNAME}-7.00n
-TEXLIVE_REV= 62142
+PKGNAME= tex-${DISTNAME}-7.00s
+TEXLIVE_REV= 63665
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/hyperref
diff -r 2c8070f61334 -r 41877a5a2b03 print/tex-hyperref/distinfo
--- a/print/tex-hyperref/distinfo Thu Sep 01 04:04:42 2022 +0000
+++ b/print/tex-hyperref/distinfo Thu Sep 01 04:11:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/04/15 03:42:39 markd Exp $
+$NetBSD: distinfo,v 1.22 2022/09/01 04:11:18 markd Exp $
-BLAKE2s (hyperref.r62142.tar.xz) = 99e0764ddc7827075a2636e4c39dbc0d59603d8e4b361e970ac822e68f45fcb0
-SHA512 (hyperref.r62142.tar.xz) = 1f36f263f577e66d12e9360e34cab4cb0b9d6364ed5e80e0d0a9810d3763629ec5e110ec9aa00f0ac772c5dde2798e748cce954ec5929f7a8a3b7cd3130820dc
-Size (hyperref.r62142.tar.xz) = 90464 bytes
+BLAKE2s (hyperref.r63665.tar.xz) = 428e555eae4dccafd5c943905035e20f1a760c1f1ea4cad476baf03ef31ff3ca
+SHA512 (hyperref.r63665.tar.xz) = ea0085b89e9819d4c852f8aece9283356a9408cf284c23c59c382dd18f4b4ac3954952510276c8dd972e3cbce8970b61dabd402ea7d5e164baeac2bfd57d514a
+Size (hyperref.r63665.tar.xz) = 91032 bytes
Home |
Main Index |
Thread Index |
Old Index