From 493c25638ae66a648a0c6d47f1b33a06aae19d7c Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 5 Jun 2021 08:05:51 +0000 Subject: [PATCH] (devel/R-fansi) Updated 0.4.0 to 0.5.0 # fansi Release Notes ## v0.5.0 * [#65](https://github.com/brodieG/fansi/issues/65): `sgr_to_html` optionally converts CSI SGR to classes instead of inline styles (h/t @hadley). * [#69](https://github.com/brodieG/fansi/issues/69): `sgr_to_html` is more disciplined about emitting unnecessary HTML (h/t @hadley). * New functions: * `sgr_256`: Display all 256 8-bit colors. * `in_html`: Easily output HTML in a web page. * `make_styles`: Easily produce CSS that matches 8-bit colors. * Adjust for changes to `nchar(..., type='width')` for C0-C1 control characters in R 4.1. * Restore tests bypassed in 0.4.2. ## v0.4.2 * Temporarily bypass tests due to R bug introduced in R-devel 79799. ## v0.4.1 * Correctly define/declare global symbols as per WRE 1.6.4.1, (h/t Professor Ripley, Joshua Ulrich for example fixes). * [#59](https://github.com/brodieG/fansi/issues/59): Provide a `split.nl` option to `set_knit_hooks` to mitigate white space issues when using blackfriday for the markdown->html conversion (@krlmlr). --- devel/R-fansi/Makefile | 7 +++++-- devel/R-fansi/distinfo | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/devel/R-fansi/Makefile b/devel/R-fansi/Makefile index b2562ac22a44..8e03987f4fde 100644 --- a/devel/R-fansi/Makefile +++ b/devel/R-fansi/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:39 brook Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/05 08:05:51 mef Exp $ R_PKGNAME= fansi -R_PKGVER= 0.4.0 +R_PKGVER= 0.5.0 CATEGORIES= devel MAINTAINER= wen@NetBSD.org COMMENT= ANSI control sequence aware string functions LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 +#EST_DEPENDS+= R-unitizer-[0-9]*:../../devel/R-unitizer +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" diff --git a/devel/R-fansi/distinfo b/devel/R-fansi/distinfo index 9848cd82bc9a..3aa9ddc2d741 100644 --- a/devel/R-fansi/distinfo +++ b/devel/R-fansi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/06/09 09:41:35 wen Exp $ +$NetBSD: distinfo,v 1.2 2021/06/05 08:05:51 mef Exp $ -SHA1 (R/fansi_0.4.0.tar.gz) = 62a8e1128a23f3050228b6784b68b5789a6c0538 -RMD160 (R/fansi_0.4.0.tar.gz) = ee36c1e8c78e90e557548bc1f0ee354fa2d5750d -SHA512 (R/fansi_0.4.0.tar.gz) = 13012ca52137d9aec533bd0d16b84c13c33fee2ff4e25c6214e84ffd8d813612e10356d4a16affb8483047d2eaeb5b7746ebcb705d4d711b92d7e5d2a950e1e2 -Size (R/fansi_0.4.0.tar.gz) = 266123 bytes +SHA1 (R/fansi_0.5.0.tar.gz) = bbda4cc9ce3ee2b048594ec5cdcd00800fe1d4a5 +RMD160 (R/fansi_0.5.0.tar.gz) = 18cfd61c80d11613b1c6a49829345acb570a1b86 +SHA512 (R/fansi_0.5.0.tar.gz) = cc2c52e5c122d4b99c5af47997ece264e90e7969e40c2f0acca694da8b6b3b6699fa53624ccfeb45e3dfcb3e789865e64e3b8a3c8ba8eac8bddeccb66bb835d4 +Size (R/fansi_0.5.0.tar.gz) = 301724 bytes