summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-02-07 21:22:28 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-02-07 21:22:28 +0000
commit92fed8a90909044c8560e96a542a9da2e8636e63 (patch)
treec9f7db0e518bb061f5c382a26be4012e246f1eee
parent- Update to 2012.01 (diff)
- Add a new port: graphics/R-cran-munsell
Functions for exploring and using the Munsell colour system WWW: http://cran.r-project.org/web/packages/munsell/
Notes
Notes: svn path=/head/; revision=290617
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-munsell/Makefile23
-rw-r--r--graphics/R-cran-munsell/distinfo2
-rw-r--r--graphics/R-cran-munsell/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index af683632a993..384ef2f353c3 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -21,6 +21,7 @@
SUBDIR += R-cran-diagram
SUBDIR += R-cran-dichromat
SUBDIR += R-cran-ggplot2
+ SUBDIR += R-cran-munsell
SUBDIR += R-cran-shape
SUBDIR += SciPlot
SUBDIR += a2png
diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile
new file mode 100644
index 000000000000..478936a2229a
--- /dev/null
+++ b/graphics/R-cran-munsell/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: R-cran-munsell
+# Date created: 2012-02-08
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= munsell
+PORTVERSION= 0.3
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Munsell colour system
+
+LICENSE= MIT
+
+RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-munsell/distinfo b/graphics/R-cran-munsell/distinfo
new file mode 100644
index 000000000000..d4f23b2a5fd0
--- /dev/null
+++ b/graphics/R-cran-munsell/distinfo
@@ -0,0 +1,2 @@
+SHA256 (munsell_0.3.tar.gz) = fb84b775b7143255dcc7a3cb17b3c3b3a80aa189d897940f28d4ba017d2bea57
+SIZE (munsell_0.3.tar.gz) = 87485
diff --git a/graphics/R-cran-munsell/pkg-descr b/graphics/R-cran-munsell/pkg-descr
new file mode 100644
index 000000000000..a1d713059728
--- /dev/null
+++ b/graphics/R-cran-munsell/pkg-descr
@@ -0,0 +1,3 @@
+Functions for exploring and using the Munsell colour system
+
+WWW: http://cran.r-project.org/web/packages/munsell/