pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-fansi (devel/R-fansi) Updated 0.4.0 to 0.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa76b6066bb1
branches: trunk
changeset: 454010:aa76b6066bb1
user: mef <mef%pkgsrc.org@localhost>
date: Sat Jun 05 08:05:51 2021 +0000
description:
(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).
diffstat:
devel/R-fansi/Makefile | 7 +++++--
devel/R-fansi/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 0d42d23e2ba7 -r aa76b6066bb1 devel/R-fansi/Makefile
--- a/devel/R-fansi/Makefile Sat Jun 05 08:02:32 2021 +0000
+++ b/devel/R-fansi/Makefile Sat Jun 05 08:05:51 2021 +0000
@@ -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@localhost
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 -r 0d42d23e2ba7 -r aa76b6066bb1 devel/R-fansi/distinfo
--- a/devel/R-fansi/distinfo Sat Jun 05 08:02:32 2021 +0000
+++ b/devel/R-fansi/distinfo Sat Jun 05 08:05:51 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index