aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/R-cran-RgoogleMaps/Makefile17
-rw-r--r--www/R-cran-RgoogleMaps/distinfo2
-rw-r--r--www/R-cran-RgoogleMaps/pkg-descr7
4 files changed, 27 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 20b881e5ab60..6a5d29bbdd79 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -4,6 +4,7 @@
COMMENT = Ports related to the World Wide Web
SUBDIR += MT
+ SUBDIR += R-cran-RgoogleMaps
SUBDIR += R-cran-Rpad
SUBDIR += R-cran-scrapeR
SUBDIR += WebMagick
diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile
new file mode 100644
index 000000000000..ca382d383472
--- /dev/null
+++ b/www/R-cran-RgoogleMaps/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= RgoogleMaps
+PORTVERSION= 1.2.0.2
+CATEGORIES= www
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Overlays on Google map tiles in R
+
+RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/www/R-cran-RgoogleMaps/distinfo b/www/R-cran-RgoogleMaps/distinfo
new file mode 100644
index 000000000000..44204fe02e89
--- /dev/null
+++ b/www/R-cran-RgoogleMaps/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RgoogleMaps_1.2.0.2.tar.gz) = 41e6a039a8d1051716a2227282be805c1c4d6a555bb588fbcae00a519990a092
+SIZE (RgoogleMaps_1.2.0.2.tar.gz) = 471396
diff --git a/www/R-cran-RgoogleMaps/pkg-descr b/www/R-cran-RgoogleMaps/pkg-descr
new file mode 100644
index 000000000000..50dc777dbc52
--- /dev/null
+++ b/www/R-cran-RgoogleMaps/pkg-descr
@@ -0,0 +1,7 @@
+This package serves two purposes:
+ (i) Provide a comfortable R interface to query the Google server
+ for static maps.
+ (ii) Use the map as a background image to overlay plots within R.
+This requires proper coordinate scaling.
+
+WWW: http://cran.r-project.org/web/packages/RgoogleMaps/