Received: by mail.netbsd.org (Postfix, from userid 605) id 0FA1084E09; Mon, 30 Mar 2020 16:51:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AC1484D32 for ; Mon, 30 Mar 2020 16:51:44 +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 L8hVXTTJSE47 for ; Mon, 30 Mar 2020 16:51:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DFD4484D2D for ; Mon, 30 Mar 2020 16:51:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD6B4FB27; Mon, 30 Mar 2020 16:51:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158558710344110" MIME-Version: 1.0 Date: Mon, 30 Mar 2020 16:51:43 +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: <20200330165143.DD6B4FB27@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. --_----------=_158558710344110 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:43 UTC 2020 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/hs-tasty-hunit: DESCR Makefile buildlink3.mk distinfo Log Message: hs-tasty-hunit: Import version 0.10.0.2 To generate a diff of this commit: cvs rdiff -u -r1.3083 -r1.3084 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-tasty-hunit/DESCR \ pkgsrc/devel/hs-tasty-hunit/Makefile \ pkgsrc/devel/hs-tasty-hunit/buildlink3.mk \ pkgsrc/devel/hs-tasty-hunit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158558710344110 Content-Disposition: inline Content-Length: 3166 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3083 pkgsrc/devel/Makefile:1.3084 --- pkgsrc/devel/Makefile:1.3083 Mon Mar 30 16:51:08 2020 +++ pkgsrc/devel/Makefile Mon Mar 30 16:51:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3083 2020/03/30 16:51:08 riastradh Exp $ +# $NetBSD: Makefile,v 1.3084 2020/03/30 16:51:43 riastradh Exp $ # COMMENT= Development utilities @@ -570,6 +570,7 @@ SUBDIR+= hs-syb SUBDIR+= hs-tabular SUBDIR+= hs-tagged SUBDIR+= hs-tasty +SUBDIR+= hs-tasty-hunit SUBDIR+= hs-terminal-size SUBDIR+= hs-tf-random SUBDIR+= hs-th-abstraction Added files: Index: pkgsrc/devel/hs-tasty-hunit/DESCR diff -u /dev/null pkgsrc/devel/hs-tasty-hunit/DESCR:1.1 --- /dev/null Mon Mar 30 16:51:43 2020 +++ pkgsrc/devel/hs-tasty-hunit/DESCR Mon Mar 30 16:51:43 2020 @@ -0,0 +1,6 @@ +HUnit support for the Tasty test framework. + +Note that this package does not depend on HUnit but implements the +relevant subset of its API. The name is a legacy of the early +versions of tasty-hunit and of test-framework-hunit, which did depend +on HUnit. Index: pkgsrc/devel/hs-tasty-hunit/Makefile diff -u /dev/null pkgsrc/devel/hs-tasty-hunit/Makefile:1.1 --- /dev/null Mon Mar 30 16:51:43 2020 +++ pkgsrc/devel/hs-tasty-hunit/Makefile Mon Mar 30 16:51:43 2020 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/03/30 16:51:43 riastradh Exp $ + +DISTNAME= tasty-hunit-0.10.0.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=tasty-hunit-${PKGVERSION_NOREV}/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/feuerbach/tasty +COMMENT= HUnit support for the Tasty test framework +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../devel/hs-tasty/buildlink3.mk" +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-tasty-hunit/buildlink3.mk diff -u /dev/null pkgsrc/devel/hs-tasty-hunit/buildlink3.mk:1.1 --- /dev/null Mon Mar 30 16:51:43 2020 +++ pkgsrc/devel/hs-tasty-hunit/buildlink3.mk Mon Mar 30 16:51:43 2020 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:51:43 riastradh Exp $ + +BUILDLINK_TREE+= hs-tasty-hunit + +.if !defined(HS_TASTY_HUNIT_BUILDLINK3_MK) +HS_TASTY_HUNIT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-tasty-hunit+= hs-tasty-hunit>=0.10.0.2 +BUILDLINK_ABI_DEPENDS.hs-tasty-hunit+= hs-tasty-hunit>=0.10.0.2 +BUILDLINK_PKGSRCDIR.hs-tasty-hunit?= ../../devel/hs-tasty-hunit +.endif # HS_TASTY_HUNIT_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-tasty-hunit Index: pkgsrc/devel/hs-tasty-hunit/distinfo diff -u /dev/null pkgsrc/devel/hs-tasty-hunit/distinfo:1.1 --- /dev/null Mon Mar 30 16:51:43 2020 +++ pkgsrc/devel/hs-tasty-hunit/distinfo Mon Mar 30 16:51:43 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/30 16:51:43 riastradh Exp $ + +SHA1 (tasty-hunit-0.10.0.2.tar.gz) = f3e97ad2b17627e1876e593fc725a892bddda8b4 +RMD160 (tasty-hunit-0.10.0.2.tar.gz) = f88e9b16d141e7412705bdb6334b47000c62255a +SHA512 (tasty-hunit-0.10.0.2.tar.gz) = 82f70cd7813affeb756de89842a77070e688169eb35a386fbc4db36b65d8c960bca7b923294918e10b65281d3265820f9592398550af8af92027960d48562fd0 +Size (tasty-hunit-0.10.0.2.tar.gz) = 7403 bytes --_----------=_158558710344110--