pkgsrc-Changes-HG archive

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

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



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

description:
hs-tasty-hunit: Import version 0.10.0.2

diffstat:

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

diffs (74 lines):

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



Home | Main Index | Thread Index | Old Index