diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2020-04-06 21:16:16 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2020-04-06 21:16:16 +0000 |
commit | 65864354e56b9d3d3f2c01326255f2357b1ba4de (patch) | |
tree | e2d0bff17eb741d646fdffa398cd259688056b3b /math | |
parent | ac533e6eba520b9e70539c9f9d61c3e529ea5e4f (diff) | |
download | ports-65864354e56b9d3d3f2c01326255f2357b1ba4de.tar.gz ports-65864354e56b9d3d3f2c01326255f2357b1ba4de.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-isoband/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-isoband/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-isoband/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9190bdef19cb..ab03f4c80c21 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/R-cran-isoband/Makefile b/math/R-cran-isoband/Makefile new file mode 100644 index 000000000000..cc9a10394b8c --- /dev/null +++ b/math/R-cran-isoband/Makefile @@ -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> diff --git a/math/R-cran-isoband/distinfo b/math/R-cran-isoband/distinfo new file mode 100644 index 000000000000..b4a298cfb474 --- /dev/null +++ b/math/R-cran-isoband/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1586182414 +SHA256 (isoband_0.2.0.tar.gz) = 783197e50c0a58ada4f8b5980d52150264eaab4fd97e14faddf67a3c8e1e02e4 +SIZE (isoband_0.2.0.tar.gz) = 1894070 diff --git a/math/R-cran-isoband/pkg-descr b/math/R-cran-isoband/pkg-descr new file mode 100644 index 000000000000..173c59052483 --- /dev/null +++ b/math/R-cran-isoband/pkg-descr @@ -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/ |