pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-rosm



Module Name:    pkgsrc
Committed By:   brook
Date:           Sat Aug  8 23:21:36 UTC 2020

Added Files:
        pkgsrc/geography/R-rosm: DESCR Makefile distinfo

Log Message:
geography/R-rosm: import R-rosm-0.2.5

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-rosm/DESCR \
    pkgsrc/geography/R-rosm/Makefile pkgsrc/geography/R-rosm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/geography/R-rosm/DESCR
diff -u /dev/null pkgsrc/geography/R-rosm/DESCR:1.1
--- /dev/null   Sat Aug  8 23:21:36 2020
+++ pkgsrc/geography/R-rosm/DESCR       Sat Aug  8 23:21:36 2020
@@ -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.
Index: pkgsrc/geography/R-rosm/Makefile
diff -u /dev/null pkgsrc/geography/R-rosm/Makefile:1.1
--- /dev/null   Sat Aug  8 23:21:36 2020
+++ pkgsrc/geography/R-rosm/Makefile    Sat Aug  8 23:21:36 2020
@@ -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@localhost
+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"
Index: pkgsrc/geography/R-rosm/distinfo
diff -u /dev/null pkgsrc/geography/R-rosm/distinfo:1.1
--- /dev/null   Sat Aug  8 23:21:36 2020
+++ pkgsrc/geography/R-rosm/distinfo    Sat Aug  8 23:21:36 2020
@@ -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



Home | Main Index | Thread Index | Old Index