[142019] trunk/dports/lang/rexx/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 03:59:17 PST 2015


Revision: 142019
          https://trac.macports.org/changeset/142019
Author:   ryandesign at macports.org
Date:     2015-11-01 20:13:04 -0800 (Sun, 01 Nov 2015)
Log Message:
-----------
rexx: add modeline and adjust whitespace

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

Modified: trunk/dports/lang/rexx/Portfile
===================================================================
--- trunk/dports/lang/rexx/Portfile	2015-11-02 04:11:39 UTC (rev 142018)
+++ trunk/dports/lang/rexx/Portfile	2015-11-02 04:13:04 UTC (rev 142019)
@@ -1,33 +1,36 @@
+# -*- 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
+PortSystem          1.0
 
-name			rexx
-conflicts		oorexx
+name                rexx
+conflicts           oorexx
 version             3.9.1
 revision            1
-categories		lang
-license			LGPL
-platforms		darwin
-maintainers		nomaintainer
-description		Regina Rexx is an interpreter for the Rexx language
-long_description	Regina is an implementation of the 1996 ANSI Standard for \
-					the Rexx language. Rexx is designed to be an easily \
-					readable, but powerful scripting and embedded macro \
-					language.
+categories          lang
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL
 
-homepage		http://regina-rexx.sourceforge.net/
-master_sites	sourceforge:regina-rexx
-distname		Regina-REXX-${version}
+description         Regina Rexx is an interpreter for the Rexx language
 
+long_description    Regina is an implementation of the 1996 ANSI Standard for \
+                    the Rexx language. Rexx is designed to be an easily \
+                    readable, but powerful scripting and embedded macro \
+                    language.
+
+homepage            http://regina-rexx.sourceforge.net/
+master_sites        sourceforge:regina-rexx
+distname            Regina-REXX-${version}
+
 checksums           rmd160  45666e3304ad482cc543054ca9b6dcbbaee6d66d \
                     sha256  5d13df26987e27f25e7779a2efa87a5775213beeda449a9efac59b57a5d5f3ee
 
-patchfiles			patch-configure.diff
+patchfiles          patch-configure.diff
 
 configure.args      --without-arch
 
-use_parallel_build	no
+use_parallel_build  no
 
 post-destroot {
     delete ${destroot}${prefix}/etc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6bbc028d/attachment.html>


More information about the macports-changes mailing list