diff options
author | brook <brook@pkgsrc.org> | 2020-08-09 15:16:52 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-09 15:16:52 +0000 |
commit | 8130351e7e2522cab9d6b960a3ce661068bde126 (patch) | |
tree | 6710a32f0a61e0a2ba77511d0ad176d80f413809 /geography | |
parent | 2b1d5cbb8e7a26731f2052c276dc61d52233ab35 (diff) | |
download | pkgsrc-8130351e7e2522cab9d6b960a3ce661068bde126.tar.gz |
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 (limited to 'geography')
-rw-r--r-- | geography/Makefile | 3 | ||||
-rw-r--r-- | geography/R-osmar/DESCR | 4 | ||||
-rw-r--r-- | geography/R-osmar/Makefile | 18 | ||||
-rw-r--r-- | geography/R-osmar/distinfo | 6 |
4 files changed, 30 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 0e09a863e9c..0e7b8f25b26 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -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-lwgeom SUBDIR+= R-mapdata SUBDIR+= R-maps SUBDIR+= R-maptools +SUBDIR+= R-osmar SUBDIR+= R-prettymapr SUBDIR+= R-raster SUBDIR+= R-rgeos diff --git a/geography/R-osmar/DESCR b/geography/R-osmar/DESCR new file mode 100644 index 00000000000..57c2ccc6770 --- /dev/null +++ b/geography/R-osmar/DESCR @@ -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 --git a/geography/R-osmar/Makefile b/geography/R-osmar/Makefile new file mode 100644 index 00000000000..4453b6b5baf --- /dev/null +++ b/geography/R-osmar/Makefile @@ -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 +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 --git a/geography/R-osmar/distinfo b/geography/R-osmar/distinfo new file mode 100644 index 00000000000..b4d39758248 --- /dev/null +++ b/geography/R-osmar/distinfo @@ -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 |