aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-05-24 17:47:38 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-05-24 17:47:38 +0000
commit4d4002e2ecdd8bc9cb408569cff6ca62df5b20de (patch)
treeb655cc8ab44808113657c79c1933d948e9f9ee3f
parentcb46a29d6af62bca6fed8ec6e75c2cae391ee72d (diff)
downloadports-4d4002e2ecdd8bc9cb408569cff6ca62df5b20de.tar.gz
ports-4d4002e2ecdd8bc9cb408569cff6ca62df5b20de.zip
math/R-cran-maps: New port: Draw Geographical Maps
Approved by: lwhsu (mentor, implicit)
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-maps/Makefile18
-rw-r--r--math/R-cran-maps/distinfo3
-rw-r--r--math/R-cran-maps/pkg-descr4
4 files changed, 26 insertions, 0 deletions
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 <ygy@FreeBSD.org>
+
+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 <bsd.port.mk>
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