From 82d9ea319d1690530b3c4e0e82d210a91fba1e80 Mon Sep 17 00:00:00 2001 From: brook Date: Sun, 1 Apr 2012 17:46:27 +0000 Subject: Initial import of package. RandomFields: Simulation and Analysis of Random Fields Simulation of Gaussian and extreme value random fields; conditional simulation; kriging. --- math/R-RandomFields/DESCR | 2 ++ math/R-RandomFields/Makefile | 18 ++++++++++++++++++ math/R-RandomFields/distinfo | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 math/R-RandomFields/DESCR create mode 100644 math/R-RandomFields/Makefile create mode 100644 math/R-RandomFields/distinfo diff --git a/math/R-RandomFields/DESCR b/math/R-RandomFields/DESCR new file mode 100644 index 00000000000..0176f40a84e --- /dev/null +++ b/math/R-RandomFields/DESCR @@ -0,0 +1,2 @@ +Simulation of Gaussian and extreme value random fields; conditional +simulation; kriging. diff --git a/math/R-RandomFields/Makefile b/math/R-RandomFields/Makefile new file mode 100644 index 00000000000..a40b74bb2a3 --- /dev/null +++ b/math/R-RandomFields/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/RandomFields/ +COMMENT= Simulation and analysis of random fields +# LICENSE= GPL (gnu-gpl-v?) + +R_PKGNAME= RandomFields +R_PKGVER= 2.0.54 + +USE_LANGUAGES+= c c++ fortran + +.include "../../math/R/Makefile.extension" +.include "../../math/blas/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-RandomFields/distinfo b/math/R-RandomFields/distinfo new file mode 100644 index 00000000000..5abcab1a482 --- /dev/null +++ b/math/R-RandomFields/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $ + +SHA1 (R/RandomFields_2.0.54.tar.gz) = 58ba27eaf42977552ae49fb2044871b32340c691 +RMD160 (R/RandomFields_2.0.54.tar.gz) = 216538e7ec971624b258dfc4d37f5be999c45160 +Size (R/RandomFields_2.0.54.tar.gz) = 493065 bytes -- cgit v1.2.3