Sun Apr 15 15:39:34 2012 UTC ()
Update to ncdf v1.6.6, add LICENSE and regularize package files.


(brook)
diff -r1.1.1.1 -r1.2 pkgsrc/math/R-ncdf/DESCR
diff -r1.3 -r1.4 pkgsrc/math/R-ncdf/Makefile
diff -r1.2 -r1.3 pkgsrc/math/R-ncdf/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/math/R-ncdf/DESCR (expand / switch to unified diff)

--- pkgsrc/math/R-ncdf/DESCR 2006/07/02 13:11:58 1.1.1.1
+++ pkgsrc/math/R-ncdf/DESCR 2012/04/15 15:39:34 1.2
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1This package provides a high-level R interface to Unidata's netCDF data files, 1This package provides a high-level R interface to Unidata's netCDF
2which are portable across platforms and include metadata information in 2data files, which are portable across platforms and include metadata
3addition to the data sets. Using this package netCDF files can be opened and 3information in addition to the data sets. Using this package netCDF
4data sets read in easily. It is also easy to create new netCDF dimensions, 4files can be opened and data sets read in easily. It is also easy to
5variables, and files, or manipulate existing netCDF files. This interface 5create new netCDF dimensions, variables, and files, or manipulate
6provides considerably more functionality than the old "netCDF" package for R, 6existing netCDF files. This interface provides considerably more
7and is not compatible with the old "netCDF" package for R. 7functionality than the old "netCDF" package for R, and is not
 8compatible with the old "netCDF" package for R.

cvs diff -r1.3 -r1.4 pkgsrc/math/R-ncdf/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-ncdf/Makefile 2008/10/14 05:42:14 1.3
+++ pkgsrc/math/R-ncdf/Makefile 2012/04/15 15:39:34 1.4
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2008/10/14 05:42:14 markd Exp $ 1# $NetBSD: Makefile,v 1.4 2012/04/15 15:39:34 brook Exp $
2# 2#
3 3
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${R_HOMEPAGE_BASE}/ncdf/ 8HOMEPAGE= ${R_HOMEPAGE_BASE}/ncdf/
9COMMENT= High-level R interface to Unidata's netCDF data files 9COMMENT= High-level R interface to Unidata's netCDF data files
 10LICENSE= gnu-gpl-v2
10 11
11R_PKGNAME= ncdf 12R_PKGNAME= ncdf
12R_PKGVER= 1.6 13R_PKGVER= 1.6.6
13 14
14CONFIGURE_ARGS+= --with-netcdf_incdir=${BUILDLINK_PREFIX.netcdf}/include 15CONFIGURE_ARGS+= --with-netcdf_incdir=${BUILDLINK_PREFIX.netcdf}/include
15CONFIGURE_ARGS+= --with-netcdf_libdir=${BUILDLINK_PREFIX.netcdf}/lib 16CONFIGURE_ARGS+= --with-netcdf_libdir=${BUILDLINK_PREFIX.netcdf}/lib
16 17
17.include "../../math/R/Makefile.extension" 18.include "../../math/R/Makefile.extension"
18.include "../../devel/netcdf/buildlink3.mk" 19.include "../../devel/netcdf/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/math/R-ncdf/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-ncdf/distinfo 2006/07/23 17:04:12 1.2
+++ pkgsrc/math/R-ncdf/distinfo 2012/04/15 15:39:34 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2006/07/23 17:04:12 rillig Exp $ 1$NetBSD: distinfo,v 1.3 2012/04/15 15:39:34 brook Exp $
2 2
3SHA1 (R/ncdf_1.6.tar.gz) = 2bcfec26a966b4d8c37309e6eb4e7a6717b071c1 3SHA1 (R/ncdf_1.6.6.tar.gz) = d4f31681bb423693e60f3bfbd6c85a03d65bfa94
4RMD160 (R/ncdf_1.6.tar.gz) = 2775a79204dd59452a9d8cf066ba929e073dadf3 4RMD160 (R/ncdf_1.6.6.tar.gz) = 8d33e7729674fccf6bcfdbc1709230402dd7229a
5Size (R/ncdf_1.6.tar.gz) = 72533 bytes 5Size (R/ncdf_1.6.6.tar.gz) = 79403 bytes