Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 03:24:53 +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: r529945 - in head/math: . R-cran-raster
Message-ID:  <202003310324.02V3Or9M040105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Mar 31 03:24:53 2020
New Revision: 529945
URL: https://svnweb.freebsd.org/changeset/ports/529945

Log:
  - Add new port: math/R-cran-raster
  
    Reading, writing, manipulating, analyzing and modeling of gridded
    spatial data. The package implements basic and high-level functions.
    Processing of very large files is supported. There is a also support
    for vector data operations such as intersections.
  
    WWW: https://cran.r-project.org/web/packages/raster/

Added:
  head/math/R-cran-raster/
  head/math/R-cran-raster/Makefile   (contents, props changed)
  head/math/R-cran-raster/distinfo   (contents, props changed)
  head/math/R-cran-raster/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Mar 31 03:01:29 2020	(r529944)
+++ head/math/Makefile	Tue Mar 31 03:24:53 2020	(r529945)
@@ -27,6 +27,7 @@
     SUBDIR += R-cran-NMF
     SUBDIR += R-cran-RHmm
     SUBDIR += R-cran-RSvgDevice
+    SUBDIR += R-cran-raster
     SUBDIR += R-cran-RcppArmadillo
     SUBDIR += R-cran-RcppEigen
     SUBDIR += R-cran-RcppRoll

Added: head/math/R-cran-raster/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-raster/Makefile	Tue Mar 31 03:24:53 2020	(r529945)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	raster
+DISTVERSION=	3.0-12
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Geographic Data Analysis and Modeling
+
+LICENSE=	GPLv3
+
+CRAN_DEPENDS=	R-cran-sp>0:math/R-cran-sp \
+		R-cran-Rcpp>0:devel/R-cran-Rcpp
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-raster/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-raster/distinfo	Tue Mar 31 03:24:53 2020	(r529945)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585596859
+SHA256 (raster_3.0-12.tar.gz) = 6f3750f226a3257a71274bf490378f54ff7498ced678ea108b4d773c5fd42b67
+SIZE (raster_3.0-12.tar.gz) = 608634

Added: head/math/R-cran-raster/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-raster/pkg-descr	Tue Mar 31 03:24:53 2020	(r529945)
@@ -0,0 +1,6 @@
+Reading, writing, manipulating, analyzing and modeling of gridded
+spatial data. The package implements basic and high-level functions.
+Processing of very large files is supported. There is a also support
+for vector data operations such as intersections.
+
+WWW: https://cran.r-project.org/web/packages/raster/



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