summaryrefslogtreecommitdiff
path: root/math/R-ncdf
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-23 17:04:12 +0000
committerrillig <rillig>2006-07-23 17:04:12 +0000
commit755ab0348ad7b853c7f6ab3319c379e5101b87b0 (patch)
treec3226f4f396771ce2129dcdd928b27db0bc27845 /math/R-ncdf
parentc1ca50ad6cfa74471bc213b984a026ef26d56ed2 (diff)
downloadpkgsrc-755ab0348ad7b853c7f6ab3319c379e5101b87b0.tar.gz
Updated R-ncdf to 1.6, since the old distfile is no longer available.
Release 1.6 (2006-06-19) adds various bug fixes, plus support for making dimensions WITHOUT dimvars (coordinate variables), although I think this is a bad idea in general. ALSO, the default behavior for put.var.ncdf with unlimited variables and NO specified start and count parameters has changed! Before, the default was to append to the end of the existing variable. Now, the default is to assume a start of 1 along each dimension, and a count of the current length of each dimension. This really can be ambiguous when using an unlimited dimension. I always specify both start and count when writing to a variable with an unlimited dimension, and suggest you do as well. I make require this in a future release, as it seems to cause people problems.
Diffstat (limited to 'math/R-ncdf')
-rw-r--r--math/R-ncdf/Makefile4
-rw-r--r--math/R-ncdf/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/R-ncdf/Makefile b/math/R-ncdf/Makefile
index eaad56710c3..ce1a3c97aa2 100644
--- a/math/R-ncdf/Makefile
+++ b/math/R-ncdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:11:58 markd Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/23 17:04:12 rillig Exp $
#
CATEGORIES= math
@@ -9,7 +9,7 @@ HOMEPAGE= ${R_HOMEPAGE_BASE}/ncdf.html
COMMENT= High-level R interface to Unidata's netCDF data files
R_PKGNAME= ncdf
-R_PKGVER= 1.5
+R_PKGVER= 1.6
CONFIGURE_ARGS+= --with-netcdf_incdir=${BUILDLINK_PREFIX.netcdf}/include
CONFIGURE_ARGS+= --with-netcdf_libdir=${BUILDLINK_PREFIX.netcdf}/lib
diff --git a/math/R-ncdf/distinfo b/math/R-ncdf/distinfo
index c46f6cdc673..3edc9a8980d 100644
--- a/math/R-ncdf/distinfo
+++ b/math/R-ncdf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:11:58 markd Exp $
+$NetBSD: distinfo,v 1.2 2006/07/23 17:04:12 rillig Exp $
-SHA1 (R/ncdf_1.5.tar.gz) = 8c390bfc4385f53545bd470ae755489dd72ca85e
-RMD160 (R/ncdf_1.5.tar.gz) = 2ecf5972651cea7b22fe4b98ac5c214addbd2ddf
-Size (R/ncdf_1.5.tar.gz) = 68818 bytes
+SHA1 (R/ncdf_1.6.tar.gz) = 2bcfec26a966b4d8c37309e6eb4e7a6717b071c1
+RMD160 (R/ncdf_1.6.tar.gz) = 2775a79204dd59452a9d8cf066ba929e073dadf3
+Size (R/ncdf_1.6.tar.gz) = 72533 bytes