pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-cli (devel/R-cli) Updated 3.4.1 to 3.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b0654248a41
branches:  trunk
changeset: 390900:2b0654248a41
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 01 00:44:35 2023 +0000

description:
(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.

diffstat:

 devel/R-cli/Makefile      |   4 ++--
 devel/R-cli/buildlink3.mk |  12 ++++++++++++
 devel/R-cli/distinfo      |   8 ++++----
 3 files changed, 18 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 45d1a8f134d9 -r 2b0654248a41 devel/R-cli/Makefile
--- a/devel/R-cli/Makefile      Sat Dec 31 22:51:43 2022 +0000
+++ b/devel/R-cli/Makefile      Sun Jan 01 00:44:35 2023 +0000
@@ -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@localhost
diff -r 45d1a8f134d9 -r 2b0654248a41 devel/R-cli/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cli/buildlink3.mk Sun Jan 01 00:44:35 2023 +0000
@@ -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
diff -r 45d1a8f134d9 -r 2b0654248a41 devel/R-cli/distinfo
--- a/devel/R-cli/distinfo      Sat Dec 31 22:51:43 2022 +0000
+++ b/devel/R-cli/distinfo      Sun Jan 01 00:44:35 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index