summaryrefslogtreecommitdiff
path: root/math/R-ncdf
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-07-02 13:11:58 +0000
committermarkd <markd@pkgsrc.org>2006-07-02 13:11:58 +0000
commitc1eac74937dd0674fd526da3d62ee474fcdbc528 (patch)
treecc558032b1b6b541adb98238759aef6a88175b93 /math/R-ncdf
parent436cf5d41083bef816058ed7a3af9032d2cf24e9 (diff)
downloadpkgsrc-c1eac74937dd0674fd526da3d62ee474fcdbc528.tar.gz
Initial import R-ncdf 1.5
High-level R interface to Unidata's netCDF data files
Diffstat (limited to 'math/R-ncdf')
-rw-r--r--math/R-ncdf/DESCR7
-rw-r--r--math/R-ncdf/Makefile19
-rw-r--r--math/R-ncdf/PLIST1
-rw-r--r--math/R-ncdf/distinfo5
4 files changed, 32 insertions, 0 deletions
diff --git a/math/R-ncdf/DESCR b/math/R-ncdf/DESCR
new file mode 100644
index 00000000000..00ab37594b4
--- /dev/null
+++ b/math/R-ncdf/DESCR
@@ -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 --git a/math/R-ncdf/Makefile b/math/R-ncdf/Makefile
new file mode 100644
index 00000000000..eaad56710c3
--- /dev/null
+++ b/math/R-ncdf/Makefile
@@ -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
+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 --git a/math/R-ncdf/PLIST b/math/R-ncdf/PLIST
new file mode 100644
index 00000000000..db04cedba66
--- /dev/null
+++ b/math/R-ncdf/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 13:11:58 markd Exp $
diff --git a/math/R-ncdf/distinfo b/math/R-ncdf/distinfo
new file mode 100644
index 00000000000..c46f6cdc673
--- /dev/null
+++ b/math/R-ncdf/distinfo
@@ -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