pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel hs-tasty: Import version 1.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8d3564184f9
branches:  trunk
changeset: 426358:a8d3564184f9
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 30 16:51:08 2020 +0000

description:
hs-tasty: Import version 1.2.3

diffstat:

 devel/Makefile               |   3 ++-
 devel/hs-tasty/DESCR         |  17 +++++++++++++++++
 devel/hs-tasty/Makefile      |  18 ++++++++++++++++++
 devel/hs-tasty/buildlink3.mk |  13 +++++++++++++
 devel/hs-tasty/distinfo      |   6 ++++++
 5 files changed, 56 insertions(+), 1 deletions(-)

diffs (87 lines):

diff -r 76091f901e19 -r a8d3564184f9 devel/Makefile
--- a/devel/Makefile    Mon Mar 30 16:50:31 2020 +0000
+++ b/devel/Makefile    Mon Mar 30 16:51:08 2020 +0000
@@ -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-syb
 SUBDIR+=       hs-tabular
 SUBDIR+=       hs-tagged
+SUBDIR+=       hs-tasty
 SUBDIR+=       hs-terminal-size
 SUBDIR+=       hs-tf-random
 SUBDIR+=       hs-th-abstraction
diff -r 76091f901e19 -r a8d3564184f9 devel/hs-tasty/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tasty/DESCR      Mon Mar 30 16:51:08 2020 +0000
@@ -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
diff -r 76091f901e19 -r a8d3564184f9 devel/hs-tasty/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tasty/Makefile   Mon Mar 30 16:51:08 2020 +0000
@@ -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@localhost
+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"
diff -r 76091f901e19 -r a8d3564184f9 devel/hs-tasty/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tasty/buildlink3.mk      Mon Mar 30 16:51:08 2020 +0000
@@ -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
diff -r 76091f901e19 -r a8d3564184f9 devel/hs-tasty/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tasty/distinfo   Mon Mar 30 16:51:08 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index