R-geoR: update to version 1.7.5.2.1.
Update to the canonical form of an R package and fix the LICENSE field.
This commit is contained in:
parent
fb2e49519b
commit
b2c8b973e8
3 changed files with 16 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2019,v 1.3174 2019/07/31 19:31:13 brook Exp $
|
||||
$NetBSD: CHANGES-2019,v 1.3175 2019/07/31 19:32:49 brook Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2019:
|
||||
|
||||
|
@ -5131,3 +5131,4 @@ Changes to the packages collection and infrastructure in 2019:
|
|||
Updated math/R-gdata to 2.18.0 [brook 2019-07-31]
|
||||
Updated cad/qcad to 3.23.0.0 [plunky 2019-07-31]
|
||||
Updated math/R-genetics to 1.3.8.1.2 [brook 2019-07-31]
|
||||
Updated math/R-geoR to 1.7.5.2.1 [brook 2019-07-31]
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.11 2018/07/28 14:40:48 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2019/07/31 19:32:49 brook Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
CATEGORIES= math R
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/geoR/
|
||||
COMMENT= Geostatistical analysis including likelihood-based & Bayesian methods
|
||||
LICENSE= gnu-gpl-v2
|
||||
COMMENT= Analysis of geostatistical data
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
R_PKGNAME= geoR
|
||||
R_PKGVER= 1.7-5.1
|
||||
R_PKGVER= 1.7-5.2.1
|
||||
|
||||
DEPENDS+= R-RandomFields>=2.0.54:../../math/R-RandomFields
|
||||
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
||||
DEPENDS+= R-splancs>=2.01.31:../../math/R-splancs
|
||||
DEPENDS+= R-sp>=1.3.1:../../math/R-sp
|
||||
DEPENDS+= R-splancs>=2.01.39:../../math/R-splancs
|
||||
|
||||
USE_LANGUAGES= c
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2016/02/24 06:41:46 wen Exp $
|
||||
$NetBSD: distinfo,v 1.8 2019/07/31 19:32:49 brook Exp $
|
||||
|
||||
SHA1 (R/geoR_1.7-5.1.tar.gz) = 0f6c795a67a9155a158b1f8ccb122277fb38b72f
|
||||
RMD160 (R/geoR_1.7-5.1.tar.gz) = 5afa74049928448cbfe2581f60fd16a293f44d76
|
||||
SHA512 (R/geoR_1.7-5.1.tar.gz) = 69f20e829f68c1521d49b572b74de3ec9cadd83f73d9428a3f37ccc9a4bd4c1bb8f25f30fc77a270c1dcde853986f1a6a19fb0b3014e709fd92d52278ba5fade
|
||||
Size (R/geoR_1.7-5.1.tar.gz) = 421558 bytes
|
||||
SHA1 (R/geoR_1.7-5.2.1.tar.gz) = 7b82e013bdbf295d8258be73aee3e2f903959b5d
|
||||
RMD160 (R/geoR_1.7-5.2.1.tar.gz) = 5575c3cb014f24104e79007a3330b5d6fb352abd
|
||||
SHA512 (R/geoR_1.7-5.2.1.tar.gz) = 11df4c9e909bf8063160a0566f3a8eb1dc3a98bfb8ffc8f312942bfbd98039dfc52f177fe8a00ba67022c84e71ace73c1d6dfe1fc13845e983d6fbe0db1cf232
|
||||
Size (R/geoR_1.7-5.2.1.tar.gz) = 413766 bytes
|
||||
|
|
Loading…
Reference in a new issue