[64892] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 10:45:04 PDT 2010


Revision: 64892
          http://trac.macports.org/changeset/64892
Author:   gwright at macports.org
Date:     2010-03-16 10:45:03 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port: hs-vector.  Fast arrays in haskell.

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

Added: trunk/dports/devel/hs-vector/Portfile
===================================================================
--- trunk/dports/devel/hs-vector/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-vector/Portfile	2010-03-16 17:45:03 UTC (rev 64892)
@@ -0,0 +1,28 @@
+# $Id: Portfile 45942 2009-01-25 22:45:59Z blb at macports.org $
+
+PortSystem 1.0
+
+PortGroup           haskell 1.0
+haskell.setup       vector 0.5
+maintainers         nomaintainer
+description         Efficient arrays for Haskell
+long_description \
+	An efficient implementation of Int-indexed arrays with a	\
+	powerful loop fusion framework.
+
+platforms           darwin
+
+checksums	md5     5d542552ea3fc3ecaca0823f47530bab \
+		sha1    bcd96da6cd3edeae4e1c2a9cefd0c7acd803b0d2 \
+		rmd160  72e09b2d2e418ed4121605b1282a50b9c16806da
+
+depends_lib	port:ghc		\
+		port:hs-primitive
+
+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/881e65bb/attachment.html>


More information about the macports-changes mailing list