svn commit: r307735 - in head/www: . R-cran-RgoogleMaps
TAKATSU Tomonari
tota at FreeBSD.org
Sun Nov 25 07:17:50 UTC 2012
Author: tota
Date: Sun Nov 25 07:17:49 2012
New Revision: 307735
URL: http://svnweb.freebsd.org/changeset/ports/307735
Log:
- 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
Added:
head/www/R-cran-RgoogleMaps/
head/www/R-cran-RgoogleMaps/Makefile (contents, props changed)
head/www/R-cran-RgoogleMaps/distinfo (contents, props changed)
head/www/R-cran-RgoogleMaps/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Nov 25 06:37:55 2012 (r307734)
+++ head/www/Makefile Sun Nov 25 07:17:49 2012 (r307735)
@@ -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
Added: head/www/R-cran-RgoogleMaps/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/R-cran-RgoogleMaps/Makefile Sun Nov 25 07:17:49 2012 (r307735)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= RgoogleMaps
+PORTVERSION= 1.2.0.2
+CATEGORIES= www
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at 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>
Added: head/www/R-cran-RgoogleMaps/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/R-cran-RgoogleMaps/distinfo Sun Nov 25 07:17:49 2012 (r307735)
@@ -0,0 +1,2 @@
+SHA256 (RgoogleMaps_1.2.0.2.tar.gz) = 41e6a039a8d1051716a2227282be805c1c4d6a555bb588fbcae00a519990a092
+SIZE (RgoogleMaps_1.2.0.2.tar.gz) = 471396
Added: head/www/R-cran-RgoogleMaps/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/R-cran-RgoogleMaps/pkg-descr Sun Nov 25 07:17:49 2012 (r307735)
@@ -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/
More information about the svn-ports-all
mailing list