Received: by mail.netbsd.org (Postfix, from userid 605) id AFEDB84E40; Mon, 26 Feb 2018 17:31:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EA1084DE3 for ; Mon, 26 Feb 2018 17:31:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eNI5hs3AszLE for ; Mon, 26 Feb 2018 17:31:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 940C884D63 for ; Mon, 26 Feb 2018 17:31:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C1FEFB40; Mon, 26 Feb 2018 17:31:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519666286179500" MIME-Version: 1.0 Date: Mon, 26 Feb 2018 17:31:26 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/R-assertthat To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180226173126.8C1FEFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519666286179500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1519666286179500 Content-Disposition: inline Content-Length: 1731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1519666286179500--