pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-fansi



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  5 08:05:51 UTC 2021

Modified Files:
        pkgsrc/devel/R-fansi: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-fansi/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-fansi/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-fansi/Makefile
diff -u pkgsrc/devel/R-fansi/Makefile:1.3 pkgsrc/devel/R-fansi/Makefile:1.4
--- pkgsrc/devel/R-fansi/Makefile:1.3   Thu Aug  8 19:53:39 2019
+++ pkgsrc/devel/R-fansi/Makefile       Sat Jun  5 08:05:51 2021
@@ -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"

Index: pkgsrc/devel/R-fansi/distinfo
diff -u pkgsrc/devel/R-fansi/distinfo:1.1 pkgsrc/devel/R-fansi/distinfo:1.2
--- pkgsrc/devel/R-fansi/distinfo:1.1   Sun Jun  9 09:41:35 2019
+++ pkgsrc/devel/R-fansi/distinfo       Sat Jun  5 08:05:51 2021
@@ -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