Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-osmar: import R-osmar-1.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/423ebf61a0a0
branches:  trunk
changeset: 436790:423ebf61a0a0
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 15:16:52 2020 +0000

description:
geography/R-osmar: import R-osmar-1.1.7

This package provides infrastructure to access OpenStreetMap data from
different sources, to work with the data in common R manner, and to
convert data into available infrastructure provided by existing R
packages (e.g., into sp and igraph objects).

diffstat:

 geography/Makefile         |   3 ++-
 geography/R-osmar/DESCR    |   4 ++++
 geography/R-osmar/Makefile |  18 ++++++++++++++++++
 geography/R-osmar/distinfo |   6 ++++++
 4 files changed, 30 insertions(+), 1 deletions(-)

diffs (57 lines):

diff -r 99d6ed88800f -r 423ebf61a0a0 geography/Makefile
--- a/geography/Makefile        Sun Aug 09 15:14:30 2020 +0000
+++ b/geography/Makefile        Sun Aug 09 15:16:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2020/08/09 15:14:14 brook Exp $
+# $NetBSD: Makefile,v 1.96 2020/08/09 15:16:52 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -11,6 +11,7 @@
 SUBDIR+=       R-mapdata
 SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
+SUBDIR+=       R-osmar
 SUBDIR+=       R-prettymapr
 SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos
diff -r 99d6ed88800f -r 423ebf61a0a0 geography/R-osmar/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-osmar/DESCR   Sun Aug 09 15:16:52 2020 +0000
@@ -0,0 +1,4 @@
+This package provides infrastructure to access OpenStreetMap data from
+different sources, to work with the data in common R manner, and to
+convert data into available infrastructure provided by existing R
+packages (e.g., into sp and igraph objects).
diff -r 99d6ed88800f -r 423ebf61a0a0 geography/R-osmar/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-osmar/Makefile        Sun Aug 09 15:16:52 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:16:52 brook Exp $
+
+R_PKGNAME=     osmar
+R_PKGVER=      1.1-7
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       OpenStreetMap and R
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-geosphere>=1.5.7:../../geography/R-geosphere
+DEPENDS+=      R-RCurl>=1.98.1.1:../../www/R-RCurl
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../math/R-XML/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 99d6ed88800f -r 423ebf61a0a0 geography/R-osmar/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-osmar/distinfo        Sun Aug 09 15:16:52 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:16:52 brook Exp $
+
+SHA1 (R/osmar_1.1-7.tar.gz) = 16ba5591fcd3ee06260597b6395c59383bed1233
+RMD160 (R/osmar_1.1-7.tar.gz) = 80a13d5ee710db6fdc11bed835664396b87cc14b
+SHA512 (R/osmar_1.1-7.tar.gz) = 0d15df33b379946f654349f156969b26dbb3c2fd567c49399dd2ebc4606a4a16c0e93375691a95bebc078dcf8ff7b1638b7f974ba4e553bd52e4a2fe7fcd2a13
+Size (R/osmar_1.1-7.tar.gz) = 79505 bytes



Home | Main Index | Thread Index | Old Index