[145713] trunk/dports/editors/joe/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Feb 14 09:54:29 PST 2016


Revision: 145713
          https://trac.macports.org/changeset/145713
Author:   khindenburg at macports.org
Date:     2016-02-14 09:54:29 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
joe: modeline + whitespace

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

Modified: trunk/dports/editors/joe/Portfile
===================================================================
--- trunk/dports/editors/joe/Portfile	2016-02-14 17:41:50 UTC (rev 145712)
+++ trunk/dports/editors/joe/Portfile	2016-02-14 17:54:29 UTC (rev 145713)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,31 +3,31 @@
 
-name		joe
-version		3.7
-categories	editors
-license		GPL-1
-maintainers	nomaintainer
-description	Joe's Own Editor
-long_description	JOE is the professional freeware ASCII text screen editor for UNIX. \
-			It makes full use of the power and versatility of UNIX, but lacks the steep \
-			learning curve and basic nonsense you have to deal with in every other UNIX \
-			editor. JOE has the feel of most IBM PC text editors: The key-sequences are \
-			reminiscent of WordStar and Turbo-C.  JOE is much more powerful than those \
-			editors, however.  JOE has all of the features a UNIX user should expect: \
-			full use of termcap/terminfo, excellent screen update optimizations (JOE is \
-			fully useable at 2400 baud), simple installation, and all of the \
-			UNIX-integration features of VI.
-homepage	http://sourceforge.net/projects/joe-editor/
-platforms	darwin freebsd
-master_sites	sourceforge:joe-editor
+name                joe
+version             3.7
+categories          editors
+license             GPL-1
+maintainers         nomaintainer
+description         Joe's Own Editor
+long_description    JOE is the professional freeware ASCII text screen editor for UNIX. \
+            It makes full use of the power and versatility of UNIX, but lacks the steep \
+            learning curve and basic nonsense you have to deal with in every other UNIX \
+            editor. JOE has the feel of most IBM PC text editors: The key-sequences are \
+            reminiscent of WordStar and Turbo-C.  JOE is much more powerful than those \
+            editors, however.  JOE has all of the features a UNIX user should expect: \
+            full use of termcap/terminfo, excellent screen update optimizations (JOE is \
+            fully useable at 2400 baud), simple installation, and all of the \
+            UNIX-integration features of VI.
+homepage            http://sourceforge.net/projects/joe-editor/
+platforms           darwin freebsd
+master_sites        sourceforge:joe-editor
 
-master_sites	sourceforge:joe-editor
-checksums       md5     66de1b073e869ba12abbfcde3885c577 \
-                sha1    54398578886d4a3d325aece52c308a939d31101d \
-                rmd160  7e2c72a750c6aac4732cf4369bceee5333460f15
-configure.args  --mandir=${prefix}/share/man
+master_sites        sourceforge:joe-editor
+checksums           md5     66de1b073e869ba12abbfcde3885c577 \
+                    sha1    54398578886d4a3d325aece52c308a939d31101d \
+                    rmd160  7e2c72a750c6aac4732cf4369bceee5333460f15
+configure.args      --mandir=${prefix}/share/man
 
 # fix sed-related build failures on Mountain Lion; see #35421
-build.env       LANG=C
+build.env           LANG=C
 
-livecheck.distname JOE sources
-livecheck.version  ${name}-${version}
+livecheck.distname  JOE sources
+livecheck.version   ${name}-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160214/530f8161/attachment.html>


More information about the macports-changes mailing list