pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



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.

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@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"
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



Home | Main Index | Thread Index | Old Index