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: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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index