pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-ncdf Update to ncdf v1.6.6, add LICENSE and reg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/037ca3bc306c
branches:  trunk
changeset: 602548:037ca3bc306c
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Apr 15 15:39:34 2012 +0000

description:
Update to ncdf v1.6.6, add LICENSE and regularize package files.

diffstat:

 math/R-ncdf/DESCR    |  15 ++++++++-------
 math/R-ncdf/Makefile |   5 +++--
 math/R-ncdf/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 13 deletions(-)

diffs (53 lines):

diff -r 51dee9344427 -r 037ca3bc306c math/R-ncdf/DESCR
--- a/math/R-ncdf/DESCR Sun Apr 15 15:38:37 2012 +0000
+++ b/math/R-ncdf/DESCR Sun Apr 15 15:39:34 2012 +0000
@@ -1,7 +1,8 @@
-This package provides a high-level R interface to Unidata's netCDF data files,
-which are portable across platforms and include metadata information in
-addition to the data sets. Using this package netCDF files can be opened and
-data sets read in easily. It is also easy to create new netCDF dimensions,
-variables, and files, or manipulate existing netCDF files. This interface
-provides considerably more functionality than the old "netCDF" package for R,
-and is not compatible with the old "netCDF" package for R.
+This package provides a high-level R interface to Unidata's netCDF
+data files, which are portable across platforms and include metadata
+information in addition to the data sets.  Using this package netCDF
+files can be opened and data sets read in easily.  It is also easy to
+create new netCDF dimensions, variables, and files, or manipulate
+existing netCDF files.  This interface provides considerably more
+functionality than the old "netCDF" package for R, and is not
+compatible with the old "netCDF" package for R.  
diff -r 51dee9344427 -r 037ca3bc306c math/R-ncdf/Makefile
--- a/math/R-ncdf/Makefile      Sun Apr 15 15:38:37 2012 +0000
+++ b/math/R-ncdf/Makefile      Sun Apr 15 15:39:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/10/14 05:42:14 markd Exp $
+# $NetBSD: Makefile,v 1.4 2012/04/15 15:39:34 brook Exp $
 #
 
 CATEGORIES=    math
@@ -7,9 +7,10 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/ncdf/
 COMMENT=       High-level R interface to Unidata's netCDF data files
+LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     ncdf
-R_PKGVER=      1.6
+R_PKGVER=      1.6.6
 
 CONFIGURE_ARGS+=       --with-netcdf_incdir=${BUILDLINK_PREFIX.netcdf}/include
 CONFIGURE_ARGS+=       --with-netcdf_libdir=${BUILDLINK_PREFIX.netcdf}/lib
diff -r 51dee9344427 -r 037ca3bc306c math/R-ncdf/distinfo
--- a/math/R-ncdf/distinfo      Sun Apr 15 15:38:37 2012 +0000
+++ b/math/R-ncdf/distinfo      Sun Apr 15 15:39:34 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/07/23 17:04:12 rillig Exp $
+$NetBSD: distinfo,v 1.3 2012/04/15 15:39:34 brook Exp $
 
-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
+SHA1 (R/ncdf_1.6.6.tar.gz) = d4f31681bb423693e60f3bfbd6c85a03d65bfa94
+RMD160 (R/ncdf_1.6.6.tar.gz) = 8d33e7729674fccf6bcfdbc1709230402dd7229a
+Size (R/ncdf_1.6.6.tar.gz) = 79403 bytes



Home | Main Index | Thread Index | Old Index