aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/