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:16:52 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-osmar/DESCR \
    pkgsrc/geography/R-osmar/Makefile pkgsrc/geography/R-osmar/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.95 pkgsrc/geography/Makefile:1.96
--- pkgsrc/geography/Makefile:1.95      Sun Aug  9 15:14:14 2020
+++ pkgsrc/geography/Makefile   Sun Aug  9 15:16:52 2020
@@ -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

Added files:

Index: pkgsrc/geography/R-osmar/DESCR
diff -u /dev/null pkgsrc/geography/R-osmar/DESCR:1.1
--- /dev/null   Sun Aug  9 15:16:52 2020
+++ pkgsrc/geography/R-osmar/DESCR      Sun Aug  9 15:16:52 2020
@@ -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).
Index: pkgsrc/geography/R-osmar/Makefile
diff -u /dev/null pkgsrc/geography/R-osmar/Makefile:1.1
--- /dev/null   Sun Aug  9 15:16:52 2020
+++ pkgsrc/geography/R-osmar/Makefile   Sun Aug  9 15:16:52 2020
@@ -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"
Index: pkgsrc/geography/R-osmar/distinfo
diff -u /dev/null pkgsrc/geography/R-osmar/distinfo:1.1
--- /dev/null   Sun Aug  9 15:16:52 2020
+++ pkgsrc/geography/R-osmar/distinfo   Sun Aug  9 15:16:52 2020
@@ -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