[66818] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Thu Apr 22 21:05:10 PDT 2010


Revision: 66818
          http://trac.macports.org/changeset/66818
Author:   ryandesign at macports.org
Date:     2010-04-22 21:05:08 -0700 (Thu, 22 Apr 2010)
Log Message:
-----------
gf: new port; version 3.1; see #24256

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

Added: trunk/dports/lang/gf/Portfile
===================================================================
--- trunk/dports/lang/gf/Portfile	                        (rev 0)
+++ trunk/dports/lang/gf/Portfile	2010-04-23 04:05:08 UTC (rev 66818)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+
+name                gf
+version             3.1
+categories          lang
+maintainers         upc.edu:jordi.saludes
+platforms           darwin
+description         Grammatical Framework
+long_description    GF, Grammatical Framework, is a programming language \
+                    for multilingual grammar applications.
+homepage            http://www.grammaticalframework.org/
+master_sites        ${homepage}download/
+extract.suffix      -src.tar.gz
+
+checksums           md5     6691df5ffbc48ccc6983b07f9b7e766b \
+                    sha1    14ae263c031cdc03af76885d3ed588dcb0a92820 \
+                    rmd160  d9770a3ec8c9e963b8e8c58e38e23073e33390bc
+
+depends_lib         port:ghc
+
+universal_variant   no
+
+configure {
+    system "cd ${worksrcpath} && runghc Setup configure --prefix=${prefix}"
+}
+
+build {
+    system "cd ${worksrcpath} && runghc Setup build"
+}
+
+destroot {
+    system "cd ${worksrcpath} && runghc Setup copy --destdir=${destroot}"
+}


Property changes on: trunk/dports/lang/gf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100422/fa7598cb/attachment.html>


More information about the macports-changes mailing list