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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-rnaturalearth/DESCR \
    pkgsrc/geography/R-rnaturalearth/Makefile \
    pkgsrc/geography/R-rnaturalearth/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.99 pkgsrc/geography/Makefile:1.100
--- pkgsrc/geography/Makefile:1.99      Sun Aug  9 15:28:56 2020
+++ pkgsrc/geography/Makefile   Sun Aug  9 15:31:52 2020
@@ -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-osmdata
 SUBDIR+=       R-prettymapr
 SUBDIR+=       R-raster
 SUBDIR+=       R-rgeos
+SUBDIR+=       R-rnaturalearth
 SUBDIR+=       R-rnaturalearthdata
 SUBDIR+=       R-rosm
 SUBDIR+=       R-sf

Added files:

Index: pkgsrc/geography/R-rnaturalearth/DESCR
diff -u /dev/null pkgsrc/geography/R-rnaturalearth/DESCR:1.1
--- /dev/null   Sun Aug  9 15:31:52 2020
+++ pkgsrc/geography/R-rnaturalearth/DESCR      Sun Aug  9 15:31:52 2020
@@ -0,0 +1,2 @@
+Facilitates mapping by making natural earth map data from
+<http://www.naturalearthdata.com/> more easily available to R users.
Index: pkgsrc/geography/R-rnaturalearth/Makefile
diff -u /dev/null pkgsrc/geography/R-rnaturalearth/Makefile:1.1
--- /dev/null   Sun Aug  9 15:31:52 2020
+++ pkgsrc/geography/R-rnaturalearth/Makefile   Sun Aug  9 15:31:52 2020
@@ -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"
Index: pkgsrc/geography/R-rnaturalearth/distinfo
diff -u /dev/null pkgsrc/geography/R-rnaturalearth/distinfo:1.1
--- /dev/null   Sun Aug  9 15:31:52 2020
+++ pkgsrc/geography/R-rnaturalearth/distinfo   Sun Aug  9 15:31:52 2020
@@ -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