Subject: CVS commit: pkgsrc/devel/hugs-HUnit
From: Julio M. Merino Vidal
Date: 2006-08-03 20:53:21
Message id: 20060803185321.66091211CA@cvs.netbsd.org

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.


Files:
RevisionActionfile
1.1importpkgsrc/devel/hugs-HUnit/DESCR
1.1importpkgsrc/devel/hugs-HUnit/Makefile
1.1importpkgsrc/devel/hugs-HUnit/PLIST
1.1importpkgsrc/devel/hugs-HUnit/distinfo