[81041] trunk/dports/lang

takeshi at macports.org takeshi at macports.org
Sat Jul 23 22:16:16 PDT 2011


Revision: 81041
          http://trac.macports.org/changeset/81041
Author:   takeshi at macports.org
Date:     2011-07-23 22:16:15 -0700 (Sat, 23 Jul 2011)
Log Message:
-----------
chapel: adding a port

Added Paths:
-----------
    trunk/dports/lang/chapel/
    trunk/dports/lang/chapel/Portfile

Added: trunk/dports/lang/chapel/Portfile
===================================================================
--- trunk/dports/lang/chapel/Portfile	                        (rev 0)
+++ trunk/dports/lang/chapel/Portfile	2011-07-24 05:16:15 UTC (rev 81041)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                chapel
+version             1.3.0 
+categories          lang parallel science
+platforms           darwin
+maintainers         takeshi
+description         parallel programming language
+long_description \
+    Chapel is a new parallel programming language \
+    being developed by Cray Inc. as part of the DARPA-led \
+    High Productivity Computing Systems program (HPCS).
+license             BSD
+homepage            http://chapel.cray.com/
+master_sites        sourceforge
+
+checksums           md5     f98186898161ce61e7518b83938b9e96 \
+                    sha1    4ee8cfe3bb2c32ba1ecbd133987503ed1d2d4e97 \
+                    rmd160  94e0bbd99b291b681adddbd574529eaed952ffda
+
+worksrcdir          ${distname}/${name}
+use_configure       no
+use_parallel_build  no
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/bin/darwin/chpl ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/man/man1/chpl.1 ${destroot}${prefix}/share/man/man1
+    xinstall -d ${destroot}${prefix}/lib/${name}
+    foreach d "lib examples make modules util runtime" {
+      file copy ${worksrcpath}/${d} ${destroot}${prefix}/lib/${name}
+    }
+}
+
+notes \
+    " set CHPL_HOME to ${prefix}/lib/${name}\n\
+     set CHPL_HOST_PLATFORM to darwin"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110723/79d52add/attachment.html>


More information about the macports-changes mailing list