Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/R-rgdal geography/R-rgdal: import R-rgdal-1.4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/481caf6807b7
branches:  trunk
changeset: 436748:481caf6807b7
user:      brook <brook%pkgsrc.org@localhost>
date:      Sat Aug 08 23:19:05 2020 +0000

description:
geography/R-rgdal: import R-rgdal-1.4.8

Provides bindings to the 'Geospatial' Data Abstraction Library
('GDAL') (>= 1.11.4) and access to projection/transformation
operations from the 'PROJ.4' library. The 'GDAL' and 'PROJ.4'
libraries are external to the package, and, when installing the
package from source, must be correctly installed first. From 'rgdal'
1.4.1, provision is made for 'PROJ6' accommodation, with 'PROJ6'
functionality to follow; from 1.4.1 'rgdal' will build and function
when 'PROJ' >= 6. Both 'GDAL' raster and 'OGR' vector map data can be
imported into R, and 'GDAL' raster data and 'OGR' vector data
exported. Use is made of classes defined in the 'sp' package. Windows
and Mac Intel OS X binaries (including 'GDAL', 'PROJ.4' and 'Expat')
are provided on 'CRAN'.

diffstat:

 geography/R-rgdal/DESCR    |  12 ++++++++++++
 geography/R-rgdal/Makefile |  17 +++++++++++++++++
 geography/R-rgdal/distinfo |   6 ++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 47d6b23fbf40 -r 481caf6807b7 geography/R-rgdal/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rgdal/DESCR   Sat Aug 08 23:19:05 2020 +0000
@@ -0,0 +1,12 @@
+Provides bindings to the 'Geospatial' Data Abstraction Library
+('GDAL') (>= 1.11.4) and access to projection/transformation
+operations from the 'PROJ.4' library. The 'GDAL' and 'PROJ.4'
+libraries are external to the package, and, when installing the
+package from source, must be correctly installed first. From 'rgdal'
+1.4.1, provision is made for 'PROJ6' accommodation, with 'PROJ6'
+functionality to follow; from 1.4.1 'rgdal' will build and function
+when 'PROJ' >= 6. Both 'GDAL' raster and 'OGR' vector map data can be
+imported into R, and 'GDAL' raster data and 'OGR' vector data
+exported. Use is made of classes defined in the 'sp' package. Windows
+and Mac Intel OS X binaries (including 'GDAL', 'PROJ.4' and 'Expat')
+are provided on 'CRAN'.
diff -r 47d6b23fbf40 -r 481caf6807b7 geography/R-rgdal/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rgdal/Makefile        Sat Aug 08 23:19:05 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/08 23:19:05 brook Exp $
+
+R_PKGNAME=     rgdal
+R_PKGVER=      1.4-8
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Bindings for the 'Geospatial' Data Abstraction Library
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3        # + file LICENSE.note
+
+USE_LANGUAGES+=        c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../geography/gdal-lib/buildlink3.mk"
+.include "../../geography/proj/buildlink3.mk"
+.include "../../math/R-sp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 47d6b23fbf40 -r 481caf6807b7 geography/R-rgdal/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rgdal/distinfo        Sat Aug 08 23:19:05 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/08 23:19:05 brook Exp $
+
+SHA1 (R/rgdal_1.4-8.tar.gz) = 376e38a9a900efae9d2442aad78e1d98fad89607
+RMD160 (R/rgdal_1.4-8.tar.gz) = d6f15704417c7ddf79bb1b15ec7ef4194c1e02d0
+SHA512 (R/rgdal_1.4-8.tar.gz) = c3d6ea97f21995494bb4f0e4cbbb36ac16ae7a9b12768addb3821fbaee814cc66d6f219bcbea10378ec817d8e664fdc30df007479d18d60bbb7a39f0d46a986a
+Size (R/rgdal_1.4-8.tar.gz) = 1698902 bytes



Home | Main Index | Thread Index | Old Index