diff options
author | rillig <rillig> | 2005-11-04 08:13:43 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:13:43 +0000 |
commit | 5a2adea94733ab1a30d121f07331e405638e0079 (patch) | |
tree | 2662d403c532577e67f86f07d4a4b9dac1347b99 /math/R-geoR | |
parent | fd9ac2f8f294577a4a6ba4511463deddc1de78c7 (diff) | |
download | pkgsrc-5a2adea94733ab1a30d121f07331e405638e0079.tar.gz |
Imported R-geoR from pkgsrc-wip.
Geostatistical analysis including likelihood-based and Bayesian methods.
Diffstat (limited to 'math/R-geoR')
-rw-r--r-- | math/R-geoR/DESCR | 1 | ||||
-rw-r--r-- | math/R-geoR/Makefile | 15 | ||||
-rw-r--r-- | math/R-geoR/PLIST | 1 | ||||
-rw-r--r-- | math/R-geoR/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-geoR/DESCR b/math/R-geoR/DESCR new file mode 100644 index 00000000000..bd84e89cc25 --- /dev/null +++ b/math/R-geoR/DESCR @@ -0,0 +1 @@ +Geostatistical analysis including likelihood-based and Bayesian methods. diff --git a/math/R-geoR/Makefile b/math/R-geoR/Makefile new file mode 100644 index 00000000000..659188ad95e --- /dev/null +++ b/math/R-geoR/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:13:43 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/geoR.html +COMMENT= Geostatistical analysis including likelihood-based and Bayesian methods + +R_PKGNAME= geoR +R_PKGVER= 1.5-5 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-geoR/PLIST b/math/R-geoR/PLIST new file mode 100644 index 00000000000..087d047896d --- /dev/null +++ b/math/R-geoR/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:13:43 rillig Exp $ diff --git a/math/R-geoR/distinfo b/math/R-geoR/distinfo new file mode 100644 index 00000000000..241f626a66f --- /dev/null +++ b/math/R-geoR/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:13:43 rillig Exp $ + +SHA1 (R/geoR_1.5-5.tar.gz) = 14f32d329769b6ec9320bb75595b097dd33a46f4 +RMD160 (R/geoR_1.5-5.tar.gz) = 1b4e3fea4ba7c9f3b8e9efcff8c80012c6fbfc0d +Size (R/geoR_1.5-5.tar.gz) = 411117 bytes |