Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography geography/R-rnaturalearthhires: import R-rna...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0aa4368ccef0
branches: trunk
changeset: 436814:0aa4368ccef0
user: brook <brook%pkgsrc.org@localhost>
date: Sun Aug 09 15:38:15 2020 +0000
description:
geography/R-rnaturalearthhires: import R-rnaturalearthhires-0.2.0
High Resolution World Vector Map Data from Natural Earth used in rnaturalearth.
Facilitates mapping by making natural earth map data from
http://www.naturalearthdata.com/ more easily available to R
users. Focuses on vector data.
diffstat:
geography/Makefile | 3 ++-
geography/R-rnaturalearthhires/DESCR | 5 +++++
geography/R-rnaturalearthhires/Makefile | 29 +++++++++++++++++++++++++++++
geography/R-rnaturalearthhires/PLIST | 4 ++++
geography/R-rnaturalearthhires/distinfo | 6 ++++++
5 files changed, 46 insertions(+), 1 deletions(-)
diffs (77 lines):
diff -r 8082ff37ecc6 -r 0aa4368ccef0 geography/Makefile
--- a/geography/Makefile Sun Aug 09 15:33:26 2020 +0000
+++ b/geography/Makefile Sun Aug 09 15:38:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2020/08/09 15:31:52 brook Exp $
+# $NetBSD: Makefile,v 1.101 2020/08/09 15:38:15 brook Exp $
#
COMMENT= Software for geographical-related uses
@@ -18,6 +18,7 @@
SUBDIR+= R-rgeos
SUBDIR+= R-rnaturalearth
SUBDIR+= R-rnaturalearthdata
+SUBDIR+= R-rnaturalearthhires
SUBDIR+= R-rosm
SUBDIR+= R-sf
SUBDIR+= R-spData
diff -r 8082ff37ecc6 -r 0aa4368ccef0 geography/R-rnaturalearthhires/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearthhires/DESCR Sun Aug 09 15:38:15 2020 +0000
@@ -0,0 +1,5 @@
+High Resolution World Vector Map Data from Natural Earth used in rnaturalearth.
+
+Facilitates mapping by making natural earth map data from
+http://www.naturalearthdata.com/ more easily available to R
+users. Focuses on vector data.
diff -r 8082ff37ecc6 -r 0aa4368ccef0 geography/R-rnaturalearthhires/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearthhires/Makefile Sun Aug 09 15:38:15 2020 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:38:15 brook Exp $
+
+# This is an R package but not from CRAN. Therefore, it does not
+# entirely follow the normal structure of an R package.
+
+GITHUB_PROJECT= rnaturalearthhires
+GITHUB_TAG= 7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed
+DISTNAME= 7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed
+
+R_PKGNAME= rnaturalearthhires
+R_PKGVER= 0.2.0
+
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ropensci/}
+EXTRACT_SUFX= .zip
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ropensci/rnaturalearthhires/
+COMMENT= High Resolution World Vector Map Data from Natural Earth
+LICENSE= cc0-1.0-universal
+
+WRKSRC= ${WRKDIR}/rnaturalearthhires-7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed
+USE_LANGUAGES= # none
+
+DEPENDS+= R-sp>=1.0.15:../../math/R-sp
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 8082ff37ecc6 -r 0aa4368ccef0 geography/R-rnaturalearthhires/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearthhires/PLIST Sun Aug 09 15:38:15 2020 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/09 15:38:15 brook Exp $
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/project/pkgsrc/pkg-2020Q1/bin/bmake package"
+@comment TODO: 2. run "/project/pkgsrc/pkg-2020Q1/bin/bmake print-PLIST"
diff -r 8082ff37ecc6 -r 0aa4368ccef0 geography/R-rnaturalearthhires/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-rnaturalearthhires/distinfo Sun Aug 09 15:38:15 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:38:15 brook Exp $
+
+SHA1 (rnaturalearthhires/7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed-7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed.zip) = f6b5df0b1cc021d8f3eeecb81f556a2e979c4976
+RMD160 (rnaturalearthhires/7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed-7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed.zip) = b5c38abf97c812a8d8f7b5272d570c1f846687b3
+SHA512 (rnaturalearthhires/7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed-7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed.zip) =
23951d29e1fc296a421b6265b2a819602270f248c20d267bdccab5389846dca36feae622c410ab7cba74aeb619dc7a97cccda927a620d9be2f0f73d6a0693295
+Size (rnaturalearthhires/7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed-7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed.zip) = 21925339 bytes
Home |
Main Index |
Thread Index |
Old Index