pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-colorspace



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Feb  7 20:40:58 UTC 2018

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

Log Message:
graphics/R-colorspace: Import version 1.3.2

Carries out mapping between assorted color spaces including RGB, HSV,
HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
CIELAB. Qualitative, sequential, and diverging color palettes based on
HCL colors are provided along with an interactive palette picker (with
either a Tcl/Tk or a shiny GUI).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-colorspace/DESCR \
    pkgsrc/graphics/R-colorspace/Makefile \
    pkgsrc/graphics/R-colorspace/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-colorspace/DESCR
diff -u /dev/null pkgsrc/graphics/R-colorspace/DESCR:1.1
--- /dev/null   Wed Feb  7 20:40:58 2018
+++ pkgsrc/graphics/R-colorspace/DESCR  Wed Feb  7 20:40:58 2018
@@ -0,0 +1,5 @@
+Carries out mapping between assorted color spaces including RGB, HSV,
+HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
+CIELAB. Qualitative, sequential, and diverging color palettes based on
+HCL colors are provided along with an interactive palette picker (with
+either a Tcl/Tk or a shiny GUI).
Index: pkgsrc/graphics/R-colorspace/Makefile
diff -u /dev/null pkgsrc/graphics/R-colorspace/Makefile:1.1
--- /dev/null   Wed Feb  7 20:40:58 2018
+++ pkgsrc/graphics/R-colorspace/Makefile       Wed Feb  7 20:40:58 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/02/07 20:40:58 minskim Exp $
+
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/colorspace/
+COMMENT=       Color space manipulation
+LICENSE=       modified-bsd
+
+R_PKGNAME=     colorspace
+R_PKGVER=      1.3-2
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.13.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-colorspace/distinfo
diff -u /dev/null pkgsrc/graphics/R-colorspace/distinfo:1.1
--- /dev/null   Wed Feb  7 20:40:58 2018
+++ pkgsrc/graphics/R-colorspace/distinfo       Wed Feb  7 20:40:58 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/07 20:40:58 minskim Exp $
+
+SHA1 (R/colorspace_1.3-2.tar.gz) = 40ed8aad9e2e622fa2a2f083ff3b3e123f4254e2
+RMD160 (R/colorspace_1.3-2.tar.gz) = 07c621091287fe414812e4aa2c3a823e5f377c16
+SHA512 (R/colorspace_1.3-2.tar.gz) = 02ee4e2c1bf6aa32ce2a02d2f21251b0d1656a2fb2bcd925be33d155a804c7ca1aefb0ab407dab0995ec5902cb3ba5e7c7343b17ea3088ced6e94fd1527e99bd
+Size (R/colorspace_1.3-2.tar.gz) = 293433 bytes



Home | Main Index | Thread Index | Old Index