Received: by mail.netbsd.org (Postfix, from userid 605) id F06E184E9E; Mon, 30 May 2022 15:04:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3139384E70 for ; Mon, 30 May 2022 15:04:58 +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 L7pqQoKLsqCq for ; Mon, 30 May 2022 15:04:57 +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 108A384D21 for ; Mon, 30 May 2022 15:04:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD674FAEB; Mon, 30 May 2022 15:06:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653923160129470" MIME-Version: 1.0 Date: Mon, 30 May 2022 15:06:00 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220530150600.DD674FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653923160129470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon May 30 15:06:00 UTC 2022 Modified Files: pkgsrc/benchmarks: Makefile pkgsrc/doc: CHANGES-2022 Log Message: Added benchmarks/R-bench version 1.1.2 To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/benchmarks/Makefile cvs rdiff -u -r1.2826 -r1.2827 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653923160129470 Content-Disposition: inline Content-Length: 1226 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/Makefile diff -u pkgsrc/benchmarks/Makefile:1.59 pkgsrc/benchmarks/Makefile:1.60 --- pkgsrc/benchmarks/Makefile:1.59 Mon May 30 14:59:16 2022 +++ pkgsrc/benchmarks/Makefile Mon May 30 15:06:00 2022 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2022/05/30 14:59:16 mef Exp $ +# $NetBSD: Makefile,v 1.60 2022/05/30 15:06:00 mef Exp $ # COMMENT= Benchmarking tools +SUBDIR+= R-bench SUBDIR+= R-microbenchmark SUBDIR+= R-profmem SUBDIR+= R-rbenchmark Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.2826 pkgsrc/doc/CHANGES-2022:1.2827 --- pkgsrc/doc/CHANGES-2022:1.2826 Mon May 30 14:59:16 2022 +++ pkgsrc/doc/CHANGES-2022 Mon May 30 15:06:00 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2826 2022/05/30 14:59:16 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2827 2022/05/30 15:06:00 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4303,3 +4303,4 @@ Changes to the packages collection and i Updated devel/ocaml-bigstringaf to 0.9.0nb1 [jaapb 2022-05-30] Updated devel/ocaml-batteries to 3.5.1 [jaapb 2022-05-30] Added benchmarks/R-profmem version 0.6.0 [mef 2022-05-30] + Added benchmarks/R-bench version 1.1.2 [mef 2022-05-30] --_----------=_1653923160129470--