From 4d4002e2ecdd8bc9cb408569cff6ca62df5b20de Mon Sep 17 00:00:00 2001 From: Guangyuan Yang Date: Mon, 24 May 2021 13:47:38 -0400 Subject: [PATCH] math/R-cran-maps: New port: Draw Geographical Maps Approved by: lwhsu (mentor, implicit) --- math/Makefile | 1 + math/R-cran-maps/Makefile | 18 ++++++++++++++++++ math/R-cran-maps/distinfo | 3 +++ math/R-cran-maps/pkg-descr | 4 ++++ 4 files changed, 26 insertions(+) create mode 100644 math/R-cran-maps/Makefile create mode 100644 math/R-cran-maps/distinfo create mode 100644 math/R-cran-maps/pkg-descr diff --git a/math/Makefile b/math/Makefile index 07257f707961..cf1288e853bb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -77,6 +77,7 @@ SUBDIR += R-cran-lme4 SUBDIR += R-cran-lpSolve SUBDIR += R-cran-magic + SUBDIR += R-cran-maps SUBDIR += R-cran-matrixStats SUBDIR += R-cran-maxLik SUBDIR += R-cran-mcmc diff --git a/math/R-cran-maps/Makefile b/math/R-cran-maps/Makefile new file mode 100644 index 000000000000..296894cdc8da --- /dev/null +++ b/math/R-cran-maps/Makefile @@ -0,0 +1,18 @@ +# Created by: Guangyuan Yang + +PORTNAME= maps +DISTVERSION= 3.3.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Draw Geographical Maps + +LICENSE= GPLv2 + +TEST_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ + R-cran-sp>0:math/R-cran-sp + +USES= cran:auto-plist,compiles + +.include diff --git a/math/R-cran-maps/distinfo b/math/R-cran-maps/distinfo new file mode 100644 index 000000000000..12355a7b1f63 --- /dev/null +++ b/math/R-cran-maps/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621841442 +SHA256 (maps_3.3.0.tar.gz) = 199afe19a4edcef966ae79ef802f5dcc15a022f9c357fcb8cae8925fe8bd2216 +SIZE (maps_3.3.0.tar.gz) = 2493744 diff --git a/math/R-cran-maps/pkg-descr b/math/R-cran-maps/pkg-descr new file mode 100644 index 000000000000..e823b8b627c4 --- /dev/null +++ b/math/R-cran-maps/pkg-descr @@ -0,0 +1,4 @@ +Display of maps. Projection code and larger maps are in separate packages +('mapproj' and 'mapdata'). + +WWW: https://CRAN.R-project.org/package=maps