Received: by mail.netbsd.org (Postfix, from userid 605) id 4238784EC8; Sun, 1 Jan 2023 00:44:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F43F84EC7 for ; Sun, 1 Jan 2023 00:44:36 +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 33b0Dk9uS9Su for ; Sun, 1 Jan 2023 00:44:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CFE0584EC0 for ; Sun, 1 Jan 2023 00:44:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C67BDFA90; Sun, 1 Jan 2023 00:44:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167253387526320" MIME-Version: 1.0 Date: Sun, 1 Jan 2023 00:44:35 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-cli To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230101004435.C67BDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167253387526320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 1 00:44:35 UTC 2023 Modified Files: pkgsrc/devel/R-cli: Makefile distinfo Added Files: pkgsrc/devel/R-cli: buildlink3.mk Log Message: (devel/R-cli) Updated 3.4.1 to 3.5.0 # cli 3.5.0 * New `keypress()` function to read a single key press from a terminal. * New function `pretty_print_code()` to print function objects with syntax highlighting at the R console. * `col_*` and `bg_*` functions how handle zero-length input correctly (#532). * New function `ansi_collapse()` to collapse character vectors into a single string. * `ansi_strtrim()` now handles some edge cases better, when `ellipsis` has length zero, and when it is wider than `width`. * New `hash_file_md5()` function to calculate the MD5 hash of one or more files. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/R-cli/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-cli/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-cli/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167253387526320 Content-Disposition: inline Content-Length: 1966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-cli/Makefile diff -u pkgsrc/devel/R-cli/Makefile:1.13 pkgsrc/devel/R-cli/Makefile:1.14 --- pkgsrc/devel/R-cli/Makefile:1.13 Sat Dec 17 01:27:54 2022 +++ pkgsrc/devel/R-cli/Makefile Sun Jan 1 00:44:35 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2022/12/17 01:27:54 mef Exp $ +# $NetBSD: Makefile,v 1.14 2023/01/01 00:44:35 mef Exp $ R_PKGNAME= cli -R_PKGVER= 3.4.1 +R_PKGVER= 3.5.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/R-cli/distinfo diff -u pkgsrc/devel/R-cli/distinfo:1.11 pkgsrc/devel/R-cli/distinfo:1.12 --- pkgsrc/devel/R-cli/distinfo:1.11 Sat Dec 17 01:27:54 2022 +++ pkgsrc/devel/R-cli/distinfo Sun Jan 1 00:44:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/12/17 01:27:54 mef Exp $ +$NetBSD: distinfo,v 1.12 2023/01/01 00:44:35 mef Exp $ -BLAKE2s (R/cli_3.4.1.tar.gz) = 2f9ec7ef7b968c11fe9924e42587d5b2f59a7ce20ff37d1791b718f16d36cc68 -SHA512 (R/cli_3.4.1.tar.gz) = b8fd9da9ef551a4626c40be2873d832aa2c109cc93103e7529e4d91f611e70395546b07502ea7620c7e93171441a43c74a64a53d945e675bf72258efd7af47b6 -Size (R/cli_3.4.1.tar.gz) = 540044 bytes +BLAKE2s (R/cli_3.5.0.tar.gz) = b395c3b4d796f1dc5ac79b3606e375a0fa95b1a3b2232b60d3de0d9dabbba201 +SHA512 (R/cli_3.5.0.tar.gz) = cc46fa5012248e71e661868821e7eebf2dbee10b8537b00e28d1a77a2ecd0268a3c86a9c20e34ba48246d6f3b871612ebc0b80b203326b0dfb735fb3e4e55627 +Size (R/cli_3.5.0.tar.gz) = 560308 bytes Added files: Index: pkgsrc/devel/R-cli/buildlink3.mk diff -u /dev/null pkgsrc/devel/R-cli/buildlink3.mk:1.1 --- /dev/null Sun Jan 1 00:44:35 2023 +++ pkgsrc/devel/R-cli/buildlink3.mk Sun Jan 1 00:44:35 2023 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2023/01/01 00:44:35 mef Exp $ + +BUILDLINK_TREE+= R-cli + +.if !defined(R_CLI_BUILDLINK3_MK) +R_CLI_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.R-cli+= R-cli>=3.4.0 +BUILDLINK_PKGSRCDIR.R-cli?= ../../devel/R-cli +.endif # R_CLI_BUILDLINK3_MK + +BUILDLINK_TREE+= -R-cli --_----------=_167253387526320--