Received: by mail.netbsd.org (Postfix, from userid 605) id 4BD8B84E04; Mon, 30 Mar 2020 16:51:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8F0D84D32 for ; Mon, 30 Mar 2020 16:51:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Oe0265oO-hbJ for ; Mon, 30 Mar 2020 16:51:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A8FF84D2D for ; Mon, 30 Mar 2020 16:51:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 383F0FB27; Mon, 30 Mar 2020 16:51:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15855870694850" MIME-Version: 1.0 Date: Mon, 30 Mar 2020 16:51:09 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20200330165109.383F0FB27@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. --_----------=_15855870694850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Mon Mar 30 16:51:09 UTC 2020 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/hs-tasty: DESCR Makefile buildlink3.mk distinfo Log Message: hs-tasty: Import version 1.2.3 To generate a diff of this commit: cvs rdiff -u -r1.3082 -r1.3083 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-tasty/DESCR \ pkgsrc/devel/hs-tasty/Makefile pkgsrc/devel/hs-tasty/buildlink3.mk \ pkgsrc/devel/hs-tasty/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15855870694850 Content-Disposition: inline Content-Length: 3493 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3082 pkgsrc/devel/Makefile:1.3083 --- pkgsrc/devel/Makefile:1.3082 Mon Mar 30 16:46:47 2020 +++ pkgsrc/devel/Makefile Mon Mar 30 16:51:08 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3082 2020/03/30 16:46:47 riastradh Exp $ +# $NetBSD: Makefile,v 1.3083 2020/03/30 16:51:08 riastradh Exp $ # COMMENT= Development utilities @@ -569,6 +569,7 @@ SUBDIR+= hs-streaming-commons SUBDIR+= hs-syb SUBDIR+= hs-tabular SUBDIR+= hs-tagged +SUBDIR+= hs-tasty SUBDIR+= hs-terminal-size SUBDIR+= hs-tf-random SUBDIR+= hs-th-abstraction Added files: Index: pkgsrc/devel/hs-tasty/DESCR diff -u /dev/null pkgsrc/devel/hs-tasty/DESCR:1.1 --- /dev/null Mon Mar 30 16:51:09 2020 +++ pkgsrc/devel/hs-tasty/DESCR Mon Mar 30 16:51:09 2020 @@ -0,0 +1,17 @@ +Tasty is a modern testing framework for Haskell. + +It lets you combine your unit tests, golden tests, +QuickCheck/SmallCheck properties, and any other types of tests into a +single test suite. + +Features: + +* Run tests in parallel but report results in a deterministic order +* Filter the tests to be run using patterns specified on the command + line +* Hierarchical, colored display of test results +* Reporting of test statistics +* Acquire and release resources (sockets, temporary files etc.) that + can be shared among several tests +* Extensibility: add your own test providers and ingredients (runners) + above and beyond those provided Index: pkgsrc/devel/hs-tasty/Makefile diff -u /dev/null pkgsrc/devel/hs-tasty/Makefile:1.1 --- /dev/null Mon Mar 30 16:51:09 2020 +++ pkgsrc/devel/hs-tasty/Makefile Mon Mar 30 16:51:09 2020 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2020/03/30 16:51:09 riastradh Exp $ + +DISTNAME= tasty-1.2.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=tasty-${PKGVERSION_NOREV}/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/feuerbach/tasty +COMMENT= Modern and extensible testing framework +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../devel/hs-optparse-applicative/buildlink3.mk" +.include "../../devel/hs-unbounded-delays/buildlink3.mk" +.include "../../mk/haskell.mk" +.include "../../textproc/hs-wcwidth/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-tasty/buildlink3.mk diff -u /dev/null pkgsrc/devel/hs-tasty/buildlink3.mk:1.1 --- /dev/null Mon Mar 30 16:51:09 2020 +++ pkgsrc/devel/hs-tasty/buildlink3.mk Mon Mar 30 16:51:09 2020 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:51:09 riastradh Exp $ + +BUILDLINK_TREE+= hs-tasty + +.if !defined(HS_TASTY_BUILDLINK3_MK) +HS_TASTY_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-tasty+= hs-tasty>=1.2.3 +BUILDLINK_ABI_DEPENDS.hs-tasty+= hs-tasty>=1.2.3 +BUILDLINK_PKGSRCDIR.hs-tasty?= ../../devel/hs-tasty +.endif # HS_TASTY_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-tasty Index: pkgsrc/devel/hs-tasty/distinfo diff -u /dev/null pkgsrc/devel/hs-tasty/distinfo:1.1 --- /dev/null Mon Mar 30 16:51:09 2020 +++ pkgsrc/devel/hs-tasty/distinfo Mon Mar 30 16:51:09 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/30 16:51:09 riastradh Exp $ + +SHA1 (tasty-1.2.3.tar.gz) = 292e41bbc001921706ee414aef111385a26947dd +RMD160 (tasty-1.2.3.tar.gz) = 927fb2ade24bd04a7165cce38504bb0de2c12ecd +SHA512 (tasty-1.2.3.tar.gz) = 3922fc19c3ed74b1a39f8e6dc5fe243a955ab55d2e9d08d68b0932dfa0d16cb1efbc73bb2d793c1226d56986141494ce0490c9af70e7e612d07da64d5e2ee472 +Size (tasty-1.2.3.tar.gz) = 49148 bytes --_----------=_15855870694850--