diff options
-rw-r--r-- | geography/R-rosm/DESCR | 3 | ||||
-rw-r--r-- | geography/R-rosm/Makefile | 24 | ||||
-rw-r--r-- | geography/R-rosm/distinfo | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/geography/R-rosm/DESCR b/geography/R-rosm/DESCR new file mode 100644 index 00000000000..c2dee964f37 --- /dev/null +++ b/geography/R-rosm/DESCR @@ -0,0 +1,3 @@ +Download and plot Open Street Map <http://www.openstreetmap.org/>, +Bing Maps <http://www.bing.com/maps> and other tiled map sources. Use +to create basemaps quickly and add hillshade to vector-based maps. diff --git a/geography/R-rosm/Makefile b/geography/R-rosm/Makefile new file mode 100644 index 00000000000..11f6ffcedba --- /dev/null +++ b/geography/R-rosm/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2020/08/08 23:21:36 brook Exp $ + +R_PKGNAME= rosm +R_PKGVER= 0.2.5 +CATEGORIES= geography + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Plot Raster Map Tiles from Open Street Map and Other Sources +LICENSE= gnu-gpl-v2 + +DEPENDS+= R-prettymapr>=0.2.2:../../geography/R-prettymapr +DEPENDS+= R-rgdal>=1.4.8:../../geography/R-rgdal +DEPENDS+= R-jpeg>=0.1.8.1:../../graphics/R-jpeg +DEPENDS+= R-png>=0.1.7:../../graphics/R-png +DEPENDS+= R-abind>=1.4.5:../../math/R-abind +DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr +DEPENDS+= R-rjson>=0.2.20:../../textproc/R-rjson +DEPENDS+= R-curl>=4.3:../../www/R-curl + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../math/R-sp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/R-rosm/distinfo b/geography/R-rosm/distinfo new file mode 100644 index 00000000000..754087da314 --- /dev/null +++ b/geography/R-rosm/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/08 23:21:36 brook Exp $ + +SHA1 (R/rosm_0.2.5.tar.gz) = 533fa7cca5e97e0dc24d199aefff0bd39c29a50a +RMD160 (R/rosm_0.2.5.tar.gz) = bc9e4f16eeb3040701b3c1af68b67a160e6988db +SHA512 (R/rosm_0.2.5.tar.gz) = e191cfda4cc393df849959212b4d61b0295c23312c674c1ae95f9adc4c7e11345e55b1514296398928229e93a1ed325cf40c499db5f94de0367975f5321cbf9f +Size (R/rosm_0.2.5.tar.gz) = 2583039 bytes |