Received: by mail.netbsd.org (Postfix, from userid 605) id AB82E85160; Sat, 13 Feb 2021 05:15:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E7D0285148 for ; Sat, 13 Feb 2021 05:15:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2ymmFMvF-dAY for ; Sat, 13 Feb 2021 05:15:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EBA4D84D44 for ; Sat, 13 Feb 2021 05:15:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E56C3FA95; Sat, 13 Feb 2021 05:15:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161319334340350" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 05:15:43 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210213051543.E56C3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161319334340350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Feb 13 05:15:43 UTC 2021 Modified Files: pkgsrc/print/tex-hyperref: Makefile PLIST distinfo pkgsrc/print/tex-hyperref-doc: Makefile PLIST distinfo Log Message: tex-hyperref{,-doc}: update to 7.00j 7.00g This hyperref version * sets unicode to true by default for all engines, so now also for pdflatex. It cleaned up various language patches: * removed patches for russian, new version is on ctan * removed patches for danish, dutch, finnish, portugues, usorbian, swedish, slovene, macedonian, ukrainian. This doesn't affect the output, but can give warnings in the log until the language files adapt their definitions. * removed an outdated patch for \texttilde * moved language patches to an extra file for easier handling * removed \HyPsd at BabelPatch and the related code as no longer needed with a current babel. * removed patches for ngerman/german: these are now in babel-german * removed patches for french, unneeded according the babel-french maintainer. * removed patches for greeknumerals, the code is now in babel-greek. Some outdated code has been removed: * removed outdated code to fix the first page boxlevel * removed outdated code to fix old ltxcmds code * removed outdated code to fix fancyvrb * removed code related to /Hid - deprecated in PDF 1.2 The supported autoref languages have been extended * added norsk to autoref languages * added danish to autoref language * corrected french language Two bugs have been fixed: * corrected the definition of \begin/\end in \pdfstringdef * added Euro to encoding of form field font 7.00h * renamed the manual to hyperref-doc * moved the license of the documentation into the file * puenc.def defines cyrillic command, specially \C, only if \CYRDZE has been defined previously * puenc.def defines greek commands only if \textBeta has been defined previously * puenc.def defines hebrew command only if \hebdalet has been defined previously * ntheorem-hyper.sty made an obsolete stub as ntheorem has been hyperref-compatible for some years. 7.00i * moved definitions for the \G accent to an extra file puenc-extra.def, which can be loaded manually (issue 170) * moved the loading of puenc.def so that it can be suppressed with pdflatex with unicode=false * corrected the \hspace command in \pdfstringdef, so that it accepts some subset of the calc syntax. 7.00j * moved the PU-declarations for greek to an extra file puenc-greek.ldf and force loading if the options psdextra is used. * moved definition for \U accent into the cyrillic block. So it is only defined if \CYRDZE has been defined previously. * Some clarifications in the manual. * added \special{dvipdfmx:config C 0x10} to the xetex and dvipdfmx driver to avoid problems with links to external files. * if platex is detected unicode is set to false * reverted the delayed loading of puenc.def as it breaks package options * added a \lastnodetype test to distinguish explicit 0pt vskip from no skip in \Hy at SaveLastskip * enabled setting the pdfversion with the xetex/dvipdfm driver, To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/tex-hyperref/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-hyperref/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-hyperref/distinfo cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/tex-hyperref-doc/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-hyperref-doc/PLIST cvs rdiff -u -r1.16 -r1.17 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. --_----------=_161319334340350 Content-Disposition: inline Content-Length: 6810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-hyperref/Makefile diff -u pkgsrc/print/tex-hyperref/Makefile:1.23 pkgsrc/print/tex-hyperref/Makefile:1.24 --- pkgsrc/print/tex-hyperref/Makefile:1.23 Mon May 4 04:24:07 2020 +++ pkgsrc/print/tex-hyperref/Makefile Sat Feb 13 05:15:43 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2020/05/04 04:24:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2021/02/13 05:15:43 markd Exp $ DISTNAME= hyperref -PKGNAME= tex-${DISTNAME}-7.00d -TEXLIVE_REV= 54841 +PKGNAME= tex-${DISTNAME}-7.00j +TEXLIVE_REV= 57713 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/hyperref Index: pkgsrc/print/tex-hyperref/PLIST diff -u pkgsrc/print/tex-hyperref/PLIST:1.5 pkgsrc/print/tex-hyperref/PLIST:1.6 --- pkgsrc/print/tex-hyperref/PLIST:1.5 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-hyperref/PLIST Sat Feb 13 05:15:43 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/05/03 11:57:31 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/02/13 05:15:43 markd Exp $ share/texmf-dist/tex/latex/hyperref/backref.sty share/texmf-dist/tex/latex/hyperref/hdvipdfm.def share/texmf-dist/tex/latex/hyperref/hdvips.def @@ -13,6 +13,7 @@ share/texmf-dist/tex/latex/hyperref/hvte share/texmf-dist/tex/latex/hyperref/hvtexhtm.def share/texmf-dist/tex/latex/hyperref/hvtexmrk.def share/texmf-dist/tex/latex/hyperref/hxetex.def +share/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def share/texmf-dist/tex/latex/hyperref/hyperref.sty share/texmf-dist/tex/latex/hyperref/hypertex.def share/texmf-dist/tex/latex/hyperref/minitoc-hyper.sty @@ -23,6 +24,8 @@ share/texmf-dist/tex/latex/hyperref/pd1e share/texmf-dist/tex/latex/hyperref/pdfmark.def share/texmf-dist/tex/latex/hyperref/psdextra.def share/texmf-dist/tex/latex/hyperref/puarenc.def +share/texmf-dist/tex/latex/hyperref/puenc-extra.def +share/texmf-dist/tex/latex/hyperref/puenc-greek.def share/texmf-dist/tex/latex/hyperref/puenc.def share/texmf-dist/tex/latex/hyperref/puvnenc.def share/texmf-dist/tex/latex/hyperref/xr-hyper.sty Index: pkgsrc/print/tex-hyperref/distinfo diff -u pkgsrc/print/tex-hyperref/distinfo:1.16 pkgsrc/print/tex-hyperref/distinfo:1.17 --- pkgsrc/print/tex-hyperref/distinfo:1.16 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-hyperref/distinfo Sat Feb 13 05:15:43 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/05/03 11:57:31 markd Exp $ +$NetBSD: distinfo,v 1.17 2021/02/13 05:15:43 markd Exp $ -SHA1 (hyperref.r54841.tar.xz) = 7ab1faa0013c92fd759364056fe2872c61675589 -RMD160 (hyperref.r54841.tar.xz) = 317f1877ffd81ed621b4a68fe7bda445034ce31a -SHA512 (hyperref.r54841.tar.xz) = d7b6151a6819c8da569dfd5d515b75182f32b2ecab43b819c6680694f0a4bcd72eef7089f9e817dc44699f955f02616819b44d6df315618d77cdf05972b0972f -Size (hyperref.r54841.tar.xz) = 98228 bytes +SHA1 (hyperref.r57713.tar.xz) = 2539f0c8084e7646cc1bf06d843cb263e6761dd4 +RMD160 (hyperref.r57713.tar.xz) = 63bab2cc0d7585b99c37d23f3a6a470e5afd0f57 +SHA512 (hyperref.r57713.tar.xz) = add5346986b5b0e7b6e558c07d677f88fbd8e0a0059ad32ad5e678a5f9b363bd75704421f55d09ab7236b24a183ba3d88fbf67873d0a2d6e389d5bed2337dcb1 +Size (hyperref.r57713.tar.xz) = 91272 bytes Index: pkgsrc/print/tex-hyperref-doc/Makefile diff -u pkgsrc/print/tex-hyperref-doc/Makefile:1.17 pkgsrc/print/tex-hyperref-doc/Makefile:1.18 --- pkgsrc/print/tex-hyperref-doc/Makefile:1.17 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-hyperref-doc/Makefile Sat Feb 13 05:15:43 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2020/05/03 11:57:31 markd Exp $ +# $NetBSD: Makefile,v 1.18 2021/02/13 05:15:43 markd Exp $ DISTNAME= hyperref.doc -PKGNAME= tex-${DISTNAME:S/./-/}-7.00d -TEXLIVE_REV= 54841 +PKGNAME= tex-${DISTNAME:S/./-/}-7.00j +TEXLIVE_REV= 57713 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/hyperref Index: pkgsrc/print/tex-hyperref-doc/PLIST diff -u pkgsrc/print/tex-hyperref-doc/PLIST:1.6 pkgsrc/print/tex-hyperref-doc/PLIST:1.7 --- pkgsrc/print/tex-hyperref-doc/PLIST:1.6 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-hyperref-doc/PLIST Sat Feb 13 05:15:43 2021 @@ -1,20 +1,18 @@ -@comment $NetBSD: PLIST,v 1.6 2020/05/03 11:57:31 markd Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/02/13 05:15:43 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/cmmi10-22.gif -share/texmf-dist/doc/latex/hyperref/cmsy10-21.gif +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-doc2.html +share/texmf-dist/doc/latex/hyperref/hyperref-doc3.html +share/texmf-dist/doc/latex/hyperref/hyperref-doc4.html +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.pdf share/texmf-dist/doc/latex/hyperref/manifest.txt -share/texmf-dist/doc/latex/hyperref/manual.css -share/texmf-dist/doc/latex/hyperref/manual.html -share/texmf-dist/doc/latex/hyperref/manual.pdf -share/texmf-dist/doc/latex/hyperref/manual2.html -share/texmf-dist/doc/latex/hyperref/manual3.html -share/texmf-dist/doc/latex/hyperref/manual4.html -share/texmf-dist/doc/latex/hyperref/manual5.html -share/texmf-dist/doc/latex/hyperref/manual6.html -share/texmf-dist/doc/latex/hyperref/manual7.html share/texmf-dist/doc/latex/hyperref/nameref.pdf share/texmf-dist/doc/latex/hyperref/paper.pdf share/texmf-dist/doc/latex/hyperref/slides.pdf Index: pkgsrc/print/tex-hyperref-doc/distinfo diff -u pkgsrc/print/tex-hyperref-doc/distinfo:1.16 pkgsrc/print/tex-hyperref-doc/distinfo:1.17 --- pkgsrc/print/tex-hyperref-doc/distinfo:1.16 Sun May 3 11:57:31 2020 +++ pkgsrc/print/tex-hyperref-doc/distinfo Sat Feb 13 05:15:43 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/05/03 11:57:31 markd Exp $ +$NetBSD: distinfo,v 1.17 2021/02/13 05:15:43 markd Exp $ -SHA1 (hyperref.doc.r54841.tar.xz) = 2f8a66ad0fa7b61143955d3d5603b477a482200c -RMD160 (hyperref.doc.r54841.tar.xz) = db978c52d8b2f05ff8baed71b572756375ffd28a -SHA512 (hyperref.doc.r54841.tar.xz) = 098ed640865aaaeb45fad1b418afb0113e7abc4381041346a63694ef767b705ed237a3aea345c862eafaf6bf631e145ed8d3c306d9110338636ebb09400d6f35 -Size (hyperref.doc.r54841.tar.xz) = 3066148 bytes +SHA1 (hyperref.doc.r57713.tar.xz) = 228b229879051631c8e266b900fda10515dac107 +RMD160 (hyperref.doc.r57713.tar.xz) = 8e0c07508f6cd4a3deabc5adcd6127b2bdfadbf4 +SHA512 (hyperref.doc.r57713.tar.xz) = 7693d8a69eab6a943e4395f13f0705a95723df118e75f9cdc854d3bef150422eaadcc506db5ea06f704715c0ad7b8e8990006a6dd24280fdcd47ec69d6213460 +Size (hyperref.doc.r57713.tar.xz) = 3265844 bytes --_----------=_161319334340350--