aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-scales
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-03-05 20:39:42 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-03-05 20:39:42 +0000
commitbfa6c6b5905787defe2166c05d9115aff9baa272 (patch)
tree1623629e2a981f20f3df74b5fc15972b94a1a354 /graphics/R-cran-scales
parentcc59e702f7c90bd230f54588c0fa554445a0a27b (diff)
downloadports-bfa6c6b5905787defe2166c05d9115aff9baa272.tar.gz
ports-bfa6c6b5905787defe2166c05d9115aff9baa272.zip
- Add a new port: graphics/R-cran-scales
Scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends. WWW: http://cran.r-project.org/web/packages/scales/
Notes
Notes: svn path=/head/; revision=292775
Diffstat (limited to 'graphics/R-cran-scales')
-rw-r--r--graphics/R-cran-scales/Makefile27
-rw-r--r--graphics/R-cran-scales/distinfo2
-rw-r--r--graphics/R-cran-scales/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile
new file mode 100644
index 000000000000..bc970fa6419b
--- /dev/null
+++ b/graphics/R-cran-scales/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: R-cran-scales
+# Date created: 2012-02-08
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scales
+PORTVERSION= 0.2.0
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Scale functions for graphics
+
+LICENSE= MIT
+
+RUN_DEPENDS= R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \
+ R-cran-stringr>=0:${PORTSDIR}/textproc/R-cran-stringr \
+ R-cran-dichromat>=0:${PORTSDIR}/graphics/R-cran-dichromat \
+ R-cran-munsell>=0.2:${PORTSDIR}/graphics/R-cran-munsell \
+ R-cran-plyr>=1.2:${PORTSDIR}/devel/R-cran-plyr
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-scales/distinfo b/graphics/R-cran-scales/distinfo
new file mode 100644
index 000000000000..f1b69c32c72f
--- /dev/null
+++ b/graphics/R-cran-scales/distinfo
@@ -0,0 +1,2 @@
+SHA256 (scales_0.2.0.tar.gz) = 9ef5bb8bab63484078e0aa7736a80d3db7d5c006f05640fbfe0a004bc62f4f77
+SIZE (scales_0.2.0.tar.gz) = 33416
diff --git a/graphics/R-cran-scales/pkg-descr b/graphics/R-cran-scales/pkg-descr
new file mode 100644
index 000000000000..95cf8372b010
--- /dev/null
+++ b/graphics/R-cran-scales/pkg-descr
@@ -0,0 +1,4 @@
+Scales map data to aesthetics, and provide methods for automatically
+determining breaks and labels for axes and legends.
+
+WWW: http://cran.r-project.org/web/packages/scales/