[66263] trunk/dports/editors/jed/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 7 21:42:06 PDT 2010


Revision: 66263
          http://trac.macports.org/changeset/66263
Author:   ryandesign at macports.org
Date:     2010-04-07 21:42:03 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
jed: whitespace changes only

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

Modified: trunk/dports/editors/jed/Portfile
===================================================================
--- trunk/dports/editors/jed/Portfile	2010-04-08 04:23:39 UTC (rev 66262)
+++ trunk/dports/editors/jed/Portfile	2010-04-08 04:42:03 UTC (rev 66263)
@@ -1,56 +1,65 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem                  1.0
 
-name		jed
-version		0.99-18
-categories	editors
-maintainers	nomaintainer
-description	JED is a powerful editor for programmers.
-long_description	JED is a powerful editor designed for use by \
-			programmers, its drop-down menu facility make it \
-			one of the friendliest text editors around. Hence \
-			it is ideal for composing simple email messages \
-			as well as editing complex programs in a variety \
-			of computer languages.
-homepage	http://www.jedsoft.org/jed/
-platforms	darwin
-master_sites	ftp://space.mit.edu/pub/davis/jed/v0.99/ \
-		ftp://space.mit.edu/pub/davis/jed/v0.99/old/
-use_bzip2	yes
-checksums	md5 5378c8e7805854018d9ec5c3cfadf637 \
-		sha1 fa4b3313fdde0466546e36100b0de2d9cc75806d \
-		rmd160 6925b67eab24d6dd2d5b5a975c350cfda515632d
-depends_lib	port:slang2
-patchfiles	patch-pty.c \
-		patch-misc.c
-configure.args  --mandir=${prefix}/share/man --with-slang=${prefix}
-configure.cppflags-append	"-L${prefix}/lib"
-configure.cflags-append	-no-cpp-precomp
-configure.env	JED_ROOT=${prefix}/share/jed
-destroot	{
-		xinstall ${worksrcpath}/src/objs/jed ${destroot}${prefix}/bin
+name                        jed
+version                     0.99-18
+categories                  editors
+platforms                   darwin
+maintainers                 nomaintainer
 
-		xinstall ${worksrcpath}/doc/manual/jed.1 ${destroot}${prefix}/share/man/man1/
+description                 JED is a powerful editor for programmers.
 
-		xinstall -d ${destroot}${prefix}/share/jed/lib
-		foreach f [glob -nocomplain [file join ${worksrcpath}/lib *]] {
-			if {![file isdirectory $f] } {
-				xinstall $f ${destroot}${prefix}/share/jed/lib/
-			}
-		}
+long_description            JED is a powerful editor designed for use by \
+                            programmers, its drop-down menu facility make it \
+                            one of the friendliest text editors around. Hence \
+                            it is ideal for composing simple email messages \
+                            as well as editing complex programs in a variety \
+                            of computer languages.
 
-		xinstall -d ${destroot}${prefix}/share/jed/lib/colors
-                foreach f [glob -nocomplain [file join ${worksrcpath}/lib/colors *]] {
-                        if {![file isdirectory $f] } {
-                                xinstall $f ${destroot}${prefix}/share/jed/lib/colors/
-                        }
-                }
+homepage                    http://www.jedsoft.org/jed/
+master_sites                ftp://space.mit.edu/pub/davis/jed/v0.99/ \
+                            ftp://space.mit.edu/pub/davis/jed/v0.99/old/
+use_bzip2                   yes
 
-		xinstall -d ${destroot}${prefix}/share/jed/lib/colors/Xjed
-                foreach f [glob -nocomplain [file join ${worksrcpath}/lib/colors/Xjed *]] {
-                        if {![file isdirectory $f] } {
-                                xinstall $f ${destroot}${prefix}/share/jed/lib/colors/Xjed/
-                        }
-                }
+checksums                   md5 5378c8e7805854018d9ec5c3cfadf637 \
+                            sha1 fa4b3313fdde0466546e36100b0de2d9cc75806d \
+                            rmd160 6925b67eab24d6dd2d5b5a975c350cfda515632d
+
+depends_lib                 port:slang2
+
+patchfiles                  patch-pty.c \
+                            patch-misc.c
+
+configure.args              --mandir=${prefix}/share/man \
+                            --with-slang=${prefix}
+configure.cppflags-append   -L${prefix}/lib
+configure.cflags-append     -no-cpp-precomp
+configure.env               JED_ROOT=${prefix}/share/jed
+
+destroot {
+    xinstall ${worksrcpath}/src/objs/jed ${destroot}${prefix}/bin
+
+    xinstall ${worksrcpath}/doc/manual/jed.1 ${destroot}${prefix}/share/man/man1/
+
+    xinstall -d ${destroot}${prefix}/share/jed/lib
+    foreach f [glob -nocomplain [file join ${worksrcpath}/lib *]] {
+        if {![file isdirectory $f] } {
+            xinstall $f ${destroot}${prefix}/share/jed/lib/
+        }
+    }
+
+    xinstall -d ${destroot}${prefix}/share/jed/lib/colors
+    foreach f [glob -nocomplain [file join ${worksrcpath}/lib/colors *]] {
+        if {![file isdirectory $f] } {
+            xinstall $f ${destroot}${prefix}/share/jed/lib/colors/
+        }
+    }
+
+    xinstall -d ${destroot}${prefix}/share/jed/lib/colors/Xjed
+    foreach f [glob -nocomplain [file join ${worksrcpath}/lib/colors/Xjed *]] {
+        if {![file isdirectory $f] } {
+            xinstall $f ${destroot}${prefix}/share/jed/lib/colors/Xjed/
+        }
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/54dca09e/attachment-0001.html>


More information about the macports-changes mailing list