Date: Mon, 8 May 2017 07:59:41 +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: r440399 - in head/graphics: . R-cran-viridisLite Message-ID: <201705080759.v487xfvu010074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon May 8 07:59:41 2017 New Revision: 440399 URL: https://svnweb.freebsd.org/changeset/ports/440399 Log: - Add new port: graphics/R-cran-viridisLite 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 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. WWW: https://cran.r-project.org/web/packages/viridisLite/ Added: head/graphics/R-cran-viridisLite/ head/graphics/R-cran-viridisLite/Makefile (contents, props changed) head/graphics/R-cran-viridisLite/distinfo (contents, props changed) head/graphics/R-cran-viridisLite/pkg-descr (contents, props changed) Modified: head/graphics/Makefile (contents, props changed) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon May 8 05:10:48 2017 (r440398) +++ head/graphics/Makefile Mon May 8 07:59:41 2017 (r440399) @@ -32,6 +32,7 @@ SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape + SUBDIR += R-cran-viridisLite SUBDIR += R-cran-visNetwork SUBDIR += SciPlot SUBDIR += a2png Added: head/graphics/R-cran-viridisLite/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-viridisLite/Makefile Mon May 8 07:59:41 2017 (r440399) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= viridisLite +PORTVERSION= 0.2.0 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Default Color Maps from 'matplotlib' (Lite Version) + +LICENSE= MIT + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/graphics/R-cran-viridisLite/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-viridisLite/distinfo Mon May 8 07:59:41 2017 (r440399) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494194228 +SHA256 (viridisLite_0.2.0.tar.gz) = 2d4d909f21c51e720bd685f05041ba158294e0a4064e0946d0bd916709818694 +SIZE (viridisLite_0.2.0.tar.gz) = 48073 Added: head/graphics/R-cran-viridisLite/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-viridisLite/pkg-descr Mon May 8 07:59:41 2017 (r440399) @@ -0,0 +1,9 @@ +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 +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. + +WWW: https://cran.r-project.org/web/packages/viridisLite/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705080759.v487xfvu010074>