From owner-svn-ports-all@freebsd.org Tue Mar 31 03:40:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8DF0275C03; Tue, 31 Mar 2020 03:40:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48rw8p0MX7z4R22; Tue, 31 Mar 2020 03:40:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A3441CFF; Tue, 31 Mar 2020 03:24:54 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02V3OsaY040110; Tue, 31 Mar 2020 03:24:54 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02V3Or9M040105; Tue, 31 Mar 2020 03:24:53 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202003310324.02V3Or9M040105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 31 Mar 2020 03:24:53 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-raster X-SVN-Commit-Revision: 529945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2020 03:40:58 -0000 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 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/