Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B18237A494 for ; Mon, 2 May 2016 02:29:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6158C85EBC; Mon, 2 May 2016 02:29:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E471285E5A for ; Mon, 2 May 2016 02:29:14 +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 5U6i7ocvduwN for ; Mon, 2 May 2016 02:29:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89EA384CED for ; Mon, 2 May 2016 02:29:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84AB9FBBA; Mon, 2 May 2016 02:29:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 2 May 2016 02:29:14 +0000 From: "Stoned Elipot" Subject: CVS commit: pkgsrc/devel/bats To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org X-Mailer: log_accum Message-Id: <20160502022914.84AB9FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: seb Date: Mon May 2 02:29:14 UTC 2016 Added Files: pkgsrc/devel/bats: DESCR Makefile PLIST distinfo pkgsrc/devel/bats/patches: patch-install.sh Log Message: Add bats version 0.4.0 in the NetBSD Packages Collection. Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. A Bats test file is a Bash script with special syntax for defining test cases. Under the hood, each test case is just a function with a description. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/bats/DESCR pkgsrc/devel/bats/Makefile \ pkgsrc/devel/bats/PLIST pkgsrc/devel/bats/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/bats/patches/patch-install.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.