pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-osmdata



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 12:27:34 UTC 2021

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

Log Message:
(geography/R-osmdata) Updated 0.1.3 to 0.1.6

0.1.5.00X
===================

Major changes:

- New function `add_osm_features` to enable OR-combinations of features in
  single queries.

0.1.5
===================

Minor changes:

- Bug fix in `getbb()` via #232, thanks to @changwoo-lee
- hard-code WKT string for EPSG:4326, to avoid obsolete proj4strings (#218)
- bug fix in `print` method via #236; thanks to @odeleongt

0.1.4
===================

Major changes:

- New `osm_enclosing()` function; thanks to @barryrowlingson via #199
- `opq()` now has additional `datetime` and `datetime2` parameters which can be
  used to extract historical data prior to `datetime`, or differences between
  two datetimes by specifying `datetime2`; thanks to @neogeomat for the idea in
  issue#179.
- opq() also has additional `nodes_only` parameter to return nodes as points
  only, for efficient extraction of strictly point-based OSM data; thanks to
  @gdkrmr for the idea in issue#221.

Minor changes:

- New contributor Enrico Spinielli (@espinielli), via #207, #210, #211, #212 - Thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-osmdata/Makefile \
    pkgsrc/geography/R-osmdata/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-osmdata/Makefile
diff -u pkgsrc/geography/R-osmdata/Makefile:1.1 pkgsrc/geography/R-osmdata/Makefile:1.2
--- pkgsrc/geography/R-osmdata/Makefile:1.1     Sun Aug  9 15:19:41 2020
+++ pkgsrc/geography/R-osmdata/Makefile Mon Sep 20 12:27:34 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/08/09 15:19:41 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 12:27:34 mef Exp $
 
 R_PKGNAME=     osmdata
-R_PKGVER=      0.1.3
+R_PKGVER=      0.1.6
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/R-osmdata/distinfo
diff -u pkgsrc/geography/R-osmdata/distinfo:1.1 pkgsrc/geography/R-osmdata/distinfo:1.2
--- pkgsrc/geography/R-osmdata/distinfo:1.1     Sun Aug  9 15:19:41 2020
+++ pkgsrc/geography/R-osmdata/distinfo Mon Sep 20 12:27:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/09 15:19:41 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 12:27:34 mef Exp $
 
-SHA1 (R/osmdata_0.1.3.tar.gz) = 439e286773ec86e7fa7fcb2fd3f1aeb3eb205fea
-RMD160 (R/osmdata_0.1.3.tar.gz) = bf806f07b49c7410f4db805530a811144e075697
-SHA512 (R/osmdata_0.1.3.tar.gz) = f5d2d8c006685b313f1d69cdf42998b92a1070d0e73d415644736578ed4f04419e4400defba76036ac3ab2f08f88a9548f9f85ac7c3f6229c31e12ca7d6d9a37
-Size (R/osmdata_0.1.3.tar.gz) = 2524119 bytes
+SHA1 (R/osmdata_0.1.6.tar.gz) = 091959c2e95f29d6cdfb8d949a5b35ec6e343964
+RMD160 (R/osmdata_0.1.6.tar.gz) = 125d7e320477f525584ba7e0a708a62e689a2376
+SHA512 (R/osmdata_0.1.6.tar.gz) = b60563a84750290245d59caf841fa36a7b7c7a6ed96e517b1ca9536ef7900db780a32f5695c3ce7cc21294705e0b43d8f0b5c29856be6b53212c24cbf8ac0710
+Size (R/osmdata_0.1.6.tar.gz) = 2719231 bytes



Home | Main Index | Thread Index | Old Index