[64891] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 10:44:40 PDT 2010


Revision: 64891
          http://trac.macports.org/changeset/64891
Author:   gwright at macports.org
Date:     2010-03-16 10:44:39 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port: hs-primitive.  Wrappers for ghc's internal array access operations.

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

Added: trunk/dports/devel/hs-primitive/Portfile
===================================================================
--- trunk/dports/devel/hs-primitive/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-primitive/Portfile	2010-03-16 17:44:39 UTC (rev 64891)
@@ -0,0 +1,27 @@
+# $Id: Portfile 45942 2009-01-25 22:45:59Z blb at macports.org $
+
+PortSystem 1.0
+
+PortGroup           haskell 1.0
+haskell.setup       primitive 0.2.1
+maintainers         nomaintainer
+description         Wrappers for primitive operations
+long_description \
+	This package provides wrappers for primitive array operations	\
+	from GHC.Prim. 
+
+platforms           darwin
+
+checksums	md5     ed1b3e55366634242c0083ea5879bc16 \
+		sha1    297e5b01c479dbe1411a529baff6cad3c8ab6748 \
+		rmd160  e6c2f6dc0386daab0522f50105382d6b3fec1668
+
+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/1b1dd849/attachment-0001.html>


More information about the macports-changes mailing list