Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-rnaturalearth: import R-rnatural...



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

description:
geography/R-rnaturalearth: import R-rnaturalearth-0.1.0

Facilitates mapping by making natural earth map data from
<http://www.naturalearthdata.com/> more easily available to R users.

diffstat:

 geography/Makefile                 |   3 ++-
 geography/R-rnaturalearth/DESCR    |   2 ++
 geography/R-rnaturalearth/Makefile |  17 +++++++++++++++++
 geography/R-rnaturalearth/distinfo |   6 ++++++
 4 files changed, 27 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r d3ef9f4a1f16 -r a98b1997a678 geography/Makefile
--- a/geography/Makefile        Sun Aug 09 15:29:11 2020 +0000
+++ b/geography/Makefile        Sun Aug 09 15:31:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/08/09 15:28:56 brook Exp $
+# $NetBSD: Makefile,v 1.100 2020/08/09 15:31:52 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -16,6 +16,7 @@
 SUBDIR+=       R-prettymapr
 SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos
+SUBDIR+=       R-rnaturalearth
 SUBDIR+=       R-rnaturalearthdata
 SUBDIR+=       R-rosm
 SUBDIR+=       R-sf
diff -r d3ef9f4a1f16 -r a98b1997a678 geography/R-rnaturalearth/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearth/DESCR   Sun Aug 09 15:31:52 2020 +0000
@@ -0,0 +1,2 @@
+Facilitates mapping by making natural earth map data from
+<http://www.naturalearthdata.com/> more easily available to R users.
diff -r d3ef9f4a1f16 -r a98b1997a678 geography/R-rnaturalearth/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearth/Makefile        Sun Aug 09 15:31:52 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:31:52 brook Exp $
+
+R_PKGNAME=     rnaturalearth
+R_PKGVER=      0.1.0
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       World Map Data from Natural Earth
+LICENSE=       mit
+
+DEPENDS+=      R-sf>=0.3.4:../../geography/R-sf
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../math/R-sp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d3ef9f4a1f16 -r a98b1997a678 geography/R-rnaturalearth/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearth/distinfo        Sun Aug 09 15:31:52 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:31:52 brook Exp $
+
+SHA1 (R/rnaturalearth_0.1.0.tar.gz) = 9dde926e2c7543e4b5634e767792046b489a8b3a
+RMD160 (R/rnaturalearth_0.1.0.tar.gz) = 60c34de74b243b6862ec36ab1e56948301d892ab
+SHA512 (R/rnaturalearth_0.1.0.tar.gz) = 1adf0111ea6c53df39d7b2b33406fce5dfd5de8bfca66b544f8bf78e45090435623657f287b1fa952b1640f0ddbc6f77d5f6ef9f500a59e545eca2362ba78caa
+Size (R/rnaturalearth_0.1.0.tar.gz) = 193162 bytes



Home | Main Index | Thread Index | Old Index