[114175] trunk/dports/editors/ee/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 30 19:01:11 PST 2013


Revision: 114175
          https://trac.macports.org/changeset/114175
Author:   ryandesign at macports.org
Date:     2013-11-30 19:01:11 -0800 (Sat, 30 Nov 2013)
Log Message:
-----------
ee: whitespace changes; add modeline

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

Modified: trunk/dports/editors/ee/Portfile
===================================================================
--- trunk/dports/editors/ee/Portfile	2013-12-01 02:40:45 UTC (rev 114174)
+++ trunk/dports/editors/ee/Portfile	2013-12-01 03:01:11 UTC (rev 114175)
@@ -1,31 +1,37 @@
+# -*- 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
-name             ee
-version          1.4.6
-categories       editors
-maintainers      nomaintainer
-description      easy to use text editor
-long_description \
-	An easy to use text editor. Intended to be usable with \
-	little or no instruction. Provides a terminal (curses \
-	based) interface. Features pop-up menus. A subset of aee.
-homepage         http://www.users.qwest.net/~hmahon/
-platforms        darwin
+PortSystem          1.0
 
-master_sites     ${homepage}sources/
-distname         ${name}-${version}.src
-extract.suffix   .tgz
-checksums	md5 447c48341fc355dacc7e5d338dd1677a \
-		sha1 6be7d03eade441a6c409b9d441ba2c144e26b157 \
-		rmd160 2ed8ad3123c5443b29f5db142ad367d67028da27
+name                ee
+version             1.4.6
+categories          editors
+platforms           darwin
+maintainers         nomaintainer
 
-worksrcdir       easyedit-${version}
+description         easy to use text editor
 
-use_configure    no
-use_parallel_build no
+long_description    An easy to use text editor. Intended to be usable with \
+                    little or no instruction. Provides a terminal (curses \
+                    based) interface. Features pop-up menus. A subset of aee.
 
+homepage            http://www.users.qwest.net/~hmahon/
+
+master_sites        ${homepage}sources/
+distname            ${name}-${version}.src
+extract.suffix      .tgz
+
+checksums           md5     447c48341fc355dacc7e5d338dd1677a \
+                    sha1    6be7d03eade441a6c409b9d441ba2c144e26b157 \
+                    rmd160  2ed8ad3123c5443b29f5db142ad367d67028da27
+
+worksrcdir          easyedit-${version}
+
+use_configure       no
+
+use_parallel_build  no
+
 destroot {
-	xinstall -m 555 ${worksrcpath}/ee ${destroot}${prefix}/bin
-	xinstall -m 444 ${worksrcpath}/ee.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 555 ${worksrcpath}/ee ${destroot}${prefix}/bin
+    xinstall -m 444 ${worksrcpath}/ee.1 ${destroot}${prefix}/share/man/man1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131130/f28feb38/attachment.html>


More information about the macports-changes mailing list