Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-raster: import R-raster-3.0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4137002d1f8
branches:  trunk
changeset: 436753:d4137002d1f8
user:      brook <brook%pkgsrc.org@localhost>
date:      Sat Aug 08 23:28:07 2020 +0000

description:
geography/R-raster: import R-raster-3.0.12

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. See the manual and
tutorials on <https://rspatial.org/> to get started.

diffstat:

 geography/Makefile          |   3 ++-
 geography/R-raster/DESCR    |   5 +++++
 geography/R-raster/Makefile |  18 ++++++++++++++++++
 geography/R-raster/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r c1bf6254b11c -r d4137002d1f8 geography/Makefile
--- a/geography/Makefile        Sat Aug 08 23:23:04 2020 +0000
+++ b/geography/Makefile        Sat Aug 08 23:28:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2020/08/08 23:23:04 brook Exp $
+# $NetBSD: Makefile,v 1.92 2020/08/08 23:28:07 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -10,6 +10,7 @@
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
 SUBDIR+=       R-prettymapr
+SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos
 SUBDIR+=       R-rosm
 SUBDIR+=       R-sf
diff -r c1bf6254b11c -r d4137002d1f8 geography/R-raster/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-raster/DESCR  Sat Aug 08 23:28:07 2020 +0000
@@ -0,0 +1,5 @@
+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. See the manual and
+tutorials on <https://rspatial.org/> to get started.
diff -r c1bf6254b11c -r d4137002d1f8 geography/R-raster/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-raster/Makefile       Sat Aug 08 23:28:07 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/08/08 23:28:07 brook Exp $
+
+R_PKGNAME=     raster
+R_PKGVER=      3.0-12
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Geographic Data Analysis and Modeling
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES+=        c c++
+
+DEPENDS+=      R-sp>=1.2.0:../../math/R-sp
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../math/R-sp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1bf6254b11c -r d4137002d1f8 geography/R-raster/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-raster/distinfo       Sat Aug 08 23:28:07 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/08 23:28:07 brook Exp $
+
+SHA1 (R/raster_3.0-12.tar.gz) = 419401fc6672a92b9b2864290fa67c2f7be5c438
+RMD160 (R/raster_3.0-12.tar.gz) = b8a2611da17b84547ab352653063062c37e396cd
+SHA512 (R/raster_3.0-12.tar.gz) = a60fd8001424b4000514478c9c80f2d6771a2986aa083b7a7393509892762ac633a977455529baa33a9ff5a9c802767f6c38405d4884fa4b532e9c8704caa320
+Size (R/raster_3.0-12.tar.gz) = 608634 bytes



Home | Main Index | Thread Index | Old Index