[129696] trunk/dports/devel/fbuild/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 15:00:34 PST 2014


Revision: 129696
          https://trac.macports.org/changeset/129696
Author:   larryv at macports.org
Date:     2014-12-18 15:00:34 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
fbuild: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/devel/fbuild/Portfile

Modified: trunk/dports/devel/fbuild/Portfile
===================================================================
--- trunk/dports/devel/fbuild/Portfile	2014-12-18 23:00:32 UTC (rev 129695)
+++ trunk/dports/devel/fbuild/Portfile	2014-12-18 23:00:34 UTC (rev 129696)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,21 +6,22 @@
 name                fbuild
 version             0.1
 categories          devel python
+platforms           darwin
 maintainers         nomaintainer
+
 description         Software build system
-long_description    Fbuild is a cross platform multilanguage build system that \
-                    uses a caching build system instead of tree evaluation like \
-                    Make.
-platforms           darwin
+long_description    Fbuild is a cross platform multilanguage build \
+                    system that uses a caching build system instead of \
+                    tree evaluation like Make.
 homepage            http://www.felix-lang.org/
+
+depends_lib         port:python31
+
 master_sites        sourceforge:felix
-
 checksums           md5     e335c52eaeec1c735413e8a3cf95a93c \
                     sha1    c1be73703aa64369962c9edc057fa65eb7f9c5df \
                     rmd160  151f89291cc393d5ce89f7bea08bea5da95de0b1
 
-depends_lib         port:python31
-
 use_configure       no
 
 build.cmd           ${prefix}/bin/python3.1 setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/8f42ab27/attachment.html>


More information about the macports-changes mailing list