pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   brook
Date:           Sat Aug  8 23:28:07 UTC 2020

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/R-raster: DESCR Makefile distinfo

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


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

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

Modified files:

Index: pkgsrc/geography/Makefile
diff -u pkgsrc/geography/Makefile:1.91 pkgsrc/geography/Makefile:1.92
--- pkgsrc/geography/Makefile:1.91      Sat Aug  8 23:23:04 2020
+++ pkgsrc/geography/Makefile   Sat Aug  8 23:28:07 2020
@@ -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-mapdata
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
 SUBDIR+=       R-prettymapr
+SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos
 SUBDIR+=       R-rosm
 SUBDIR+=       R-sf

Added files:

Index: pkgsrc/geography/R-raster/DESCR
diff -u /dev/null pkgsrc/geography/R-raster/DESCR:1.1
--- /dev/null   Sat Aug  8 23:28:07 2020
+++ pkgsrc/geography/R-raster/DESCR     Sat Aug  8 23:28:07 2020
@@ -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.
Index: pkgsrc/geography/R-raster/Makefile
diff -u /dev/null pkgsrc/geography/R-raster/Makefile:1.1
--- /dev/null   Sat Aug  8 23:28:07 2020
+++ pkgsrc/geography/R-raster/Makefile  Sat Aug  8 23:28:07 2020
@@ -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"
Index: pkgsrc/geography/R-raster/distinfo
diff -u /dev/null pkgsrc/geography/R-raster/distinfo:1.1
--- /dev/null   Sat Aug  8 23:28:07 2020
+++ pkgsrc/geography/R-raster/distinfo  Sat Aug  8 23:28:07 2020
@@ -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