[104502] trunk/dports/devel/hs-HOC/Portfile

larryv at macports.org larryv at macports.org
Tue Mar 26 01:19:09 PDT 2013


Revision: 104502
          https://trac.macports.org/changeset/104502
Author:   larryv at macports.org
Date:     2013-03-26 01:19:09 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-HOC: Reformat to force archive rebuild.

Modified Paths:
--------------
    trunk/dports/devel/hs-HOC/Portfile

Modified: trunk/dports/devel/hs-HOC/Portfile
===================================================================
--- trunk/dports/devel/hs-HOC/Portfile	2013-03-26 08:13:50 UTC (rev 104501)
+++ trunk/dports/devel/hs-HOC/Portfile	2013-03-26 08:19:09 UTC (rev 104502)
@@ -1,30 +1,31 @@
+# -*- 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
-PortGroup       haskell 1.0
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-set rev         413
-haskell.setup   HOC 0.7-r${rev}
-name            hs-HOC
-revision        3
-license         MIT
-platforms       darwin
-maintainers     nomaintainer
-description     A Haskell to Objective-C binding
+set rev 413
+haskell.setup       HOC 0.7-r${rev}
+name                hs-HOC
+revision            3
+platforms           darwin
+license             MIT
+maintainers         nomaintainer
 
-long_description \
-    HOC is a Haskell to Objective-C binding. In a nutshell, it enables you to \
-    use Objective-C objects and frameworks from Haskell, and also enables you \
-    to write Objective-C objects in Haskell.
+description         A Haskell to Objective-C binding
+long_description    HOC is a Haskell to Objective-C binding. In \
+                    a nutshell, it enables you to use Objective-C \
+                    objects and frameworks from Haskell, and also \
+                    enables you to write Objective-C objects in Haskell.
 
-homepage        http://code.google.com/p/hoc/
-fetch.type      svn
-svn.url         http://hoc.googlecode.com/svn/trunk/hoc
-svn.revision    ${rev}
+homepage            http://code.google.com/p/hoc/
+fetch.type          svn
+svn.url             http://hoc.googlecode.com/svn/trunk/hoc
+svn.revision        ${rev}
 
-worksrcdir      hoc
+worksrcdir          hoc
 
-patchfiles      patch-InterfaceGenerator2-Parser.hs.diff
+patchfiles          patch-InterfaceGenerator2-Parser.hs.diff
 
 post-patch {
     reinplace "s:\"HOC-\" ++ fn ++ \"/\":\"${prefix}/share/HOC/\":" \
@@ -38,17 +39,14 @@
         ${worksrcpath}/Setup.hs
 }
 
-depends_build-append \
-    port:hs-binary \
-    port:hs-parsec \
-    port:hs-platform-fgl \
-    port:libffi \
-    port:pkgconfig
+depends_build-append    port:hs-binary \
+                        port:hs-parsec \
+                        port:hs-platform-fgl \
+                        port:libffi \
+                        port:pkgconfig
 
-depends_lib-append \
-    port:gmp
+depends_lib-append      port:gmp
 
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name} \
-    --extra-lib-dirs=${prefix}/lib \
-    --flags="BinaryInterfaces ObjCv2"
+configure.args-append   --docdir=${prefix}/share/doc/${name} \
+                        --extra-lib-dirs=${prefix}/lib \
+                        --flags="BinaryInterfaces ObjCv2"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130326/fe99a98f/attachment.html>


More information about the macports-changes mailing list