From owner-svn-ports-all@freebsd.org Mon Apr 6 21:16:17 2020 Return-Path: Delivered-To: svn-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 9297C27BE2E; Mon, 6 Apr 2020 21:16:17 +0000 (UTC) (envelope-from tota@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48x3Hj3PCsz4bcj; Mon, 6 Apr 2020 21:16:17 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FFD32E5A8; Mon, 6 Apr 2020 21:16:17 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 036LGH28035408; Mon, 6 Apr 2020 21:16:17 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 036LGGSC035401; Mon, 6 Apr 2020 21:16:16 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202004062116.036LGGSC035401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 6 Apr 2020 21:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530927 - in head/math: . R-cran-isoband X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-isoband X-SVN-Commit-Revision: 530927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 21:16:17 -0000 Author: tota Date: Mon Apr 6 21:16:16 2020 New Revision: 530927 URL: https://svnweb.freebsd.org/changeset/ports/530927 Log: - Add new port: math/R-cran-isoband A fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly spaced grids containing elevation data. WWW: https://cran.r-project.org/web/packages/isoband/ Added: head/math/R-cran-isoband/ head/math/R-cran-isoband/Makefile (contents, props changed) head/math/R-cran-isoband/distinfo (contents, props changed) head/math/R-cran-isoband/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Apr 6 20:48:51 2020 (r530926) +++ head/math/Makefile Mon Apr 6 21:16:16 2020 (r530927) @@ -17,6 +17,7 @@ SUBDIR += R-cran-DoE.base SUBDIR += R-cran-Formula SUBDIR += R-cran-FrF2 + SUBDIR += R-cran-isoband SUBDIR += R-cran-KFAS SUBDIR += R-cran-LearnBayes SUBDIR += R-cran-MCMCpack Added: head/math/R-cran-isoband/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-isoband/Makefile Mon Apr 6 21:16:16 2020 (r530927) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= isoband +PORTVERSION= 0.2.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Generate Isolines and Isobands from Regularly Spaced Elevation Grids + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ + R-cran-testthat>0:devel/R-cran-testthat +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles compiler:c++11-lang + +.include Added: head/math/R-cran-isoband/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-isoband/distinfo Mon Apr 6 21:16:16 2020 (r530927) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586182414 +SHA256 (isoband_0.2.0.tar.gz) = 783197e50c0a58ada4f8b5980d52150264eaab4fd97e14faddf67a3c8e1e02e4 +SIZE (isoband_0.2.0.tar.gz) = 1894070 Added: head/math/R-cran-isoband/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-isoband/pkg-descr Mon Apr 6 21:16:16 2020 (r530927) @@ -0,0 +1,5 @@ +A fast C++ implementation to generate contour lines (isolines) and +contour polygons (isobands) from regularly spaced grids containing +elevation data. + +WWW: https://cran.r-project.org/web/packages/isoband/