From 20902803355c74da169e677ea1979d9aba5b8990 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 8 May 2011 19:03:47 +0000 Subject: [PATCH] HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java. WWW: http://hunit.sourceforge.net Approved by: pgj (mentor) Obtained from: FreeBSD Haskell --- devel/hs-HUnit/Makefile | 22 ++++++++++++++++++++++ devel/hs-HUnit/distinfo | 2 ++ devel/hs-HUnit/pkg-descr | 4 ++++ 3 files changed, 28 insertions(+) create mode 100644 devel/hs-HUnit/Makefile create mode 100644 devel/hs-HUnit/distinfo create mode 100644 devel/hs-HUnit/pkg-descr diff --git a/devel/hs-HUnit/Makefile b/devel/hs-HUnit/Makefile new file mode 100644 index 000000000000..02ac4f8135f2 --- /dev/null +++ b/devel/hs-HUnit/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-HUnit +# Date created: 2010-08-10 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= HUnit +PORTVERSION= 1.2.2.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Unit testing framework for Haskell + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include diff --git a/devel/hs-HUnit/distinfo b/devel/hs-HUnit/distinfo new file mode 100644 index 000000000000..5fb60721c07d --- /dev/null +++ b/devel/hs-HUnit/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/HUnit-1.2.2.3.tar.gz) = bf6bb9b7ec3415c6279af5629fd0f40dd2f67110edea4fdd2a70791280361195 +SIZE (cabal/HUnit-1.2.2.3.tar.gz) = 22665 diff --git a/devel/hs-HUnit/pkg-descr b/devel/hs-HUnit/pkg-descr new file mode 100644 index 000000000000..fb6d374b6fb2 --- /dev/null +++ b/devel/hs-HUnit/pkg-descr @@ -0,0 +1,4 @@ +HUnit is a unit testing framework for Haskell, inspired by the JUnit +tool for Java. + +WWW: http://hunit.sourceforge.net