pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/R-isoband graphics/R-isoband: import R-isoban...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/513b021009a7
branches:  trunk
changeset: 454060:513b021009a7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 06:50:17 2021 +0000

description:
graphics/R-isoband: import R-isoband-0.2.4

A fast C++ implementation to generate contour lines (isolines) and
contour polygons (isobands) from regularly spaced grids containing
elevation data.

diffstat:

 graphics/R-isoband/DESCR    |   3 +++
 graphics/R-isoband/Makefile |  21 +++++++++++++++++++++
 graphics/R-isoband/distinfo |   6 ++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 6ee9a235c7b1 -r 513b021009a7 graphics/R-isoband/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-isoband/DESCR  Sun Jun 06 06:50:17 2021 +0000
@@ -0,0 +1,3 @@
+A fast C++ implementation to generate contour lines (isolines) and
+contour polygons (isobands) from regularly spaced grids containing
+elevation data.
diff -r 6ee9a235c7b1 -r 513b021009a7 graphics/R-isoband/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-isoband/Makefile       Sun Jun 06 06:50:17 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/06/06 06:50:17 mef Exp $
+
+R_PKGNAME=     isoband
+R_PKGVER=      0.2.4
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Generate Isolines and Isobands from Regularly Spaced Elevation Grids
+LICENSE=       mit     # + file LICENSE
+
+# Packages suggested but not available:
+#  'magick'
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+#EST_DEPENDS+= R-magick-[0-9]*:../../graphics/R-magick
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+
+USE_LANGUAGES= c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ee9a235c7b1 -r 513b021009a7 graphics/R-isoband/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-isoband/distinfo       Sun Jun 06 06:50:17 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/06 06:50:17 mef Exp $
+
+SHA1 (R/isoband_0.2.4.tar.gz) = eb52858f54c9142ddc0bb8b9a52c2e244a271275
+RMD160 (R/isoband_0.2.4.tar.gz) = b35a929bae4ae75c446e896f36e49f6f2990349b
+SHA512 (R/isoband_0.2.4.tar.gz) = 8d83afd3b5cecc33721e52b9241fd7cb1fde6b8d9e35da6ca8afbda63e603f71d4208fdb22777d6a992bf26eb66680d85d44ad267cdf89a2a6007afbe2ee8cde
+Size (R/isoband_0.2.4.tar.gz) = 2010708 bytes



Home | Main Index | Thread Index | Old Index