pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-isoband



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 06:50:17 UTC 2021

Added Files:
        pkgsrc/graphics/R-isoband: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-isoband/DESCR \
    pkgsrc/graphics/R-isoband/Makefile pkgsrc/graphics/R-isoband/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/R-isoband/DESCR
diff -u /dev/null pkgsrc/graphics/R-isoband/DESCR:1.1
--- /dev/null   Sun Jun  6 06:50:17 2021
+++ pkgsrc/graphics/R-isoband/DESCR     Sun Jun  6 06:50:17 2021
@@ -0,0 +1,3 @@
+A fast C++ implementation to generate contour lines (isolines) and
+contour polygons (isobands) from regularly spaced grids containing
+elevation data.
Index: pkgsrc/graphics/R-isoband/Makefile
diff -u /dev/null pkgsrc/graphics/R-isoband/Makefile:1.1
--- /dev/null   Sun Jun  6 06:50:17 2021
+++ pkgsrc/graphics/R-isoband/Makefile  Sun Jun  6 06:50:17 2021
@@ -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"
Index: pkgsrc/graphics/R-isoband/distinfo
diff -u /dev/null pkgsrc/graphics/R-isoband/distinfo:1.1
--- /dev/null   Sun Jun  6 06:50:17 2021
+++ pkgsrc/graphics/R-isoband/distinfo  Sun Jun  6 06:50:17 2021
@@ -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