Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 07:17:49 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307735 - in head/www: . R-cran-RgoogleMaps
Message-ID:  <201211250717.qAP7HnfM015845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211250717.qAP7HnfM015845>