[134455] trunk/dports/lang/gforth/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Wed Mar 25 13:35:37 PDT 2015


Revision: 134455
          https://trac.macports.org/changeset/134455
Author:   ctreleaven at macports.org
Date:     2015-03-25 13:35:37 -0700 (Wed, 25 Mar 2015)
Log Message:
-----------
gforth:  whitespace only

Modified Paths:
--------------
    trunk/dports/lang/gforth/Portfile

Modified: trunk/dports/lang/gforth/Portfile
===================================================================
--- trunk/dports/lang/gforth/Portfile	2015-03-25 20:28:25 UTC (rev 134454)
+++ trunk/dports/lang/gforth/Portfile	2015-03-25 20:35:37 UTC (rev 134455)
@@ -1,14 +1,14 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name             gforth
-version          0.7.3
-categories       lang
-license          GPL-3+
-maintainers      ctreleaven openmaintainer
+name                gforth
+version             0.7.3
+categories          lang
+license             GPL-3+
+maintainers         ctreleaven openmaintainer
 
-description      fast and portable implementation of the ANS Forth language
+description         fast and portable implementation of the ANS Forth language
 long_description \
     Gforth is a fast and portable implementation of the ANS Forth \
     language. It works nicely with the Emacs editor, offers some \
@@ -17,27 +17,26 @@
     a manual. Gforth employs traditional implementation \
     techniques: its inner interpreter is indirect or direct threaded.
 
-homepage         http://www.gnu.org/software/gforth/
-platforms        darwin
-master_sites     gnu
+homepage            http://www.gnu.org/software/gforth/
+platforms           darwin
+master_sites        gnu
 
 checksums           md5     ff484391e5cdf405867fcf96341820ab \
                     sha1    4ef40d8427249b4367ac5e8965b55ca113c18baa
 
-depends_lib      port:libtool \
-                 port:libffi
+depends_lib         port:libtool \
+                    port:libffi
 
 patchfiles          patch-clang_bad_flags.diff
 
 use_autoconf        yes
 
+test.run            yes
+test.cmd            make
+test.target         check bench
 
-test.run         yes
-test.cmd         make
-test.target      check bench
+use_parallel_build  no
 
-use_parallel_build no
-
 post-destroot {
   file delete -force ${destroot}${prefix}/share/info/dir
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150325/49d174b4/attachment.html>


More information about the macports-changes mailing list