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:           Sun Feb  4 00:20:49 UTC 2024

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

Log Message:
tex-hyperref{,-doc}: update to 7.01h

7.01h
* xr-hyper.sty has been converted into xr-hyper.dtx, it now has
   its own documentation and its code has been aligned with the
   code in the xr-package to prepare the merge of both packages
* xr-hyper now supports properties
* xr-hyper no longer expands label data when reading
* hyperref.dtx: no longer loads letltxmacro and infwarerr.
* hyperref.dtx: avoid error if czech is used
* documentation improvements

7.01g
* Remove dependency to infwarerr and ltxcmds
* xr-hyper.sty: store URL/file name of external documents always to
  allow file links even without destinations.
* remove now unneeded patches for memoir and titlesec
* rename \HyPsd at expand@utfvii to \HyPsd at expand@utfviii
* correct composite declaration

7.01f
* correct \cyreref to \cyrerev
 * corrent \textddagger definition
 * correct \DiamandSolid to \DiamondSolid in \psdmapshortnames
 * correct \textDiamandSolid to \textDiamondSolid
 * remove now unneeded fallbacks for reference commands
 * nameref: remove unneeded beamer patch
 * nameref: remove unneeded ifthen patch
 * nameref: remove memoir patches, it handles titles itself now
 * nameref: remove outdated titlesec patch.

7.01e
* improve code for theorems
* insert socket for varwidth
* improve documentation

7.01d
fix anchor handling for amsthm

7.01b
* make \Hy@@SectionAnchor safe in a MakeUppercase
* reset also \ltx at label of amsmath if a changed \label is
  detected (avoids problems with ntheorem and classes like svmono)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/tex-hyperref/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/tex-hyperref/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/tex-hyperref-doc/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-hyperref-doc/PLIST
cvs rdiff -u -r1.24 -r1.25 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/Makefile
diff -u pkgsrc/print/tex-hyperref/Makefile:1.31 pkgsrc/print/tex-hyperref/Makefile:1.32
--- pkgsrc/print/tex-hyperref/Makefile:1.31     Sat Jun 17 01:37:12 2023
+++ pkgsrc/print/tex-hyperref/Makefile  Sun Feb  4 00:20:48 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2023/06/17 01:37:12 markd Exp $
+# $NetBSD: Makefile,v 1.32 2024/02/04 00:20:48 markd Exp $
 
 DISTNAME=      hyperref
-PKGNAME=       tex-${DISTNAME}-7.00y
-PKGREVISION=   1
-TEXLIVE_REV=   67233
+PKGNAME=       tex-${DISTNAME}-7.01h
+TEXLIVE_REV=   69523
 
 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.24 pkgsrc/print/tex-hyperref/distinfo:1.25
--- pkgsrc/print/tex-hyperref/distinfo:1.24     Sun Jun 11 06:42:07 2023
+++ pkgsrc/print/tex-hyperref/distinfo  Sun Feb  4 00:20:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/06/11 06:42:07 markd Exp $
+$NetBSD: distinfo,v 1.25 2024/02/04 00:20:48 markd Exp $
 
-BLAKE2s (hyperref.r67233.tar.xz) = f7239756d1caf74b957779be0110bfc431c52f60fd741794fd1a0ce44c0f17c6
-SHA512 (hyperref.r67233.tar.xz) = 0e8480cef5b923605934563dc8ad25cb8972eda33ac8afff86bb8163721af036a141f01cec6e395284c5ca7a4bbed92771302d1cf8a80521dce12fc0b17bc571
-Size (hyperref.r67233.tar.xz) = 90480 bytes
+BLAKE2s (hyperref.r69523.tar.xz) = 8f6e20d973d7a9cfc9ee5d3cc27d02d3179805385ca5d9e5df4b623490c758ad
+SHA512 (hyperref.r69523.tar.xz) = 71d43dc16443357600d83779628922c0f6e4ee1b57b562b9a47cb7c11a2710ac1b573040c661819e71086107fbb6e7a98851c1a99a10fe5db19d406e98c0ed95
+Size (hyperref.r69523.tar.xz) = 88496 bytes

Index: pkgsrc/print/tex-hyperref-doc/Makefile
diff -u pkgsrc/print/tex-hyperref-doc/Makefile:1.23 pkgsrc/print/tex-hyperref-doc/Makefile:1.24
--- pkgsrc/print/tex-hyperref-doc/Makefile:1.23 Sun Jun 11 06:42:08 2023
+++ pkgsrc/print/tex-hyperref-doc/Makefile      Sun Feb  4 00:20:49 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2023/06/11 06:42:08 markd Exp $
+# $NetBSD: Makefile,v 1.24 2024/02/04 00:20:49 markd Exp $
 
 DISTNAME=      hyperref.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-7.00y
-TEXLIVE_REV=   67233
+PKGNAME=       tex-${DISTNAME:S/./-/}-7.01h
+TEXLIVE_REV=   69523
 
 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.9 pkgsrc/print/tex-hyperref-doc/PLIST:1.10
--- pkgsrc/print/tex-hyperref-doc/PLIST:1.9     Thu Sep  1 04:11:18 2022
+++ pkgsrc/print/tex-hyperref-doc/PLIST Sun Feb  4 00:20:49 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/09/01 04:11:18 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/02/04 00:20:49 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
@@ -13,9 +13,11 @@ 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-doc9.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
 share/texmf-dist/doc/latex/hyperref/paper.pdf
 share/texmf-dist/doc/latex/hyperref/slides.pdf
+share/texmf-dist/doc/latex/hyperref/xr-hyper.pdf

Index: pkgsrc/print/tex-hyperref-doc/distinfo
diff -u pkgsrc/print/tex-hyperref-doc/distinfo:1.24 pkgsrc/print/tex-hyperref-doc/distinfo:1.25
--- pkgsrc/print/tex-hyperref-doc/distinfo:1.24 Sun Jun 11 06:42:08 2023
+++ pkgsrc/print/tex-hyperref-doc/distinfo      Sun Feb  4 00:20:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/06/11 06:42:08 markd Exp $
+$NetBSD: distinfo,v 1.25 2024/02/04 00:20:49 markd Exp $
 
-BLAKE2s (hyperref.doc.r67233.tar.xz) = 02aceff0c9fc472638843990074adc896e1303281f4c3ac4ac92256cdf9b7f8f
-SHA512 (hyperref.doc.r67233.tar.xz) = dc19c2635a6b756b55c1a76cf7611fa64f90be3607a11312888a756cf2fe5e50f84d05f49cb8decf75641dfed1ffb1ab22d9374eca8a98400b25a48f3adc1382
-Size (hyperref.doc.r67233.tar.xz) = 3672932 bytes
+BLAKE2s (hyperref.doc.r69523.tar.xz) = bc7b7e4adfee56f3161dd85f06a42e105950db0414e4cee9487bcb3f0eb7666c
+SHA512 (hyperref.doc.r69523.tar.xz) = a2893e722d6aa2be885ebb15a96ab0f30c71811dc3b4e9791e2a6c2ea78c2cd6fdf90e485c7267e533f3e90eb71278074d6883cf4e6fd6c7d9f2a2c744ea6012
+Size (hyperref.doc.r69523.tar.xz) = 3975176 bytes



Home | Main Index | Thread Index | Old Index