Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-osmdata: import R-osmdata-0.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d33a687d357
branches:  trunk
changeset: 436794:3d33a687d357
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 15:19:41 2020 +0000

description:
geography/R-osmdata: import R-osmdata-0.1.3

Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
objects.  'OSM' data are extracted from the 'Overpass' web server and
processed with very fast 'C++' routines for return to 'R'.

diffstat:

 geography/Makefile           |   3 ++-
 geography/R-osmdata/DESCR    |   3 +++
 geography/R-osmdata/Makefile |  25 +++++++++++++++++++++++++
 geography/R-osmdata/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 1 deletions(-)

diffs (63 lines):

diff -r eaf905687699 -r 3d33a687d357 geography/Makefile
--- a/geography/Makefile        Sun Aug 09 15:19:15 2020 +0000
+++ b/geography/Makefile        Sun Aug 09 15:19:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2020/08/09 15:16:52 brook Exp $
+# $NetBSD: Makefile,v 1.97 2020/08/09 15:19:41 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -12,6 +12,7 @@
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
 SUBDIR+=       R-osmar
+SUBDIR+=       R-osmdata
 SUBDIR+=       R-prettymapr
 SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos
diff -r eaf905687699 -r 3d33a687d357 geography/R-osmdata/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-osmdata/DESCR Sun Aug 09 15:19:41 2020 +0000
@@ -0,0 +1,3 @@
+Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
+objects.  'OSM' data are extracted from the 'Overpass' web server and
+processed with very fast 'C++' routines for return to 'R'.
diff -r eaf905687699 -r 3d33a687d357 geography/R-osmdata/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-osmdata/Makefile      Sun Aug 09 15:19:41 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:19:41 brook Exp $
+
+R_PKGNAME=     osmdata
+R_PKGVER=      0.1.3
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-sp>=1.3.1:../../math/R-sp
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-xml2>=1.2.2nb1:../../textproc/R-xml2
+DEPENDS+=      R-lubridate>=1.7.4:../../time/R-lubridate
+DEPENDS+=      R-curl>=4.2:../../www/R-curl
+DEPENDS+=      R-httr>=1.4.1:../../www/R-httr
+DEPENDS+=      R-rvest>=0.3.5:../../www/R-rvest
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eaf905687699 -r 3d33a687d357 geography/R-osmdata/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-osmdata/distinfo      Sun Aug 09 15:19:41 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:19:41 brook 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



Home | Main Index | Thread Index | Old Index