From b90be4891b28400b5de8c9df6e500bdb0dc34648 Mon Sep 17 00:00:00 2001 From: brook Date: Sun, 9 Aug 2020 15:24:46 +0000 Subject: geography/R-stars: import R-stars-0.4.3 Reading, manipulating, writing and plotting spatiotemporal arrays (raster and vector data cubes) in 'R', using 'GDAL' bindings provided by 'sf', and 'NetCDF' bindings by 'ncmeta' and 'RNetCDF'. --- geography/R-stars/DESCR | 3 +++ geography/R-stars/Makefile | 20 ++++++++++++++++++++ geography/R-stars/distinfo | 6 ++++++ 3 files changed, 29 insertions(+) create mode 100644 geography/R-stars/DESCR create mode 100644 geography/R-stars/Makefile create mode 100644 geography/R-stars/distinfo diff --git a/geography/R-stars/DESCR b/geography/R-stars/DESCR new file mode 100644 index 00000000000..b418cbef7d9 --- /dev/null +++ b/geography/R-stars/DESCR @@ -0,0 +1,3 @@ +Reading, manipulating, writing and plotting spatiotemporal arrays +(raster and vector data cubes) in 'R', using 'GDAL' bindings provided +by 'sf', and 'NetCDF' bindings by 'ncmeta' and 'RNetCDF'. diff --git a/geography/R-stars/Makefile b/geography/R-stars/Makefile new file mode 100644 index 00000000000..94525f2f3ac --- /dev/null +++ b/geography/R-stars/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2020/08/09 15:24:46 brook Exp $ + +R_PKGNAME= stars +R_PKGVER= 0.4-3 +CATEGORIES= geography + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Spatiotemporal Arrays, Raster and Vector Data Cubes +LICENSE= apache-2.0 + +DEPENDS+= R-rlang>=0.4.5:../../devel/R-rlang +DEPENDS+= R-lwgeom>=0.2.5:../../geography/R-lwgeom +DEPENDS+= R-sf>=0.9.0:../../geography/R-sf +DEPENDS+= R-abind>=1.4.5:../../math/R-abind +DEPENDS+= R-units>=0.6.5:../../math/R-units + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/R-stars/distinfo b/geography/R-stars/distinfo new file mode 100644 index 00000000000..b0d35174f93 --- /dev/null +++ b/geography/R-stars/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/09 15:24:46 brook Exp $ + +SHA1 (R/stars_0.4-3.tar.gz) = 0a63f476257d92bb9493c172876b2abcd344cf78 +RMD160 (R/stars_0.4-3.tar.gz) = e1627e4e8993906bb832aabf92a4e8c142675606 +SHA512 (R/stars_0.4-3.tar.gz) = 2bbc060ede9c8f88d7599861e0dcda2ee2722f8004448139b8e66133cfbcd7dbf78b28261feeb104acd20fc5c1879f9e594b9f8cfceca710aaaad3c83758d5ec +Size (R/stars_0.4-3.tar.gz) = 4745035 bytes -- cgit v1.2.3