diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 07:59:41 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 07:59:41 +0000 |
commit | 37b773079baf1e64b994d21a3d28179bb4733df1 (patch) | |
tree | 808b858d1ab584cb81ad7a14ddb1224b1e9c4162 /graphics | |
parent | 10e060b2d1f675f5f7c370bceb15f606807f5932 (diff) | |
download | ports-37b773079baf1e64b994d21a3d28179bb4733df1.tar.gz ports-37b773079baf1e64b994d21a3d28179bb4733df1.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-viridisLite/Makefile | 16 | ||||
-rw-r--r-- | graphics/R-cran-viridisLite/distinfo | 3 | ||||
-rw-r--r-- | graphics/R-cran-viridisLite/pkg-descr | 9 |
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 22844bfd6b93..dc51bae21774 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/R-cran-viridisLite/Makefile b/graphics/R-cran-viridisLite/Makefile new file mode 100644 index 000000000000..ee50ab08f0ec --- /dev/null +++ b/graphics/R-cran-viridisLite/Makefile @@ -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> diff --git a/graphics/R-cran-viridisLite/distinfo b/graphics/R-cran-viridisLite/distinfo new file mode 100644 index 000000000000..8d56b64fc91f --- /dev/null +++ b/graphics/R-cran-viridisLite/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1494194228 +SHA256 (viridisLite_0.2.0.tar.gz) = 2d4d909f21c51e720bd685f05041ba158294e0a4064e0946d0bd916709818694 +SIZE (viridisLite_0.2.0.tar.gz) = 48073 diff --git a/graphics/R-cran-viridisLite/pkg-descr b/graphics/R-cran-viridisLite/pkg-descr new file mode 100644 index 000000000000..7297b8ff434d --- /dev/null +++ b/graphics/R-cran-viridisLite/pkg-descr @@ -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/ |