pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/R-viridisLite graphics/R-viridisLite: Import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/437f6fa9d487
branches:  trunk
changeset: 376911:437f6fa9d487
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 11 03:43:29 2018 +0000

description:
graphics/R-viridisLite: Import version 0.3.0

Implementation of the 'viridis', 'magma', 'plasma', 'inferno', and
'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', and
'inferno' are ported from 'matplotlib', 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
(all color maps in this package) and color vision deficiency
('cividis' only). This is the 'lite' version of the more complete
'viridis' package.

diffstat:

 graphics/R-viridisLite/DESCR    |  10 ++++++++++
 graphics/R-viridisLite/Makefile |  18 ++++++++++++++++++
 graphics/R-viridisLite/distinfo |   6 ++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 20da0a2ef39a -r 437f6fa9d487 graphics/R-viridisLite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-viridisLite/DESCR      Sun Mar 11 03:43:29 2018 +0000
@@ -0,0 +1,10 @@
+Implementation of the 'viridis', 'magma', 'plasma', 'inferno', and
+'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', and
+'inferno' are ported from 'matplotlib', 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
+(all color maps in this package) and color vision deficiency
+('cividis' only). This is the 'lite' version of the more complete
+'viridis' package.
diff -r 20da0a2ef39a -r 437f6fa9d487 graphics/R-viridisLite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-viridisLite/Makefile   Sun Mar 11 03:43:29 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 03:43:29 minskim Exp $
+
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sjmgarnier/viridisLite
+COMMENT=       Default color maps from matplotlib
+LICENSE=       mit
+
+R_PKGNAME=     viridisLite
+R_PKGVER=      0.3.0
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.10
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 20da0a2ef39a -r 437f6fa9d487 graphics/R-viridisLite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-viridisLite/distinfo   Sun Mar 11 03:43:29 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/11 03:43:29 minskim Exp $
+
+SHA1 (R/viridisLite_0.3.0.tar.gz) = 834276aef51193f42ca4057e203cadd58f67fd94
+RMD160 (R/viridisLite_0.3.0.tar.gz) = add63099cbcd480be1f70f53eb79ff4aeb16d719
+SHA512 (R/viridisLite_0.3.0.tar.gz) = 116b7a60fef5814e2c1f63d38f473168b11f869f8be888486e19727655a5297717a9b8f54dd123605ae6f02730aa95dc65f1e812bd20c7479a6a8b52e1ab6abf
+Size (R/viridisLite_0.3.0.tar.gz) = 44019 bytes



Home | Main Index | Thread Index | Old Index