pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-rgdal



Module Name:    pkgsrc
Committed By:   brook
Date:           Sat Aug  8 23:19:05 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-rgdal/DESCR \
    pkgsrc/geography/R-rgdal/Makefile pkgsrc/geography/R-rgdal/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-rgdal/DESCR
diff -u /dev/null pkgsrc/geography/R-rgdal/DESCR:1.1
--- /dev/null   Sat Aug  8 23:19:05 2020
+++ pkgsrc/geography/R-rgdal/DESCR      Sat Aug  8 23:19:05 2020
@@ -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'.
Index: pkgsrc/geography/R-rgdal/Makefile
diff -u /dev/null pkgsrc/geography/R-rgdal/Makefile:1.1
--- /dev/null   Sat Aug  8 23:19:05 2020
+++ pkgsrc/geography/R-rgdal/Makefile   Sat Aug  8 23:19:05 2020
@@ -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"
Index: pkgsrc/geography/R-rgdal/distinfo
diff -u /dev/null pkgsrc/geography/R-rgdal/distinfo:1.1
--- /dev/null   Sat Aug  8 23:19:05 2020
+++ pkgsrc/geography/R-rgdal/distinfo   Sat Aug  8 23:19:05 2020
@@ -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