Mon May 2 14:32:10 2022 UTC ()
(devel/R-cli) Updated 3.2.0 to 3.3.0

# cli 3.3.0

* `style_hyperlink()` no longer breaks if the env varible `VTE_VERSION`
  is of the form `\d{4}`, i.e., 4 consecutive numbers (#441, @michaelchirico)

* `ansi_*()` functions support ANSI hyperlinks again (#444).

* Turning off ANSI colors via the `cli.num_colors` option or the
  `R_CLI_NUM_COLORS` or the `NO_COLOR` environment variable now also turns off
  ANSI hyperlinks (#447).

* `symbol` now only has two variants: UTF-8 and ASCII. There are no special
  variants for RStudio and Windows RGui any more (#424).


(mef)
diff -r1.11 -r1.12 pkgsrc/devel/R-cli/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/R-cli/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/R-cli/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-cli/Makefile 2022/04/18 14:36:00 1.11
+++ pkgsrc/devel/R-cli/Makefile 2022/05/02 14:32:10 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2022/04/18 14:36:00 mef Exp $ 1# $NetBSD: Makefile,v 1.12 2022/05/02 14:32:10 mef Exp $
2 2
3R_PKGNAME= cli 3R_PKGNAME= cli
4R_PKGVER= 3.2.0 4R_PKGVER= 3.3.0
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Helpers for developing command line interfaces 8COMMENT= Helpers for developing command line interfaces
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat 11DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat
12DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon 12DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
13DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi 13DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi
14DEPENDS+= R-glue-[0-9]*:../../devel/R-glue 14DEPENDS+= R-glue-[0-9]*:../../devel/R-glue
15 15
16# Package suggested but not available: 'asciicast' 16# Package suggested but not available: 'asciicast'
17 17

cvs diff -r1.9 -r1.10 pkgsrc/devel/R-cli/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-cli/distinfo 2022/04/18 14:36:00 1.9
+++ pkgsrc/devel/R-cli/distinfo 2022/05/02 14:32:10 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2022/04/18 14:36:00 mef Exp $ 1$NetBSD: distinfo,v 1.10 2022/05/02 14:32:10 mef Exp $
2 2
3BLAKE2s (R/cli_3.2.0.tar.gz) = 8b914e6e808612ff8d9cb4954ead0fee81d4d98dce58617ad9cbcb31b762c090 3BLAKE2s (R/cli_3.3.0.tar.gz) = a648b564c9ebef677be52b4b221e8080f20864230494f56be289c9e639c6e415
4SHA512 (R/cli_3.2.0.tar.gz) = 1f0f0a2d3c57830653b788ddef76a4944f4bd8beb6e0e8a71cc9da8242c0939d33b2b28066a6b1dd61b8870edc8d5635415bdaa626c0c4dfd8102fbb3b5cd7e3 4SHA512 (R/cli_3.3.0.tar.gz) = e888bee42595c89cce3dde076083f80f5118d1a33e9968ff580d2b13d233baa041355c46622fd611e1ce00c32e9a5a1bb29aab0d1bcc719dd9ced3821efd9de0
5Size (R/cli_3.2.0.tar.gz) = 493192 bytes 5Size (R/cli_3.3.0.tar.gz) = 495823 bytes