Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9D8DA1A921F for ; Sat, 9 Apr 2022 03:04:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ECB1C84F09; Sat, 9 Apr 2022 03:04:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34CBD84EC1 for ; Sat, 9 Apr 2022 03:04:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gFQEWagkvwH4 for ; Sat, 9 Apr 2022 03:04:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5202284D4E for ; Sat, 9 Apr 2022 03:04:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BD9DFB24; Sat, 9 Apr 2022 03:04:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164947347516950" MIME-Version: 1.0 Date: Sat, 9 Apr 2022 03:04:35 +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: <20220409030435.4BD9DFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164947347516950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 9 03:04:35 UTC 2022 Modified Files: pkgsrc/print/tex-showlabels: Makefile PLIST distinfo pkgsrc/print/tex-showlabels-doc: Makefile distinfo Log Message: tex-showlabels{,-doc}: update to 1.9.1 * Robustness fix: macros in arguments are now handled, so that (after \showlabel{index}), \index{Poincar\'e} doesn't cause an error. * The \showlabel[optarg]{command} optional argument can now take a one-argument command. * The macro \showlabeltype expands to the current label type, for possible use in \showlabelsetlabel. * The code has moved from Bitbucket to Sourcehut: the new repository is https://hg.sr.ht/~nxg/showlabels. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-showlabels/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-showlabels/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-showlabels/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-showlabels-doc/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-showlabels-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164947347516950 Content-Disposition: inline Content-Length: 4266 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-showlabels/Makefile diff -u pkgsrc/print/tex-showlabels/Makefile:1.5 pkgsrc/print/tex-showlabels/Makefile:1.6 --- pkgsrc/print/tex-showlabels/Makefile:1.5 Sat Jan 18 23:34:48 2020 +++ pkgsrc/print/tex-showlabels/Makefile Sat Apr 9 03:04:34 2022 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:34:48 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/04/09 03:04:34 markd Exp $ DISTNAME= showlabels -PKGNAME= tex-${DISTNAME}-1.8 -TEXLIVE_REV= 41322 +PKGNAME= tex-${DISTNAME}-1.9.1 +TEXLIVE_REV= 60877 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/showlabels COMMENT= Show label commands in the margin LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-showlabels/PLIST diff -u pkgsrc/print/tex-showlabels/PLIST:1.1 pkgsrc/print/tex-showlabels/PLIST:1.2 --- pkgsrc/print/tex-showlabels/PLIST:1.1 Sat May 16 10:30:19 2015 +++ pkgsrc/print/tex-showlabels/PLIST Sat Apr 9 03:04:34 2022 @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/04/09 03:04:34 markd Exp $ share/texmf-dist/tex/latex/showlabels/showlabels.sty Index: pkgsrc/print/tex-showlabels/distinfo diff -u pkgsrc/print/tex-showlabels/distinfo:1.6 pkgsrc/print/tex-showlabels/distinfo:1.7 --- pkgsrc/print/tex-showlabels/distinfo:1.6 Tue Oct 26 11:14:38 2021 +++ pkgsrc/print/tex-showlabels/distinfo Sat Apr 9 03:04:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:14:38 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/04/09 03:04:34 markd Exp $ -BLAKE2s (tex-showlabels-41322/showlabels.tar.xz) = 094bd1f6c89526b0d8b7c659643fb3464c08e64a13df553d9a2a3bfb30c50037 -SHA512 (tex-showlabels-41322/showlabels.tar.xz) = b5553e162dc75199e7c4365617a6bec3bec8351d336594be6ef468f3135acf4ab47a26f446ebbe0a9bc6900b0805b9fef02b5b653591bf472523e3163107bccc -Size (tex-showlabels-41322/showlabels.tar.xz) = 3172 bytes +BLAKE2s (showlabels.r60877.tar.xz) = 37497d9ea06db7d47c272eb5b6871bfb2b0c8a8a254bfd087ec9df8f5625d294 +SHA512 (showlabels.r60877.tar.xz) = 4d619e52b40b06a7d31ac0627ec00a19f38c4ff56551279e185d1b86461b776dc75d711d52ff5d83ab9ddf04dc3828cf0302760e71cba2dcaf4c284c8c65ff6e +Size (showlabels.r60877.tar.xz) = 3212 bytes Index: pkgsrc/print/tex-showlabels-doc/Makefile diff -u pkgsrc/print/tex-showlabels-doc/Makefile:1.5 pkgsrc/print/tex-showlabels-doc/Makefile:1.6 --- pkgsrc/print/tex-showlabels-doc/Makefile:1.5 Sat Jan 18 23:34:48 2020 +++ pkgsrc/print/tex-showlabels-doc/Makefile Sat Apr 9 03:04:35 2022 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:34:48 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/04/09 03:04:35 markd Exp $ DISTNAME= showlabels.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.8 -TEXLIVE_REV= 41322 +PKGNAME= tex-${DISTNAME:S/./-/}-1.9.1 +TEXLIVE_REV= 60877 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/showlabels COMMENT= Documentation for tex-showlabels LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-showlabels-doc/distinfo diff -u pkgsrc/print/tex-showlabels-doc/distinfo:1.6 pkgsrc/print/tex-showlabels-doc/distinfo:1.7 --- pkgsrc/print/tex-showlabels-doc/distinfo:1.6 Tue Oct 26 11:14:38 2021 +++ pkgsrc/print/tex-showlabels-doc/distinfo Sat Apr 9 03:04:35 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:14:38 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/04/09 03:04:35 markd Exp $ -BLAKE2s (tex-showlabels-41322/showlabels.doc.tar.xz) = 79bb068cbef8ea8ee54566033f57523f2d41f75c5b00c1d56d2ef10987cd72da -SHA512 (tex-showlabels-41322/showlabels.doc.tar.xz) = b819c478b23adc98d8dead62148a5837bf5faa5bf94fd1d83935ec6f925f470a3c624f958ac5e3cced028c5d6fa3d1af5b400948d2168aaa0eead26cab9c6985 -Size (tex-showlabels-41322/showlabels.doc.tar.xz) = 169104 bytes +BLAKE2s (showlabels.doc.r60877.tar.xz) = 4270dc5f30c149f89d2785d65909fc4d609e37da26cb7e1110b1f83c94cfc7ac +SHA512 (showlabels.doc.r60877.tar.xz) = 154da3583e03b13794e366926bf4430961e8159558bddd86f8d080f53f12bf3936c4caaff8f4aef131e7d84685145ff5fc8d644134f5c982367cc106ff505066 +Size (showlabels.doc.r60877.tar.xz) = 231580 bytes --_----------=_164947347516950--