pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-viridisLite



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun Mar 11 03:43:29 UTC 2018

Added Files:
        pkgsrc/graphics/R-viridisLite: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-viridisLite/DESCR \
    pkgsrc/graphics/R-viridisLite/Makefile \
    pkgsrc/graphics/R-viridisLite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/R-viridisLite/DESCR
diff -u /dev/null pkgsrc/graphics/R-viridisLite/DESCR:1.1
--- /dev/null   Sun Mar 11 03:43:29 2018
+++ pkgsrc/graphics/R-viridisLite/DESCR Sun Mar 11 03:43:29 2018
@@ -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.
Index: pkgsrc/graphics/R-viridisLite/Makefile
diff -u /dev/null pkgsrc/graphics/R-viridisLite/Makefile:1.1
--- /dev/null   Sun Mar 11 03:43:29 2018
+++ pkgsrc/graphics/R-viridisLite/Makefile      Sun Mar 11 03:43:29 2018
@@ -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"
Index: pkgsrc/graphics/R-viridisLite/distinfo
diff -u /dev/null pkgsrc/graphics/R-viridisLite/distinfo:1.1
--- /dev/null   Sun Mar 11 03:43:29 2018
+++ pkgsrc/graphics/R-viridisLite/distinfo      Sun Mar 11 03:43:29 2018
@@ -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