Date: Wed, 21 Mar 2018 11:00:33 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465168 - head/graphics/R-cran-viridis Message-ID: <201803211100.w2LB0XRD077027@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Mar 21 11:00:33 2018 New Revision: 465168 URL: https://svnweb.freebsd.org/changeset/ports/465168 Log: - Update to 0.5.0 - Update pkg-descr Modified: head/graphics/R-cran-viridis/Makefile (contents, props changed) head/graphics/R-cran-viridis/distinfo (contents, props changed) head/graphics/R-cran-viridis/pkg-descr (contents, props changed) Modified: head/graphics/R-cran-viridis/Makefile ============================================================================== --- head/graphics/R-cran-viridis/Makefile Wed Mar 21 10:27:19 2018 (r465167) +++ head/graphics/R-cran-viridis/Makefile Wed Mar 21 11:00:33 2018 (r465168) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= viridis -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-viridis/distinfo ============================================================================== --- head/graphics/R-cran-viridis/distinfo Wed Mar 21 10:27:19 2018 (r465167) +++ head/graphics/R-cran-viridis/distinfo Wed Mar 21 11:00:33 2018 (r465168) @@ -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 Modified: head/graphics/R-cran-viridis/pkg-descr ============================================================================== --- head/graphics/R-cran-viridis/pkg-descr Wed Mar 21 10:27:19 2018 (r465167) +++ head/graphics/R-cran-viridis/pkg-descr Wed Mar 21 11:00:33 2018 (r465168) @@ -1,9 +1,13 @@ -Port of the new 'matplotlib' color maps ('viridis' - the default -, -'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' -<http://matplotlib.org/> 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' +<http://matplotlib.org/>, 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803211100.w2LB0XRD077027>