pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Tue Jul 30 22:31:33 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-checkmate: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2869 -r1.2870 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-checkmate/DESCR \
    pkgsrc/devel/R-checkmate/Makefile pkgsrc/devel/R-checkmate/distinfo
cvs rdiff -u -r1.3080 -r1.3081 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2869 pkgsrc/devel/Makefile:1.2870
--- pkgsrc/devel/Makefile:1.2869        Thu Jul 25 16:48:41 2019
+++ pkgsrc/devel/Makefile       Tue Jul 30 22:31:32 2019
@@ -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

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3080 pkgsrc/doc/CHANGES-2019:1.3081
--- pkgsrc/doc/CHANGES-2019:1.3080      Tue Jul 30 22:26:11 2019
+++ pkgsrc/doc/CHANGES-2019     Tue Jul 30 22:31:32 2019
@@ -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 i
        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]

Added files:

Index: pkgsrc/devel/R-checkmate/DESCR
diff -u /dev/null pkgsrc/devel/R-checkmate/DESCR:1.1
--- /dev/null   Tue Jul 30 22:31:33 2019
+++ pkgsrc/devel/R-checkmate/DESCR      Tue Jul 30 22:31:32 2019
@@ -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.
Index: pkgsrc/devel/R-checkmate/Makefile
diff -u /dev/null pkgsrc/devel/R-checkmate/Makefile:1.1
--- /dev/null   Tue Jul 30 22:31:33 2019
+++ pkgsrc/devel/R-checkmate/Makefile   Tue Jul 30 22:31:32 2019
@@ -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@localhost
+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"
Index: pkgsrc/devel/R-checkmate/distinfo
diff -u /dev/null pkgsrc/devel/R-checkmate/distinfo:1.1
--- /dev/null   Tue Jul 30 22:31:33 2019
+++ pkgsrc/devel/R-checkmate/distinfo   Tue Jul 30 22:31:32 2019
@@ -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



Home | Main Index | Thread Index | Old Index