[64797] trunk/dports/devel

gwright at macports.org gwright at macports.org
Mon Mar 15 12:51:04 PDT 2010


Revision: 64797
          http://trac.macports.org/changeset/64797
Author:   gwright at macports.org
Date:     2010-03-15 12:51:04 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
hs-HUnit is a unit testing framework for haskell.  This is the
development version; the stable version is hs-platform-HUnit.

Added Paths:
-----------
    trunk/dports/devel/hs-HUnit/
    trunk/dports/devel/hs-HUnit/Portfile

Added: trunk/dports/devel/hs-HUnit/Portfile
===================================================================
--- trunk/dports/devel/hs-HUnit/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-HUnit/Portfile	2010-03-15 19:51:04 UTC (rev 64797)
@@ -0,0 +1,25 @@
+# $Id: Portfile 40753 2008-10-14 05:58:30Z gwright at macports.org $
+
+PortSystem 1.0
+
+PortGroup	haskell 1.0
+haskell.setup	HUnit 1.2.2.1
+name		hs-HUnit
+maintainers	nomaintainer
+platforms	darwin
+
+description	A unit testing framework for Haskell (development version)
+long_description	\
+		HUnit is a unit testing framework for Haskell,		\
+		inspired by the JUnit tool for Java.
+ 
+checksums	md5     2634e94c27486f8e8feeb778f78c663f \
+		sha1    3c270a723608b4c8b3cb1420f3f0c7c39dbe6a79 \
+		rmd160  9b65f62acde0affa17cc8512bda2a9ffdefb4f13
+
+universal_variant	no
+
+configure.args-append	--enable-library-profiling -v	\
+			--with-gcc=${configure.cc}
+
+build.args-append	-v
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/004ab092/attachment.html>


More information about the macports-changes mailing list