aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-RgoogleMaps
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-11-25 07:17:49 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-11-25 07:17:49 +0000
commite4850c3c96ba65a895753f08b869523c6a80e7d5 (patch)
tree448bb60a160b15af21f6d0e84d3ddde8de2223e8 /www/R-cran-RgoogleMaps
parent85a93f64e0cc27c1d8ee76451403bc786605482b (diff)
downloadports-e4850c3c96ba65a895753f08b869523c6a80e7d5.tar.gz
ports-e4850c3c96ba65a895753f08b869523c6a80e7d5.zip
- Add a new port: www/R-cran-RgoogleMaps
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/ Feature safe: yes
Notes
Notes: svn path=/head/; revision=307735
Diffstat (limited to 'www/R-cran-RgoogleMaps')
-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
3 files changed, 26 insertions, 0 deletions
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/