[105940] trunk/dports/editors/vile/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 10 16:43:20 PDT 2013


Revision: 105940
          https://trac.macports.org/changeset/105940
Author:   ryandesign at macports.org
Date:     2013-05-10 16:43:20 -0700 (Fri, 10 May 2013)
Log Message:
-----------
vile: whitespace and formatting changes; add modeline

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

Modified: trunk/dports/editors/vile/Portfile
===================================================================
--- trunk/dports/editors/vile/Portfile	2013-05-10 23:39:20 UTC (rev 105939)
+++ trunk/dports/editors/vile/Portfile	2013-05-10 23:43:20 UTC (rev 105940)
@@ -1,30 +1,35 @@
+# -*- 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      	vile
-version       	9.8
-categories    	editors
-license       	GPL-2
-maintainers   	nomaintainer
-description   	Vi Like Emacs
-long_description   \
-	vile is a text editor which is extremely compatible \
-        with vi in terms of finger feel. in addition, it \
-        has extended capabilities in many areas, notably \
-        multi-file editing and viewing, key rebinding, real \
-        X window system support, an optional embedded perl \
-        interpreter, and robust support for non-Unix hosts.
-homepage	http://invisible-island.net/vile/
-platforms	darwin
-extract.suffix	.tgz
-master_sites	ftp://invisible-island.net/${name}/
+name                vile
+version             9.8
+categories          editors
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2
 
-checksums       sha1    d99f41479fa9726147301193a0e10e4282e4779c \
-                rmd160  83a0a76be2e2914a193de9c61b7f1a7d159068df
+description         Vi Like Emacs
 
-depends_build	port:flex
+long_description    vile is a text editor which is extremely compatible \
+                    with vi in terms of finger feel. in addition, it \
+                    has extended capabilities in many areas, notably \
+                    multi-file editing and viewing, key rebinding, real \
+                    X window system support, an optional embedded perl \
+                    interpreter, and robust support for non-Unix hosts.
 
-depends_lib	port:ncurses port:libiconv
+homepage            http://invisible-island.net/vile/
+master_sites        ftp://invisible-island.net/${name}/
+extract.suffix      .tgz
 
-configure.args  --with-perl --with-ncurses --mandir=${prefix}/share/man
+checksums           sha1    d99f41479fa9726147301193a0e10e4282e4779c \
+                    rmd160  83a0a76be2e2914a193de9c61b7f1a7d159068df
+
+depends_build       port:flex
+
+depends_lib         port:ncurses port:libiconv
+
+configure.args      --mandir=${prefix}/share/man \
+                    --with-ncurses \
+                    --with-perl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130510/f29c9075/attachment-0001.html>


More information about the macports-changes mailing list