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 4B6BE1A921F for ; Thu, 14 Apr 2022 06:23:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 87AE884F07; Thu, 14 Apr 2022 06:23:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C157E84E8F for ; Thu, 14 Apr 2022 06:23:33 +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 vIb7RuxTyduu for ; Thu, 14 Apr 2022 06:23:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 21A9384C13 for ; Thu, 14 Apr 2022 06:23:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15E4FFB24; Thu, 14 Apr 2022 06:23:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164991741326410" MIME-Version: 1.0 Date: Thu, 14 Apr 2022 06:23:33 +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: <20220414062333.15E4FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164991741326410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Apr 14 06:23:32 UTC 2022 Modified Files: pkgsrc/print/tex-bxghost: Makefile distinfo pkgsrc/print/tex-bxghost-doc: Makefile distinfo Log Message: tex-bxghost{,-doc}: update to 0.4.0 - More general implementation for \jghostguarded - Add the noverb option To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-bxghost/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-bxghost/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-bxghost-doc/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-bxghost-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164991741326410 Content-Disposition: inline Content-Length: 3283 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-bxghost/Makefile diff -u pkgsrc/print/tex-bxghost/Makefile:1.1 pkgsrc/print/tex-bxghost/Makefile:1.2 --- pkgsrc/print/tex-bxghost/Makefile:1.1 Sun Feb 21 10:03:18 2021 +++ pkgsrc/print/tex-bxghost/Makefile Thu Apr 14 06:23:32 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/02/21 10:03:18 markd Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/14 06:23:32 markd Exp $ DISTNAME= bxghost -PKGNAME= tex-${DISTNAME}-0.3.0 -TEXLIVE_REV= 53606 +PKGNAME= tex-${DISTNAME}-0.4.0 +TEXLIVE_REV= 61989 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/bxghost Index: pkgsrc/print/tex-bxghost/distinfo diff -u pkgsrc/print/tex-bxghost/distinfo:1.3 pkgsrc/print/tex-bxghost/distinfo:1.4 --- pkgsrc/print/tex-bxghost/distinfo:1.3 Tue Oct 26 11:12:44 2021 +++ pkgsrc/print/tex-bxghost/distinfo Thu Apr 14 06:23:32 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:12:44 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/04/14 06:23:32 markd Exp $ -BLAKE2s (bxghost.r53606.tar.xz) = bc12992b989602ea05d881ab0577a44a13568f96a6a67836472e07947be65d3a -SHA512 (bxghost.r53606.tar.xz) = 72b5a376d5a927297fc466936ae55ed4fe4fe8705aa8f31fcaa4f4b558496b19952b55ff8b02318f5d5cc8c6cfe31c6310cbd22900084d353a93f348291e0c6e -Size (bxghost.r53606.tar.xz) = 1648 bytes +BLAKE2s (bxghost.r61989.tar.xz) = fac33397501904b09f3a070f1be95a15ad68b34e9e201e001b0e2595331fb56c +SHA512 (bxghost.r61989.tar.xz) = 0b887dac7fb97c7faeabaf1863c0dd9b086b0f8d6e91e399c6a19a1d7950d1940a117a0176104256d8ea18ae822c6bf111140eca3ec9173e458a94233af4537a +Size (bxghost.r61989.tar.xz) = 1972 bytes Index: pkgsrc/print/tex-bxghost-doc/Makefile diff -u pkgsrc/print/tex-bxghost-doc/Makefile:1.1 pkgsrc/print/tex-bxghost-doc/Makefile:1.2 --- pkgsrc/print/tex-bxghost-doc/Makefile:1.1 Sun Feb 21 10:03:18 2021 +++ pkgsrc/print/tex-bxghost-doc/Makefile Thu Apr 14 06:23:32 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/02/21 10:03:18 markd Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/14 06:23:32 markd Exp $ DISTNAME= bxghost.doc -PKGNAME= tex-${DISTNAME:S/./-/}-0.3.0 -TEXLIVE_REV= 53606 +PKGNAME= tex-${DISTNAME:S/./-/}-0.4.0 +TEXLIVE_REV= 61989 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/bxghost Index: pkgsrc/print/tex-bxghost-doc/distinfo diff -u pkgsrc/print/tex-bxghost-doc/distinfo:1.3 pkgsrc/print/tex-bxghost-doc/distinfo:1.4 --- pkgsrc/print/tex-bxghost-doc/distinfo:1.3 Tue Oct 26 11:12:44 2021 +++ pkgsrc/print/tex-bxghost-doc/distinfo Thu Apr 14 06:23:32 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:12:44 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/04/14 06:23:32 markd Exp $ -BLAKE2s (bxghost.doc.r53606.tar.xz) = 110671a4039e293d288bd36b1a0793d05faaf8b5960adb26079fc610b8b0a6ed -SHA512 (bxghost.doc.r53606.tar.xz) = 718c59d1c05689fbb4641ead9437b2ddde19f848b6f7c9fd5f4c91b10abe9fc6413c531c2f5af3f9e70e30578341116e5b4731a8f873f75fd4ee0803f3597a3b -Size (bxghost.doc.r53606.tar.xz) = 1792 bytes +BLAKE2s (bxghost.doc.r61989.tar.xz) = 9e6b663f4899c6ad8565d9a73fa6450e3ddf6ae735b40cc556e98e6560b2670e +SHA512 (bxghost.doc.r61989.tar.xz) = a6b06eb89e575e917d7bfed36b4080170d98001b70f257a94bdcf5fdd20779562a07a357469da56b85d5d1618e5bd9e6406d1f6679ec6025579f49e19c670558 +Size (bxghost.doc.r61989.tar.xz) = 1828 bytes --_----------=_164991741326410--