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:           Thu Sep  1 04:11:18 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-hyperref/DESCR
cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/tex-hyperref/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/tex-hyperref/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/tex-hyperref-doc/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-hyperref-doc/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/tex-hyperref-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-hyperref/DESCR
diff -u pkgsrc/print/tex-hyperref/DESCR:1.1.1.1 pkgsrc/print/tex-hyperref/DESCR:1.2
--- pkgsrc/print/tex-hyperref/DESCR:1.1.1.1     Wed Apr 29 22:08:33 2009
+++ pkgsrc/print/tex-hyperref/DESCR     Thu Sep  1 04:11:18 2022
@@ -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.

Index: pkgsrc/print/tex-hyperref/Makefile
diff -u pkgsrc/print/tex-hyperref/Makefile:1.26 pkgsrc/print/tex-hyperref/Makefile:1.27
--- pkgsrc/print/tex-hyperref/Makefile:1.26     Fri Apr 15 03:42:39 2022
+++ pkgsrc/print/tex-hyperref/Makefile  Thu Sep  1 04:11:18 2022
@@ -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

Index: pkgsrc/print/tex-hyperref/distinfo
diff -u pkgsrc/print/tex-hyperref/distinfo:1.21 pkgsrc/print/tex-hyperref/distinfo:1.22
--- pkgsrc/print/tex-hyperref/distinfo:1.21     Fri Apr 15 03:42:39 2022
+++ pkgsrc/print/tex-hyperref/distinfo  Thu Sep  1 04:11:18 2022
@@ -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

Index: pkgsrc/print/tex-hyperref-doc/Makefile
diff -u pkgsrc/print/tex-hyperref-doc/Makefile:1.20 pkgsrc/print/tex-hyperref-doc/Makefile:1.21
--- pkgsrc/print/tex-hyperref-doc/Makefile:1.20 Fri Apr 15 03:42:39 2022
+++ pkgsrc/print/tex-hyperref-doc/Makefile      Thu Sep  1 04:11:18 2022
@@ -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

Index: pkgsrc/print/tex-hyperref-doc/PLIST
diff -u pkgsrc/print/tex-hyperref-doc/PLIST:1.8 pkgsrc/print/tex-hyperref-doc/PLIST:1.9
--- pkgsrc/print/tex-hyperref-doc/PLIST:1.8     Fri Apr 15 03:42:39 2022
+++ pkgsrc/print/tex-hyperref-doc/PLIST Thu Sep  1 04:11:18 2022
@@ -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/hype
 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

Index: pkgsrc/print/tex-hyperref-doc/distinfo
diff -u pkgsrc/print/tex-hyperref-doc/distinfo:1.21 pkgsrc/print/tex-hyperref-doc/distinfo:1.22
--- pkgsrc/print/tex-hyperref-doc/distinfo:1.21 Fri Apr 15 03:42:39 2022
+++ pkgsrc/print/tex-hyperref-doc/distinfo      Thu Sep  1 04:11:18 2022
@@ -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



Home | Main Index | Thread Index | Old Index