pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-assertthat



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Feb 26 17:31:26 UTC 2018

Added Files:
        pkgsrc/devel/R-assertthat: DESCR Makefile distinfo

Log Message:
devel/R-assertthat: Import version 0.2.0

assertthat is an extension to stopifnot() that makes it easy to
declare the pre and post conditions that you code should satisfy,
while also producing friendly error messages so that your users know
what they've done wrong.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-assertthat/DESCR \
    pkgsrc/devel/R-assertthat/Makefile pkgsrc/devel/R-assertthat/distinfo

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

Added files:

Index: pkgsrc/devel/R-assertthat/DESCR
diff -u /dev/null pkgsrc/devel/R-assertthat/DESCR:1.1
--- /dev/null   Mon Feb 26 17:31:26 2018
+++ pkgsrc/devel/R-assertthat/DESCR     Mon Feb 26 17:31:26 2018
@@ -0,0 +1,4 @@
+assertthat is an extension to stopifnot() that makes it easy to
+declare the pre and post conditions that you code should satisfy,
+while also producing friendly error messages so that your users know
+what they've done wrong.
Index: pkgsrc/devel/R-assertthat/Makefile
diff -u /dev/null pkgsrc/devel/R-assertthat/Makefile:1.1
--- /dev/null   Mon Feb 26 17:31:26 2018
+++ pkgsrc/devel/R-assertthat/Makefile  Mon Feb 26 17:31:26 2018
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/02/26 17:31:26 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/assertthat/
+COMMENT=       Easy pre and post assertions
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     assertthat
+R_PKGVER=      0.2.0
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-assertthat/distinfo
diff -u /dev/null pkgsrc/devel/R-assertthat/distinfo:1.1
--- /dev/null   Mon Feb 26 17:31:26 2018
+++ pkgsrc/devel/R-assertthat/distinfo  Mon Feb 26 17:31:26 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/26 17:31:26 minskim Exp $
+
+SHA1 (R/assertthat_0.2.0.tar.gz) = 53ac38c4449cad0c499ed07f5c332214371ce4a3
+RMD160 (R/assertthat_0.2.0.tar.gz) = 1edf9e7415b501b4987b312aa53069709dfef413
+SHA512 (R/assertthat_0.2.0.tar.gz) = 5b5e85f463d5c7390204f20fff2b6a1b0b384577dc02f1e3dabdb2cee8173e392711abe3d0bdbfe36ccd381870e1baeca194120d80ec807d688d3b1eed1dfc38
+Size (R/assertthat_0.2.0.tar.gz) = 11612 bytes



Home | Main Index | Thread Index | Old Index