Initial commit.

Tests and assertions to perform frequent argument checks. A
substantial part of the package was written in C to minimize any
worries about execution time overhead.
This commit is contained in:
brook 2019-07-30 22:31:32 +00:00
parent 710246e9a0
commit 037beb485e
5 changed files with 31 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2869 2019/07/25 16:48:41 ryoon Exp $
# $NetBSD: Makefile,v 1.2870 2019/07/30 22:31:32 brook Exp $
#
COMMENT= Development utilities
@ -21,6 +21,7 @@ SUBDIR+= R-bindr
SUBDIR+= R-bit
SUBDIR+= R-bit64
SUBDIR+= R-blob
SUBDIR+= R-checkmate
SUBDIR+= R-cli
SUBDIR+= R-crayon
SUBDIR+= R-evaluate

3
devel/R-checkmate/DESCR Normal file
View file

@ -0,0 +1,3 @@
Tests and assertions to perform frequent argument checks. A
substantial part of the package was written in C to minimize any
worries about execution time overhead.

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2019/07/30 22:31:32 brook Exp $
CATEGORIES= devel R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/checkmate/
COMMENT= Fast and versatile argument checks
LICENSE= modified-bsd
R_PKGNAME= checkmate
R_PKGVER= 1.9.4
DEPENDS+= R-backports>=1.1.0:../../math/R-backports
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/07/30 22:31:32 brook Exp $
SHA1 (R/checkmate_1.9.4.tar.gz) = 12e769c45d1c96773f7a2c11fda2125dc633d898
RMD160 (R/checkmate_1.9.4.tar.gz) = b0cd4685baad21de2f106df2edfd1937c7a83f72
SHA512 (R/checkmate_1.9.4.tar.gz) = c07c8691400ff4285de7669b3467b5ae489fcac0c1ce72c3e245e474889d513654ad7c7689f8946d1728d170f2a8c1ae54817f8e221d93b514255fe757fbf32b
Size (R/checkmate_1.9.4.tar.gz) = 214038 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2019,v 1.3080 2019/07/30 22:26:11 brook Exp $
$NetBSD: CHANGES-2019,v 1.3081 2019/07/30 22:31:32 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@ -5036,3 +5036,4 @@ Changes to the packages collection and infrastructure in 2019:
Removed graphics/opencv2 successor graphics/opencv [nia 2019-07-30]
Updated pkgtools/pkglint to 5.7.17 [rillig 2019-07-30]
Added archivers/R-zip version 2.0.3 [brook 2019-07-30]
Added devel/R-checkmate version 1.9.4 [brook 2019-07-30]