diff options
-rw-r--r-- | geography/Makefile | 3 | ||||
-rw-r--r-- | geography/R-rnaturalearthhires/DESCR | 5 | ||||
-rw-r--r-- | geography/R-rnaturalearthhires/Makefile | 29 | ||||
-rw-r--r-- | geography/R-rnaturalearthhires/PLIST | 4 | ||||
-rw-r--r-- | geography/R-rnaturalearthhires/distinfo | 6 |
5 files changed, 46 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 73ba008d53c..e6e9a219136 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -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-raster SUBDIR+= R-rgeos SUBDIR+= R-rnaturalearth SUBDIR+= R-rnaturalearthdata +SUBDIR+= R-rnaturalearthhires SUBDIR+= R-rosm SUBDIR+= R-sf SUBDIR+= R-spData diff --git a/geography/R-rnaturalearthhires/DESCR b/geography/R-rnaturalearthhires/DESCR new file mode 100644 index 00000000000..b1baa7938f1 --- /dev/null +++ b/geography/R-rnaturalearthhires/DESCR @@ -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 --git a/geography/R-rnaturalearthhires/Makefile b/geography/R-rnaturalearthhires/Makefile new file mode 100644 index 00000000000..a7ad6e430c2 --- /dev/null +++ b/geography/R-rnaturalearthhires/Makefile @@ -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 +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 --git a/geography/R-rnaturalearthhires/PLIST b/geography/R-rnaturalearthhires/PLIST new file mode 100644 index 00000000000..aeff814afcd --- /dev/null +++ b/geography/R-rnaturalearthhires/PLIST @@ -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 --git a/geography/R-rnaturalearthhires/distinfo b/geography/R-rnaturalearthhires/distinfo new file mode 100644 index 00000000000..68de87d1a8d --- /dev/null +++ b/geography/R-rnaturalearthhires/distinfo @@ -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 |