pkgsrc-WIP-changes archive

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

R-marmap: import R-marmap-1.0.10 as wip/R-marmap



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Mon Dec 4 09:52:46 2023 -0700
Changeset:	a9c518a1ee69bee7a7165e8daba91369af7e6e6f

Modified Files:
	Makefile
Added Files:
	R-marmap/DESCR
	R-marmap/Makefile
	R-marmap/distinfo

Log Message:
R-marmap: import R-marmap-1.0.10 as wip/R-marmap

Import xyz data from the NOAA (National Oceanic and Atmospheric
Administration, <https://www.noaa.gov>), GEBCO (General Bathymetric
Chart of the Oceans, <https://www.gebco.net>) and other sources, plot
xyz data to prepare publication-ready figures, analyze xyz data to
extract transects, get depth / altitude based on geographical
coordinates, or calculate z-constrained least-cost paths.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9c518a1ee69bee7a7165e8daba91369af7e6e6f

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

diffstat:
 Makefile          |  1 +
 R-marmap/DESCR    |  6 ++++++
 R-marmap/Makefile | 22 ++++++++++++++++++++++
 R-marmap/distinfo |  5 +++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4a4d8570bb..275168d435 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ SUBDIR+=	R-graph
 SUBDIR+=	R-httpcode
 SUBDIR+=	R-listenv
 SUBDIR+=	R-lsei
+SUBDIR+=	R-marmap
 SUBDIR+=	R-mclust
 SUBDIR+=	R-mpfr
 SUBDIR+=	R-nloptr
diff --git a/R-marmap/DESCR b/R-marmap/DESCR
new file mode 100644
index 0000000000..d6fcf2a71f
--- /dev/null
+++ b/R-marmap/DESCR
@@ -0,0 +1,6 @@
+Import xyz data from the NOAA (National Oceanic and Atmospheric
+Administration, <https://www.noaa.gov>), GEBCO (General Bathymetric
+Chart of the Oceans, <https://www.gebco.net>) and other sources, plot
+xyz data to prepare publication-ready figures, analyze xyz data to
+extract transects, get depth / altitude based on geographical
+coordinates, or calculate z-constrained least-cost paths.
diff --git a/R-marmap/Makefile b/R-marmap/Makefile
new file mode 100644
index 0000000000..fce2c8e28d
--- /dev/null
+++ b/R-marmap/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+R_PKGNAME=	marmap
+R_PKGVER=	1.0.10
+CATEGORIES=	geography
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Import, plot and analyze bathymetric and topographic data
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	R-geosphere>=1.5.14:../../geography/R-geosphere
+DEPENDS+=	R-raster>=3.4.13:../../geography/R-raster
+DEPENDS+=	R-ggplot2>=3.4.2:../../graphics/R-ggplot2
+DEPENDS+=	R-DBI>=1.1.3:../../math/R-DBI
+DEPENDS+=	R-ncdf4>=1.21:../../math/R-ncdf4
+DEPENDS+=	R-reshape2>=1.4.4:../../math/R-reshape2
+
+USE_LANGUAGES=	# none
+
+.include "../../math/R/Makefile.extension"
+.include "../../math/R-sp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-marmap/distinfo b/R-marmap/distinfo
new file mode 100644
index 0000000000..141e88c060
--- /dev/null
+++ b/R-marmap/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/marmap_1.0.10.tar.gz) = 258189f7d5de14e08c5629afbf1d617ef35fc8b2e706c79f6a4a065a544b7450
+SHA512 (R/marmap_1.0.10.tar.gz) = cf3d42ed4e0dbbd7da48e29f8efcb705789b0d7ef779df26b5ab391b993ce214f747712aa847d129eb66b118032cadd8e37b37b64a161ce6ff358e7e3c6368c5
+Size (R/marmap_1.0.10.tar.gz) = 2521750 bytes


Home | Main Index | Thread Index | Old Index