[64896] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 12:26:35 PDT 2010


Revision: 64896
          http://trac.macports.org/changeset/64896
Author:   gwright at macports.org
Date:     2010-03-16 12:26:32 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port: hs-process, library for interacting with system processes.

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

Added: trunk/dports/devel/hs-process/Portfile
===================================================================
--- trunk/dports/devel/hs-process/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-process/Portfile	2010-03-16 19:26:32 UTC (rev 64896)
@@ -0,0 +1,26 @@
+# $Id: Portfile 40948 2008-10-18 20:05:04Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+PortGroup	haskell 1.0
+haskell.setup	process 1.0.1.2
+maintainers	gwright
+platforms	darwin
+
+description	Process library for haskell
+long_description	\
+	Libraries for dealing with system processes.
+
+checksums	md5     0b08b811d969b965d7b8b3f383b24526 \
+		sha1    bf8d28c52659d0d3fe7b111da382a1a93169a2ad \
+		rmd160  3ad7742952b4f2c940906e71a3d4ff29c4b12262
+
+depends_lib	port:ghc
+
+universal_variant	no
+
+configure.args-append	-v --enable-library-profiling	\
+			--with-gcc=${configure.cc}
+
+build.args-append	-v
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/659183f6/attachment.html>


More information about the macports-changes mailing list