diff options
author | markd <markd@pkgsrc.org> | 2022-09-01 04:11:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-09-01 04:11:18 +0000 |
commit | bf4f6db17731d4e46818637401c48fbb6fd5a3ba (patch) | |
tree | cbca3a9aebb4c23df279f5c5845dbbb8c003fe21 | |
parent | a68e62ee5e953fbfbe6c7822279c290780e220d0 (diff) | |
download | pkgsrc-bf4f6db17731d4e46818637401c48fbb6fd5a3ba.tar.gz |
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.
-rw-r--r-- | print/tex-hyperref-doc/Makefile | 6 | ||||
-rw-r--r-- | print/tex-hyperref-doc/PLIST | 4 | ||||
-rw-r--r-- | print/tex-hyperref-doc/distinfo | 8 | ||||
-rw-r--r-- | print/tex-hyperref/DESCR | 19 | ||||
-rw-r--r-- | print/tex-hyperref/Makefile | 6 | ||||
-rw-r--r-- | print/tex-hyperref/distinfo | 8 |
6 files changed, 27 insertions, 24 deletions
diff --git a/print/tex-hyperref-doc/Makefile b/print/tex-hyperref-doc/Makefile index 457dd6fe74a..f8740061f08 100644 --- a/print/tex-hyperref-doc/Makefile +++ b/print/tex-hyperref-doc/Makefile @@ -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 HOMEPAGE= https://ctan.org/pkg/hyperref diff --git a/print/tex-hyperref-doc/PLIST b/print/tex-hyperref-doc/PLIST index 635a58fd13e..8ef29bd3e0f 100644 --- a/print/tex-hyperref-doc/PLIST +++ b/print/tex-hyperref-doc/PLIST @@ -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-doc5.html 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 --git a/print/tex-hyperref-doc/distinfo b/print/tex-hyperref-doc/distinfo index d979bcbb495..7d659423e6b 100644 --- a/print/tex-hyperref-doc/distinfo +++ b/print/tex-hyperref-doc/distinfo @@ -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 --git a/print/tex-hyperref/DESCR b/print/tex-hyperref/DESCR index 8524f6fbed9..c0a932b1752 100644 --- a/print/tex-hyperref/DESCR +++ b/print/tex-hyperref/DESCR @@ -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 --git a/print/tex-hyperref/Makefile b/print/tex-hyperref/Makefile index ecc45e023ea..f40f2a5cd64 100644 --- a/print/tex-hyperref/Makefile +++ b/print/tex-hyperref/Makefile @@ -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 HOMEPAGE= https://ctan.org/pkg/hyperref diff --git a/print/tex-hyperref/distinfo b/print/tex-hyperref/distinfo index e85b1a06b11..7f5e47d3193 100644 --- a/print/tex-hyperref/distinfo +++ b/print/tex-hyperref/distinfo @@ -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 |