pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-ncdf Updated R-ncdf to 1.6, since the old distf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f64bfb4bc0f
branches: trunk
changeset: 516594:1f64bfb4bc0f
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jul 23 17:04:12 2006 +0000
description:
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:
math/R-ncdf/Makefile | 4 ++--
math/R-ncdf/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 99cb9df44b2f -r 1f64bfb4bc0f math/R-ncdf/Makefile
--- a/math/R-ncdf/Makefile Sun Jul 23 16:59:58 2006 +0000
+++ b/math/R-ncdf/Makefile Sun Jul 23 17:04:12 2006 +0000
@@ -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 @@
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 -r 99cb9df44b2f -r 1f64bfb4bc0f math/R-ncdf/distinfo
--- a/math/R-ncdf/distinfo Sun Jul 23 16:59:58 2006 +0000
+++ b/math/R-ncdf/distinfo Sun Jul 23 17:04:12 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index