aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-RColorBrewer/Makefile22
-rw-r--r--graphics/R-cran-RColorBrewer/distinfo2
-rw-r--r--graphics/R-cran-RColorBrewer/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bc12296712f8..b94dbdc62dd6 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -16,6 +16,7 @@
SUBDIR += ImageMagick-nox11
SUBDIR += O2-tools
SUBDIR += OpenEXR
+ SUBDIR += R-cran-RColorBrewer
SUBDIR += R-cran-diagram
SUBDIR += R-cran-shape
SUBDIR += SciPlot
diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile
new file mode 100644
index 000000000000..8869ca9e2280
--- /dev/null
+++ b/graphics/R-cran-RColorBrewer/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-RColorBrewer
+# Date created: 2011-09-10
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= RColorBrewer
+DISTVERSION= 1.0-5
+CATEGORIES= graphics
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= ColorBrewer palettes
+
+LICENSE= ASL
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-RColorBrewer/distinfo b/graphics/R-cran-RColorBrewer/distinfo
new file mode 100644
index 000000000000..2facf233c78a
--- /dev/null
+++ b/graphics/R-cran-RColorBrewer/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RColorBrewer_1.0-5.tar.gz) = 5ac1c44c1a53f9521134e7ed7c148c72e49271cbd229c5263d2d7fd91c8b8e78
+SIZE (RColorBrewer_1.0-5.tar.gz) = 10656
diff --git a/graphics/R-cran-RColorBrewer/pkg-descr b/graphics/R-cran-RColorBrewer/pkg-descr
new file mode 100644
index 000000000000..68663dcfda2c
--- /dev/null
+++ b/graphics/R-cran-RColorBrewer/pkg-descr
@@ -0,0 +1,4 @@
+The packages provides palettes for drawing nice maps shaded according
+to a variable.
+
+WWW: http://cran.r-project.org/web/packages/RColorBrewer/