[64918] trunk/dports/editors/yi/Portfile

nox at macports.org nox at macports.org
Wed Mar 17 13:37:49 PDT 2010


Revision: 64918
          http://trac.macports.org/changeset/64918
Author:   nox at macports.org
Date:     2010-03-17 13:37:46 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Make whitespace changes to yi

Modified Paths:
--------------
    trunk/dports/editors/yi/Portfile

Modified: trunk/dports/editors/yi/Portfile
===================================================================
--- trunk/dports/editors/yi/Portfile	2010-03-17 18:54:27 UTC (rev 64917)
+++ trunk/dports/editors/yi/Portfile	2010-03-17 20:37:46 UTC (rev 64918)
@@ -1,34 +1,37 @@
 # $Id$
-PortSystem 1.0
 
-name                yi
-version             0.1.0
-categories          editors
-platforms           darwin
-maintainers         nomaintainer
+PortSystem      1.0
 
-description         the extensible Yi text editor
-long_description    Yi is a text editor written and extensible in Haskell. \
-                    The goal of the Yi project is to provide a flexible, \
-                    powerful and correct editor core scriptable in Haskell. \
-                    A principle of Yi is that any behaviour can be programmed, \
-                    so there exist vi, vim and nano frontends to Yi. \
-                    Other editor interfaces can be written easily via a lexer \
-                    specification.
-homepage            http://www.cse.unsw.edu.au/~dons/yi.html
+name            yi
+version         0.1.0
+categories      editors
+platforms       darwin
+maintainers     nomaintainer
+description     the extensible Yi text editor
 
-master_sites        ftp://ftp.cse.unsw.edu.au/pub/users/dons/yi/
-checksums           md5 892c96aa03a6254b8b740fb6f9bb846c \
-                    sha1 218b4529f6a8ef433fa750de2e51633e45622ae5
+long_description \
+    Yi is a text editor written and extensible in Haskell. The goal of the Yi \
+    project is to provide a flexible, powerful and correct editor core \
+    scriptable in Haskell. A principle of Yi is that any behaviour can be \
+    programmed, so there exist vi, vim and nano frontends to Yi. Other editor \
+    interfaces can be written easily via a lexer specification.
 
-depends_lib         bin:ghc:ghc \
-                    bin:alex:alex \
-                    bin:happy:happy \
-                    lib:libHSplugins:hs-plugins \
-                    lib:libncurses:ncurses
+homepage        http://www.cse.unsw.edu.au/~dons/yi.html
+master_sites    ftp://ftp.cse.unsw.edu.au/pub/users/dons/yi/
 
-destroot.destdir    PREFIX=${destroot}${prefix} \
-                    BINDIR=${destroot}${prefix}/bin \
-                    LIBDIR=${destroot}${prefix}/lib/${name} \
-                    DATADIR=${destroot}${prefix}/share/doc/${name} \
-                    MANDIR=${destroot}${prefix}/share/man
+checksums       md5 892c96aa03a6254b8b740fb6f9bb846c \
+                sha1 218b4529f6a8ef433fa750de2e51633e45622ae5
+
+depends_lib \
+    bin:ghc:ghc \
+    bin:alex:alex \
+    bin:happy:happy \
+    lib:libHSplugins:hs-plugins \
+    lib:libncurses:ncurses
+
+destroot.destdir \
+    PREFIX=${destroot}${prefix} \
+    BINDIR=${destroot}${prefix}/bin \
+    LIBDIR=${destroot}${prefix}/lib/${name} \
+    DATADIR=${destroot}${prefix}/share/doc/${name} \
+    MANDIR=${destroot}${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100317/1e86d987/attachment.html>


More information about the macports-changes mailing list