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:           Fri Aug  7 03:15:23 UTC 2020

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

Log Message:
geography/R-rgeos: import R-rgeos-0.5.2

Interface to Geometry Engine - Open Source ('GEOS') using the C 'API'
for topology operations on geometries. The 'GEOS' library is external
to the package, and, when installing the package from source, must be
correctly installed first. Windows and Mac Intel OS X binaries are
provided on 'CRAN'. ('rgeos' >= 0.5-1): Up to and including 'GEOS'
3.7.1, topological operations succeeded with some invalid geometries
for which the same operations fail from and including 'GEOS' 3.7.2.
The 'checkValidity=' argument defaults and structure have been
changed, from default FALSE to integer default '0L' for 'GEOS' < 3.7.2
(no check), '1L' 'GEOS' >= 3.7.2 (check and warn). A value of '2L' is
also provided that may be used, assigned globally using
'set_RGEOS_CheckValidity(2L)', or locally using the 'checkValidity=2L'
argument, to attempt zero-width buffer repair if invalid geometries
are found. The previous default (FALSE, now '0L') is fastest and used
for 'GEOS' < 3.7.2, but will not warn users of possible problems
before the failure of topological operations that previously
succeeded.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-rgeos/DESCR \
    pkgsrc/geography/R-rgeos/Makefile pkgsrc/geography/R-rgeos/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.84 pkgsrc/geography/Makefile:1.85
--- pkgsrc/geography/Makefile:1.84      Fri Aug  7 01:45:47 2020
+++ pkgsrc/geography/Makefile   Fri Aug  7 03:15:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2020/08/07 01:45:47 brook Exp $
+# $NetBSD: Makefile,v 1.85 2020/08/07 03:15:22 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -9,6 +9,7 @@ SUBDIR+=        R-geosphere
 SUBDIR+=       R-mapdata
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
+SUBDIR+=       R-rgeos
 SUBDIR+=       cm2gpx
 SUBDIR+=       cmconvert
 SUBDIR+=       epsg

Added files:

Index: pkgsrc/geography/R-rgeos/DESCR
diff -u /dev/null pkgsrc/geography/R-rgeos/DESCR:1.1
--- /dev/null   Fri Aug  7 03:15:23 2020
+++ pkgsrc/geography/R-rgeos/DESCR      Fri Aug  7 03:15:22 2020
@@ -0,0 +1,17 @@
+Interface to Geometry Engine - Open Source ('GEOS') using the C 'API'
+for topology operations on geometries. The 'GEOS' library is external
+to the package, and, when installing the package from source, must be
+correctly installed first. Windows and Mac Intel OS X binaries are
+provided on 'CRAN'. ('rgeos' >= 0.5-1): Up to and including 'GEOS'
+3.7.1, topological operations succeeded with some invalid geometries
+for which the same operations fail from and including 'GEOS' 3.7.2.
+The 'checkValidity=' argument defaults and structure have been
+changed, from default FALSE to integer default '0L' for 'GEOS' < 3.7.2
+(no check), '1L' 'GEOS' >= 3.7.2 (check and warn). A value of '2L' is
+also provided that may be used, assigned globally using
+'set_RGEOS_CheckValidity(2L)', or locally using the 'checkValidity=2L'
+argument, to attempt zero-width buffer repair if invalid geometries
+are found. The previous default (FALSE, now '0L') is fastest and used
+for 'GEOS' < 3.7.2, but will not warn users of possible problems
+before the failure of topological operations that previously
+succeeded.
Index: pkgsrc/geography/R-rgeos/Makefile
diff -u /dev/null pkgsrc/geography/R-rgeos/Makefile:1.1
--- /dev/null   Fri Aug  7 03:15:23 2020
+++ pkgsrc/geography/R-rgeos/Makefile   Fri Aug  7 03:15:22 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 03:15:22 brook Exp $
+
+R_PKGNAME=     rgeos
+R_PKGVER=      0.5-2
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Interface to Geometry Engine - Open Source ('GEOS')
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES+=        c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../geography/geos/buildlink3.mk"
+.include "../../math/R-sp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-rgeos/distinfo
diff -u /dev/null pkgsrc/geography/R-rgeos/distinfo:1.1
--- /dev/null   Fri Aug  7 03:15:23 2020
+++ pkgsrc/geography/R-rgeos/distinfo   Fri Aug  7 03:15:22 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 03:15:22 brook Exp $
+
+SHA1 (R/rgeos_0.5-2.tar.gz) = 0eeda0189516f93dde387986a79ea400c76c33f3
+RMD160 (R/rgeos_0.5-2.tar.gz) = 0178e7677a348f2257a1b95acf421ada1d567d3c
+SHA512 (R/rgeos_0.5-2.tar.gz) = 91aadf718e0e7e0dcfd96e0222acc86765e34e46732cc4d1820d530dc86ce3815b9585375cd82104899a2c564dee62b0f9c43b00161a99c8f9a750255f928551
+Size (R/rgeos_0.5-2.tar.gz) = 258710 bytes



Home | Main Index | Thread Index | Old Index