Index: head/graphics/R-cran-viridis/Makefile =================================================================== --- head/graphics/R-cran-viridis/Makefile (revision 465167) +++ head/graphics/R-cran-viridis/Makefile (revision 465168) @@ -1,23 +1,22 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= viridis -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Default Color Maps from 'matplotlib' LICENSE= MIT CRAN_DEPENDS= R-cran-viridisLite>=0.2.0:graphics/R-cran-viridisLite \ R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \ R-cran-gridExtra>0:graphics/R-cran-gridExtra BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include Index: head/graphics/R-cran-viridis/distinfo =================================================================== --- head/graphics/R-cran-viridis/distinfo (revision 465167) +++ head/graphics/R-cran-viridis/distinfo (revision 465168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494193855 -SHA256 (viridis_0.4.0.tar.gz) = 93d2ded68ed7cec5633c260dbc47051416147aae074f29ebe135cc329250b00e -SIZE (viridis_0.4.0.tar.gz) = 1787731 +TIMESTAMP = 1521622362 +SHA256 (viridis_0.5.0.tar.gz) = fea477172c1e11be40554545260b36d6ddff3fe6bc3bbed87813ffb77c5546cd +SIZE (viridis_0.5.0.tar.gz) = 1754678 Index: head/graphics/R-cran-viridis/pkg-descr =================================================================== --- head/graphics/R-cran-viridis/pkg-descr (revision 465167) +++ head/graphics/R-cran-viridis/pkg-descr (revision 465168) @@ -1,9 +1,13 @@ -Port of the new 'matplotlib' color maps ('viridis' - the default -, -'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' - is a popular plotting library for 'python'. -These color maps are designed in such a way that they will analytically +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. +perceived by readers with the most common form of color blindness +(all color maps in this package) and color vision deficiency +('cividis' only). WWW: https://cran.r-project.org/web/packages/viridis/