Subject: CVS commit: pkgsrc/devel/hugs-HUnit
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2006 18:53:21
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Aug  3 18:53:21 UTC 2006

Update of /cvsroot/pkgsrc/devel/hugs-HUnit
In directory ivanova.netbsd.org:/tmp/cvs-serv16254

Log Message:
Initial addition of hugs-HUnit, version 1.1.20060515:

HUnit is a unit testing framework for Haskell inspired in the JUnit tool
for Java.

A test-centered methodology for software development is most effective
when tests are easy to create, change, and execute.  The JUnit tool
pioneered support for test-first development in Java.  HUnit is an
adaptation of JUnit to Haskell, a general-purpose, purely functional
programming language.

With HUnit (as with JUnit) you can easily create tests, name them, group
them into suites, and execute them, with the framework checking the
results automatically.  Test specification in HUnit is even more concise
and flexible than in JUnit, thanks to the nature of the Haskell language.
HUnit currently includes only a text-based test controller, but the
framework is designed for easy extension.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/hugs-HUnit/DESCR
N pkgsrc/devel/hugs-HUnit/Makefile
N pkgsrc/devel/hugs-HUnit/PLIST
N pkgsrc/devel/hugs-HUnit/distinfo

No conflicts created by this import