diff options
author | tota <tota@FreeBSD.org> | 2012-11-25 15:17:49 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-25 15:17:49 +0800 |
commit | ceb3fa8576f91236cf5d26bbeded17b415e56274 (patch) | |
tree | 448bb60a160b15af21f6d0e84d3ddde8de2223e8 /www/R-cran-RgoogleMaps | |
parent | 8bf1b7aa39e2636bc4216988fc3fcdb929f84c54 (diff) | |
download | freebsd-ports-gnome-ceb3fa8576f91236cf5d26bbeded17b415e56274.tar.gz freebsd-ports-gnome-ceb3fa8576f91236cf5d26bbeded17b415e56274.tar.zst freebsd-ports-gnome-ceb3fa8576f91236cf5d26bbeded17b415e56274.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
Diffstat (limited to 'www/R-cran-RgoogleMaps')
-rw-r--r-- | www/R-cran-RgoogleMaps/Makefile | 17 | ||||
-rw-r--r-- | www/R-cran-RgoogleMaps/distinfo | 2 | ||||
-rw-r--r-- | www/R-cran-RgoogleMaps/pkg-descr | 7 |
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/ |