diff --git a/graphics/R-cran-viridisLite/Makefile b/graphics/R-cran-viridisLite/Makefile index 0ef836c4330b..b34cb7c56401 100644 --- a/graphics/R-cran-viridisLite/Makefile +++ b/graphics/R-cran-viridisLite/Makefile @@ -1,15 +1,14 @@ PORTNAME= viridisLite -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Default Color Maps from 'matplotlib' (Lite Version) WWW= https://cran.r-project.org/web/packages/viridisLite/ LICENSE= MIT USES= cran:auto-plist .include diff --git a/graphics/R-cran-viridisLite/distinfo b/graphics/R-cran-viridisLite/distinfo index af5898e46912..c7f193f1bb1b 100644 --- a/graphics/R-cran-viridisLite/distinfo +++ b/graphics/R-cran-viridisLite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662250195 -SHA256 (viridisLite_0.4.1.tar.gz) = a896db1ccae5fc1a8b3764d02f24cef74ef7a8341cf9f3401c4efe799870ea97 -SIZE (viridisLite_0.4.1.tar.gz) = 1267090 +TIMESTAMP = 1683895091 +SHA256 (viridisLite_0.4.2.tar.gz) = 893f111d31deccd2cc959bc9db7ba2ce9020a2dd1b9c1c009587e449c4cce1a1 +SIZE (viridisLite_0.4.2.tar.gz) = 1267121 diff --git a/graphics/R-cran-viridisLite/pkg-descr b/graphics/R-cran-viridisLite/pkg-descr index ea57f63e3047..fc9495627c1c 100644 --- a/graphics/R-cran-viridisLite/pkg-descr +++ b/graphics/R-cran-viridisLite/pkg-descr @@ -1,13 +1,7 @@ -Implementation of the 'viridis' - the default -, 'magma', 'plasma', -'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma', -'plasma', and 'inferno' are ported from 'matplotlib' -, a popular plotting library for 'python'. -'cividis', was developed by Jamie R. Nuñez and Sean M. Colby. These -color maps are designed in such a way that they will analytically -be perfectly perceptually-uniform, both in regular form and also -when converted to black-and-white. They are also designed to be -perceived by readers with the most common form of color blindness -(all color maps in this package) and color vision deficiency -('cividis' only). This is the 'lite' version of the more complete -'viridis' package that can be found at -. +Color maps designed to improve graph readability for readers with +common forms of color blindness and/or color vision deficiency. The +color maps are also perceptually-uniform, both in regular form and +also when converted to black-and-white for printing. This is the +'lite' version of the 'viridis' package that also contains 'ggplot2' +bindings for discrete and continuous color and fill scales and can +be found at .