pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-rgeos



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 07:57:48 UTC 2021

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

Log Message:
(geography/R-rgeos) Updated 0.5.2  to 0.5.5

2020-09-01 12:38  rsbivand

        * man/labelpt.Rd, man/misc-gDistance.Rd,
          man/topo-unary-gDelaunayTriangulation.Rd,
          man/topo-unary-gSimplify.Rd, man/wkt-functions.Rd: tidy

2020-09-01 11:38  rsbivand

        * DESCRIPTION, configure, configure.ac: add stdlib.h declaration to
          configure.ac where missing

2020-08-06 09:57  rsbivand

        * DESCRIPTION, NAMESPACE, R/rgeos_topology.R, configure,
          src/init.c, src/rgeos.h, src/rgeos_topology.c: add CoverageUnion


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/R-rgeos/Makefile
diff -u pkgsrc/geography/R-rgeos/Makefile:1.1 pkgsrc/geography/R-rgeos/Makefile:1.2
--- pkgsrc/geography/R-rgeos/Makefile:1.1       Fri Aug  7 03:15:22 2020
+++ pkgsrc/geography/R-rgeos/Makefile   Sun Jun  6 07:57:48 2021
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 03:15:22 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/06 07:57:48 mef Exp $
 
 R_PKGNAME=     rgeos
-R_PKGVER=      0.5-2
+R_PKGVER=      0.5-5
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Interface to Geometry Engine - Open Source ('GEOS')
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+# Packages suggested but not available: 'maptools', 'XML', 'rgdal'
+TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
+TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
+
 USE_LANGUAGES+=        c c++
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/geography/R-rgeos/distinfo
diff -u pkgsrc/geography/R-rgeos/distinfo:1.1 pkgsrc/geography/R-rgeos/distinfo:1.2
--- pkgsrc/geography/R-rgeos/distinfo:1.1       Fri Aug  7 03:15:22 2020
+++ pkgsrc/geography/R-rgeos/distinfo   Sun Jun  6 07:57:48 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/07 03:15:22 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/06/06 07:57:48 mef 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
+SHA1 (R/rgeos_0.5-5.tar.gz) = d2ed2105f925a0219665655fc66467815d0f5365
+RMD160 (R/rgeos_0.5-5.tar.gz) = 93d9054d591385fedcc684cc49b269cbf4fea872
+SHA512 (R/rgeos_0.5-5.tar.gz) = 4f440547c85a9515b1872bda1298592869dec6a83ec99c22beddb004468d8ae87cbc425170d57749c2a0ea76cc8542ea99b28901b989eed43c67a661af71231a
+Size (R/rgeos_0.5-5.tar.gz) = 259567 bytes



Home | Main Index | Thread Index | Old Index