aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-isoband
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-04-06 21:16:16 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-04-06 21:16:16 +0000
commit65864354e56b9d3d3f2c01326255f2357b1ba4de (patch)
treee2d0bff17eb741d646fdffa398cd259688056b3b /math/R-cran-isoband
parentac533e6eba520b9e70539c9f9d61c3e529ea5e4f (diff)
downloadports-65864354e56b9d3d3f2c01326255f2357b1ba4de.tar.gz
ports-65864354e56b9d3d3f2c01326255f2357b1ba4de.zip
Notes
Diffstat (limited to 'math/R-cran-isoband')
-rw-r--r--math/R-cran-isoband/Makefile20
-rw-r--r--math/R-cran-isoband/distinfo3
-rw-r--r--math/R-cran-isoband/pkg-descr5
3 files changed, 28 insertions, 0 deletions
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/