From 0abc91d9d8b5fbe3983097922ce7a9bc4543bc1a Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Jul 2006 17:04:12 +0000 Subject: 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. --- math/R-ncdf/Makefile | 4 ++-- math/R-ncdf/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math/R-ncdf') 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 -- cgit v1.2.3