aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-viridisLite
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-05-08 07:59:41 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-05-08 07:59:41 +0000
commit37b773079baf1e64b994d21a3d28179bb4733df1 (patch)
tree808b858d1ab584cb81ad7a14ddb1224b1e9c4162 /graphics/R-cran-viridisLite
parent10e060b2d1f675f5f7c370bceb15f606807f5932 (diff)
downloadports-37b773079baf1e64b994d21a3d28179bb4733df1.tar.gz
ports-37b773079baf1e64b994d21a3d28179bb4733df1.zip
- 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/
Notes
Notes: svn path=/head/; revision=440399
Diffstat (limited to 'graphics/R-cran-viridisLite')
-rw-r--r--graphics/R-cran-viridisLite/Makefile16
-rw-r--r--graphics/R-cran-viridisLite/distinfo3
-rw-r--r--graphics/R-cran-viridisLite/pkg-descr9
3 files changed, 28 insertions, 0 deletions
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/