From owner-dev-commits-ports-all@freebsd.org Mon May 24 17:47:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9A7C639A14; Mon, 24 May 2021 17:47:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fpl6j6JkSz3DD1; Mon, 24 May 2021 17:47:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C11676900; Mon, 24 May 2021 17:47:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14OHlvYf084915; Mon, 24 May 2021 17:47:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14OHlvXx084914; Mon, 24 May 2021 17:47:57 GMT (envelope-from git) Date: Mon, 24 May 2021 17:47:57 GMT Message-Id: <202105241747.14OHlvXx084914@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 4d4002e2ecdd - main - math/R-cran-maps: New port: Draw Geographical Maps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4d4002e2ecdd8bc9cb408569cff6ca62df5b20de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2021 17:47:58 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d4002e2ecdd8bc9cb408569cff6ca62df5b20de commit 4d4002e2ecdd8bc9cb408569cff6ca62df5b20de Author: Guangyuan Yang AuthorDate: 2021-05-24 17:47:38 +0000 Commit: Guangyuan Yang 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 + +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