diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2020-03-31 03:24:53 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2020-03-31 03:24:53 +0000 |
commit | 28f43fed6e41ec72e5ff28bc4be0921d5b2abf2c (patch) | |
tree | 213773dd0265329db08131b0b4eab1d572d2206b /math/R-cran-raster | |
parent | 3d86c147c2bdba4902a6c8c16905e54d411cdbf0 (diff) |
Notes
Diffstat (limited to 'math/R-cran-raster')
-rw-r--r-- | math/R-cran-raster/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-raster/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-raster/pkg-descr | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/math/R-cran-raster/Makefile b/math/R-cran-raster/Makefile new file mode 100644 index 000000000000..2fbb669dddc6 --- /dev/null +++ b/math/R-cran-raster/Makefile @@ -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> diff --git a/math/R-cran-raster/distinfo b/math/R-cran-raster/distinfo new file mode 100644 index 000000000000..6235c566b6d2 --- /dev/null +++ b/math/R-cran-raster/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1585596859 +SHA256 (raster_3.0-12.tar.gz) = 6f3750f226a3257a71274bf490378f54ff7498ced678ea108b4d773c5fd42b67 +SIZE (raster_3.0-12.tar.gz) = 608634 diff --git a/math/R-cran-raster/pkg-descr b/math/R-cran-raster/pkg-descr new file mode 100644 index 000000000000..faff79155ceb --- /dev/null +++ b/math/R-cran-raster/pkg-descr @@ -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/ |