aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-09-11 05:05:27 +0800
committertota <tota@FreeBSD.org>2011-09-11 05:05:27 +0800
commit5b868bda13f382ce6e4826429c880351354d9776 (patch)
treefd5352ced1d566b1f3957c793d34fea4b3691f5c /graphics
parent30e32804ea16907df78d0fc71ebe97287084e566 (diff)
downloadfreebsd-ports-graphics-5b868bda13f382ce6e4826429c880351354d9776.tar.gz
freebsd-ports-graphics-5b868bda13f382ce6e4826429c880351354d9776.tar.zst
freebsd-ports-graphics-5b868bda13f382ce6e4826429c880351354d9776.zip
- Add a new port: graphics/R-cran-colorspace
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. WWW: http://cran.r-project.org/web/packages/colorspace/
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-colorspace/Makefile22
-rw-r--r--graphics/R-cran-colorspace/distinfo2
-rw-r--r--graphics/R-cran-colorspace/pkg-descr6
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index b94dbdc62dd..858b62fea9c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -17,6 +17,7 @@
SUBDIR += O2-tools
SUBDIR += OpenEXR
SUBDIR += R-cran-RColorBrewer
+ SUBDIR += R-cran-colorspace
SUBDIR += R-cran-diagram
SUBDIR += R-cran-shape
SUBDIR += SciPlot
diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile
new file mode 100644
index 00000000000..3b4b4747e36
--- /dev/null
+++ b/graphics/R-cran-colorspace/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-colorspace
+# Date created: 2011-09-10
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= colorspace
+DISTVERSION= 1.1-0
+CATEGORIES= graphics
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Color Space Manipulation
+
+LICENSE= BSD
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-colorspace/distinfo b/graphics/R-cran-colorspace/distinfo
new file mode 100644
index 00000000000..629e71634d4
--- /dev/null
+++ b/graphics/R-cran-colorspace/distinfo
@@ -0,0 +1,2 @@
+SHA256 (colorspace_1.1-0.tar.gz) = a64a563f31fb6d200b7104489d651d16ff248cfe3fcbf880b46d30d0015c2842
+SIZE (colorspace_1.1-0.tar.gz) = 340181
diff --git a/graphics/R-cran-colorspace/pkg-descr b/graphics/R-cran-colorspace/pkg-descr
new file mode 100644
index 00000000000..4af5ce67589
--- /dev/null
+++ b/graphics/R-cran-colorspace/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://cran.r-project.org/web/packages/colorspace/