Received: by mail.netbsd.org (Postfix, from userid 605) id F0C7C84E87; Sun, 18 Dec 2022 09:47:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F8D284E57 for ; Sun, 18 Dec 2022 09:47:06 +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 8J4sU7EuvXYn for ; Sun, 18 Dec 2022 09:47:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 65C3B84C86 for ; Sun, 18 Dec 2022 09:47:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F47CFA90; Sun, 18 Dec 2022 09:47:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671356825249960" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 09:47:05 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218094705.5F47CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671356825249960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 09:47:05 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 pkgsrc/graphics: Makefile Log Message: (graphics/R-tkrplot) Added version 0.0.27 To generate a diff of this commit: cvs rdiff -u -r1.6221 -r1.6222 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.999 -r1.1000 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671356825249960 Content-Disposition: inline Content-Length: 1296 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.6221 pkgsrc/doc/CHANGES-2022:1.6222 --- pkgsrc/doc/CHANGES-2022:1.6221 Sun Dec 18 09:36:33 2022 +++ pkgsrc/doc/CHANGES-2022 Sun Dec 18 09:47:05 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.6221 2022/12/18 09:36:33 mef Exp $ +$NetBSD: CHANGES-2022,v 1.6222 2022/12/18 09:47:05 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -9336,3 +9336,4 @@ Changes to the packages collection and i Added benchmarks/R-profvis version 0.3.7 [mef 2022-12-18] Added www/R-downlit version 0.4.0 [mef 2022-12-18] Updated math/R-akima to 0.6.3.4 [mef 2022-12-18] + Added graphics/R-tkrplot version 0.0.27 [mef 2022-12-18] Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.999 pkgsrc/graphics/Makefile:1.1000 --- pkgsrc/graphics/Makefile:1.999 Sat Dec 17 15:03:06 2022 +++ pkgsrc/graphics/Makefile Sun Dec 18 09:47:04 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.999 2022/12/17 15:03:06 mef Exp $ +# $NetBSD: Makefile,v 1.1000 2022/12/18 09:47:04 mef Exp $ # COMMENT= Graphics tools and libraries @@ -41,6 +41,7 @@ SUBDIR+= R-ragg SUBDIR+= R-rgl SUBDIR+= R-scales SUBDIR+= R-thematic +SUBDIR+= R-tkrplot SUBDIR+= R-viridis SUBDIR+= R-viridisLite SUBDIR+= SDL2_gfx --_----------=_1671356825249960--