pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-stars



Module Name:    pkgsrc
Committed By:   brook
Date:           Sun Aug  9 15:24:46 UTC 2020

Added Files:
        pkgsrc/geography/R-stars: DESCR Makefile distinfo

Log Message:
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'.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-stars/DESCR \
    pkgsrc/geography/R-stars/Makefile pkgsrc/geography/R-stars/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/geography/R-stars/DESCR
diff -u /dev/null pkgsrc/geography/R-stars/DESCR:1.1
--- /dev/null   Sun Aug  9 15:24:46 2020
+++ pkgsrc/geography/R-stars/DESCR      Sun Aug  9 15:24:46 2020
@@ -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'.
Index: pkgsrc/geography/R-stars/Makefile
diff -u /dev/null pkgsrc/geography/R-stars/Makefile:1.1
--- /dev/null   Sun Aug  9 15:24:46 2020
+++ pkgsrc/geography/R-stars/Makefile   Sun Aug  9 15:24:46 2020
@@ -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@localhost
+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"
Index: pkgsrc/geography/R-stars/distinfo
diff -u /dev/null pkgsrc/geography/R-stars/distinfo:1.1
--- /dev/null   Sun Aug  9 15:24:46 2020
+++ pkgsrc/geography/R-stars/distinfo   Sun Aug  9 15:24:46 2020
@@ -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



Home | Main Index | Thread Index | Old Index