summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-18 02:23:04 +0000
committermef <mef@pkgsrc.org>2021-09-18 02:23:04 +0000
commitc9bab02249bf23441a4bff572064cb0b87abb0af (patch)
tree7449d07800718893f01102b0180c0dc46ba65be6 /math
parent8ac878f977566f8525ad2bc1b040b6dafc33b3f1 (diff)
downloadpkgsrc-c9bab02249bf23441a4bff572064cb0b87abb0af.tar.gz
(math/R-ncdf4) import R-ncdf4-1.17, as a successor of R-ncdf
Provides a high-level R interface to data files written using Unidata's netCDF library (version 4 or earlier), which are binary data files that are portable across platforms and include metadata information in addition to the data sets. Using this package, netCDF files (either version 4 or "classic" version 3) can be opened and data sets read in easily. It is also easy to create new netCDF dimensions, variables, and files, in either version 3 or 4 format, and manipulate existing netCDF files. This package replaces the former ncdf package, which only worked with netcdf version 3 files. For various reasons the names of the functions have had to be changed from the names in the ncdf package. The old ncdf package is still available at the URL given below, if you need to have backward compatibility. It should be possible to have both the ncdf and ncdf4 packages installed simultaneously without a problem. However, the ncdf package does not provide an interface for netcdf version 4 files.
Diffstat (limited to 'math')
-rw-r--r--math/R-ncdf4/DESCR15
-rw-r--r--math/R-ncdf4/Makefile16
-rw-r--r--math/R-ncdf4/distinfo6
3 files changed, 37 insertions, 0 deletions
diff --git a/math/R-ncdf4/DESCR b/math/R-ncdf4/DESCR
new file mode 100644
index 00000000000..3854507f54e
--- /dev/null
+++ b/math/R-ncdf4/DESCR
@@ -0,0 +1,15 @@
+Provides a high-level R interface to data files written using
+Unidata's netCDF library (version 4 or earlier), which are binary data
+files that are portable across platforms and include metadata
+information in addition to the data sets. Using this package, netCDF
+files (either version 4 or "classic" version 3) can be opened and data
+sets read in easily. It is also easy to create new netCDF dimensions,
+variables, and files, in either version 3 or 4 format, and manipulate
+existing netCDF files. This package replaces the former ncdf package,
+which only worked with netcdf version 3 files. For various reasons
+the names of the functions have had to be changed from the names in
+the ncdf package. The old ncdf package is still available at the URL
+given below, if you need to have backward compatibility. It should be
+possible to have both the ncdf and ncdf4 packages installed
+simultaneously without a problem. However, the ncdf package does not
+provide an interface for netcdf version 4 files.
diff --git a/math/R-ncdf4/Makefile b/math/R-ncdf4/Makefile
new file mode 100644
index 00000000000..b733dd6aac8
--- /dev/null
+++ b/math/R-ncdf4/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/09/18 02:23:04 mef Exp $
+
+R_PKGNAME= ncdf4
+R_PKGVER= 1.17
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
+LICENSE= gnu-gpl-v3
+
+# ./configure: 1833: Syntax error: Bad substitution
+USE_TOOLS+= bash
+REPLACE_BASH+= configure
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/netcdf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-ncdf4/distinfo b/math/R-ncdf4/distinfo
new file mode 100644
index 00000000000..6430e967401
--- /dev/null
+++ b/math/R-ncdf4/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/18 02:23:04 mef Exp $
+
+SHA1 (R/ncdf4_1.17.tar.gz) = 4077dd98c478090d33b9ef7fbfe1e09d1b2971c3
+RMD160 (R/ncdf4_1.17.tar.gz) = 27bdca48a9c9ef879b337c44aa49d19ad66207a1
+SHA512 (R/ncdf4_1.17.tar.gz) = 21d71ceaff3276289e8a76f73776a1a561423bb1a446f24b115b527927cdee2557b412406ca36caee9e453505ee5fe0575c4296ccc1c0acec1470409d2910a3f
+Size (R/ncdf4_1.17.tar.gz) = 124458 bytes