pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cli



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.

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@localhost

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



Home | Main Index | Thread Index | Old Index