Date: Mon, 6 Apr 2020 21:16:16 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> 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 Message-ID: <202004062116.036LGGSC035401@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004062116.036LGGSC035401>