pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-ncdf Initial import R-ncdf 1.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d06d02ee78e
branches: trunk
changeset: 515447:0d06d02ee78e
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jul 02 13:11:58 2006 +0000
description:
Initial import R-ncdf 1.5
High-level R interface to Unidata's netCDF data files
diffstat:
math/R-ncdf/DESCR | 7 +++++++
math/R-ncdf/Makefile | 19 +++++++++++++++++++
math/R-ncdf/PLIST | 1 +
math/R-ncdf/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r e0e5b05cd4f6 -r 0d06d02ee78e math/R-ncdf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf/DESCR Sun Jul 02 13:11:58 2006 +0000
@@ -0,0 +1,7 @@
+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 e0e5b05cd4f6 -r 0d06d02ee78e math/R-ncdf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf/Makefile Sun Jul 02 13:11:58 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:11:58 markd Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/ncdf.html
+COMMENT= High-level R interface to Unidata's netCDF data files
+
+R_PKGNAME= ncdf
+R_PKGVER= 1.5
+
+CONFIGURE_ARGS+= --with-netcdf_incdir=${BUILDLINK_PREFIX.netcdf}/include
+CONFIGURE_ARGS+= --with-netcdf_libdir=${BUILDLINK_PREFIX.netcdf}/lib
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/netcdf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0e5b05cd4f6 -r 0d06d02ee78e math/R-ncdf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf/PLIST Sun Jul 02 13:11:58 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 13:11:58 markd Exp $
diff -r e0e5b05cd4f6 -r 0d06d02ee78e math/R-ncdf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ncdf/distinfo Sun Jul 02 13:11:58 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:11:58 markd 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
Home |
Main Index |
Thread Index |
Old Index