Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2021 17:47:57 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d4002e2ecdd - main - math/R-cran-maps: New port: Draw Geographical Maps
Message-ID:  <202105241747.14OHlvXx084914@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d4002e2ecdd8bc9cb408569cff6ca62df5b20de

commit 4d4002e2ecdd8bc9cb408569cff6ca62df5b20de
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-05-24 17:47:38 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-05-24 17:47:38 +0000

    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(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105241747.14OHlvXx084914>