pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-ncdf4 (math/R-ncdf4) import R-ncdf4-1.17, as a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16073d6b503b
branches:  trunk
changeset: 458533:16073d6b503b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 18 02:23:04 2021 +0000

description:
(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:

 math/R-ncdf4/DESCR    |  15 +++++++++++++++
 math/R-ncdf4/Makefile |  16 ++++++++++++++++
 math/R-ncdf4/distinfo |   6 ++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r fc5152a42f8b -r 16073d6b503b math/R-ncdf4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf4/DESCR        Sat Sep 18 02:23:04 2021 +0000
@@ -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 -r fc5152a42f8b -r 16073d6b503b math/R-ncdf4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf4/Makefile     Sat Sep 18 02:23:04 2021 +0000
@@ -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@localhost
+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 -r fc5152a42f8b -r 16073d6b503b math/R-ncdf4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf4/distinfo     Sat Sep 18 02:23:04 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index