[97630] trunk/dports/lang/Io/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 10 01:29:13 PDT 2012


Revision: 97630
          https://trac.macports.org/changeset/97630
Author:   ryandesign at macports.org
Date:     2012-09-10 01:29:10 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
Io: whitespace changes; add modeline

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

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2012-09-10 07:57:16 UTC (rev 97629)
+++ trunk/dports/lang/Io/Portfile	2012-09-10 08:29:10 UTC (rev 97630)
@@ -1,26 +1,28 @@
+# -*- 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
 PortGroup               github 1.0
 PortGroup               cmake 1.0
 
 github.setup            stevedekorte io 2011.09.12
 revision                6
 name                    Io
-categories      lang
+categories              lang
 # mostly BSD, but some LGPL and GPL files
 license                 GPL-2
-platforms       macosx
+platforms               macosx
 maintainers             nomaintainer
 
-description     Io is small prototype-based programming language
-long_description \
-    Io is small prototype-based programming language. The ideas in Io are   \
-    mostly inspired by Smalltalk (all values are objects), Self,            \
-    NewtonScript and Act1 (prototype-based differential inheritance, actors \
-    and futures for concurrency), LISP (code is a runtime inspectable /     \
-    modifiable tree) and Lua (small, embeddable).
+description             Io is small prototype-based programming language
 
+long_description        ${description}. The ideas in Io are mostly inspired \
+                        by Smalltalk (all values are objects), Self, \
+                        NewtonScript and Act1 (prototype-based differential \
+                        inheritance, actors and futures for concurrency), \
+                        LISP (code is a runtime inspectable / modifiable \
+                        tree) and Lua (small, embeddable).
+
 homepage                http://www.iolanguage.com/
 
 checksums               rmd160  3d72e02ba4b43cbecac150cbd9d744306633eb2f \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/de040c4f/attachment.html>


More information about the macports-changes mailing list