R-combinat: update to version 0.0.8.
Update to the canonical form of an R package.
This commit is contained in:
parent
fb92bd273a
commit
2dad395093
3 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: CHANGES-2019,v 1.3167 2019/07/31 19:15:50 brook Exp $
|
$NetBSD: CHANGES-2019,v 1.3168 2019/07/31 19:17:39 brook Exp $
|
||||||
|
|
||||||
Changes to the packages collection and infrastructure in 2019:
|
Changes to the packages collection and infrastructure in 2019:
|
||||||
|
|
||||||
|
@ -5124,3 +5124,4 @@ Changes to the packages collection and infrastructure in 2019:
|
||||||
Updated math/R-chron to 2.3.53 [brook 2019-07-31]
|
Updated math/R-chron to 2.3.53 [brook 2019-07-31]
|
||||||
Updated math/R-classInt to 0.3.3 [brook 2019-07-31]
|
Updated math/R-classInt to 0.3.3 [brook 2019-07-31]
|
||||||
Updated math/R-coda to 0.19.3 [brook 2019-07-31]
|
Updated math/R-coda to 0.19.3 [brook 2019-07-31]
|
||||||
|
Updated math/R-combinat to 0.0.8 [brook 2019-07-31]
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
# $NetBSD: Makefile,v 1.7 2018/07/28 14:40:47 brook Exp $
|
# $NetBSD: Makefile,v 1.8 2019/07/31 19:17:39 brook Exp $
|
||||||
|
|
||||||
CATEGORIES= math
|
CATEGORIES= math R
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/combinat/
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/combinat/
|
||||||
COMMENT= Routines for combinatorics
|
COMMENT= Combinatorics utilities
|
||||||
LICENSE= gnu-gpl-v2
|
LICENSE= gnu-gpl-v2
|
||||||
|
|
||||||
R_PKGNAME= combinat
|
R_PKGNAME= combinat
|
||||||
R_PKGVER= 0.0-8
|
R_PKGVER= 0.0-8
|
||||||
|
|
||||||
post-extract:
|
USE_LANGUAGES= # none
|
||||||
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
|
||||||
|
|
||||||
.include "../../math/R/Makefile.extension"
|
.include "../../math/R/Makefile.extension"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.4 2015/11/03 23:33:28 agc Exp $
|
$NetBSD: distinfo,v 1.5 2019/07/31 19:17:39 brook Exp $
|
||||||
|
|
||||||
SHA1 (R/combinat_0.0-8.tar.gz) = e6304b28245ee27747ded378406f64c106e8389b
|
SHA1 (R/combinat_0.0-8.tar.gz) = 8ddc471779384bff479013e6c5c3a1dbb0ee138b
|
||||||
RMD160 (R/combinat_0.0-8.tar.gz) = eee75e95af8ada7987aa26336a1faa34aad5a2ca
|
RMD160 (R/combinat_0.0-8.tar.gz) = 66a1a842b0eb2c1b9ba03186bb1a054a9e636a1b
|
||||||
SHA512 (R/combinat_0.0-8.tar.gz) = 4fd5d354f7c48b56ad918e666b04d36a7ee56cfd699a5c2b60dae4908de448403b3f71884a4ac7769eb4df4354c749fc15d0fecb648c16e65bf670d2a709e625
|
SHA512 (R/combinat_0.0-8.tar.gz) = 57e52b6f6bdc08d9d3647ffeca1c0d34a8da727feb1c4a26442155b6399c79f4ef55563af9706181a9c725d68e6de93d8e9003fa643d28b88acf006e04ac7d22
|
||||||
Size (R/combinat_0.0-8.tar.gz) = 7973 bytes
|
Size (R/combinat_0.0-8.tar.gz) = 9197 bytes
|
||||||
|
|
Loading…
Reference in a new issue