diff --git a/graphics/R-cran-viridis/Makefile b/graphics/R-cran-viridis/Makefile index 8eab1249865b..789a762362f7 100644 --- a/graphics/R-cran-viridis/Makefile +++ b/graphics/R-cran-viridis/Makefile @@ -1,21 +1,20 @@ PORTNAME= viridis -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Default Color Maps from 'matplotlib' WWW= https://cran.r-project.org/web/packages/viridis/ LICENSE= MIT -CRAN_DEPENDS= R-cran-viridisLite>=0.4.0:graphics/R-cran-viridisLite \ - R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \ - R-cran-gridExtra>0:graphics/R-cran-gridExtra +CRAN_DEPENDS= R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \ + R-cran-gridExtra>0:graphics/R-cran-gridExtra \ + R-cran-viridisLite>=0.4.0:graphics/R-cran-viridisLite BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include diff --git a/graphics/R-cran-viridis/distinfo b/graphics/R-cran-viridis/distinfo index 3c3eccfcf8e1..13dc2fc5b074 100644 --- a/graphics/R-cran-viridis/distinfo +++ b/graphics/R-cran-viridis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634380070 -SHA256 (viridis_0.6.2.tar.gz) = 69b58cd1d992710a08b0b227fd0a9590430eea3ed4858099412f910617e41311 -SIZE (viridis_0.6.2.tar.gz) = 3031731 +TIMESTAMP = 1683894706 +SHA256 (viridis_0.6.3.tar.gz) = 4a60b79745997219601a0cd1d85bc5eb8a9840ed732b06ef539dd33e1c7f1ffc +SIZE (viridis_0.6.3.tar.gz) = 3049132 diff --git a/graphics/R-cran-viridis/pkg-descr b/graphics/R-cran-viridis/pkg-descr index 30779148e0db..bbc2395adc95 100644 --- a/graphics/R-cran-viridis/pkg-descr +++ b/graphics/R-cran-viridis/pkg-descr @@ -1,11 +1,8 @@ -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). +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 package +also contains 'ggplot2' bindings for discrete and continuous color +and fill scales. A lean version of the package called 'viridisLite' +that does not include the 'ggplot2' bindings can be found at +.