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:           Sun Aug  9 15:19:41 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-osmdata/DESCR \
    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/Makefile
diff -u pkgsrc/geography/Makefile:1.96 pkgsrc/geography/Makefile:1.97
--- pkgsrc/geography/Makefile:1.96      Sun Aug  9 15:16:52 2020
+++ pkgsrc/geography/Makefile   Sun Aug  9 15:19:41 2020
@@ -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-mapdata
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
 SUBDIR+=       R-osmar
+SUBDIR+=       R-osmdata
 SUBDIR+=       R-prettymapr
 SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos

Added files:

Index: pkgsrc/geography/R-osmdata/DESCR
diff -u /dev/null pkgsrc/geography/R-osmdata/DESCR:1.1
--- /dev/null   Sun Aug  9 15:19:41 2020
+++ pkgsrc/geography/R-osmdata/DESCR    Sun Aug  9 15:19:41 2020
@@ -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'.
Index: pkgsrc/geography/R-osmdata/Makefile
diff -u /dev/null pkgsrc/geography/R-osmdata/Makefile:1.1
--- /dev/null   Sun Aug  9 15:19:41 2020
+++ pkgsrc/geography/R-osmdata/Makefile Sun Aug  9 15:19:41 2020
@@ -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"
Index: pkgsrc/geography/R-osmdata/distinfo
diff -u /dev/null pkgsrc/geography/R-osmdata/distinfo:1.1
--- /dev/null   Sun Aug  9 15:19:41 2020
+++ pkgsrc/geography/R-osmdata/distinfo Sun Aug  9 15:19:41 2020
@@ -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