pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-ncdf4



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 18 02:23:04 UTC 2021

Added Files:
        pkgsrc/math/R-ncdf4: DESCR Makefile distinfo

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


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

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

Added files:

Index: pkgsrc/math/R-ncdf4/DESCR
diff -u /dev/null pkgsrc/math/R-ncdf4/DESCR:1.1
--- /dev/null   Sat Sep 18 02:23:04 2021
+++ pkgsrc/math/R-ncdf4/DESCR   Sat Sep 18 02:23:04 2021
@@ -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.
Index: pkgsrc/math/R-ncdf4/Makefile
diff -u /dev/null pkgsrc/math/R-ncdf4/Makefile:1.1
--- /dev/null   Sat Sep 18 02:23:04 2021
+++ pkgsrc/math/R-ncdf4/Makefile        Sat Sep 18 02:23:04 2021
@@ -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"
Index: pkgsrc/math/R-ncdf4/distinfo
diff -u /dev/null pkgsrc/math/R-ncdf4/distinfo:1.1
--- /dev/null   Sat Sep 18 02:23:04 2021
+++ pkgsrc/math/R-ncdf4/distinfo        Sat Sep 18 02:23:04 2021
@@ -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