[64897] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 12:27:02 PDT 2010


Revision: 64897
          http://trac.macports.org/changeset/64897
Author:   gwright at macports.org
Date:     2010-03-16 12:27:02 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port: hs-storable-complex.  Storable instances of complex numbers.

Added Paths:
-----------
    trunk/dports/devel/hs-storable-complex/
    trunk/dports/devel/hs-storable-complex/Portfile

Added: trunk/dports/devel/hs-storable-complex/Portfile
===================================================================
--- trunk/dports/devel/hs-storable-complex/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-storable-complex/Portfile	2010-03-16 19:27:02 UTC (rev 64897)
@@ -0,0 +1,28 @@
+# $Id: Portfile 40948 2008-10-18 20:05:04Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+PortGroup	haskell 1.0
+haskell.setup	storable-complex 0.2.1
+maintainers	gwright
+platforms	darwin
+
+description	Storable instance for Complex
+long_description	\
+		Provides a Storable instance for Complex which is	\
+		binary compatible with C99, C++ and Fortran complex	\
+		data types. 
+
+checksums	md5     bbcbc9e33a5914dfb7264803fb601723 \
+		sha1    5775d46c2a84b849eb87a8cd3f4d34e26f077af9 \
+		rmd160  7239ebf07f9b7fe1f6c6d2e73057d87535dac954
+
+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/e10e6d20/attachment.html>


More information about the macports-changes mailing list