[40700] trunk/dports/sysutils/tree/Portfile

simon at macports.org simon at macports.org
Sat Oct 11 06:24:34 PDT 2008


Revision: 40700
          http://trac.macports.org/changeset/40700
Author:   simon at macports.org
Date:     2008-10-11 06:24:32 -0700 (Sat, 11 Oct 2008)
Log Message:
-----------
sysutils/tree: Whitespace changes only.

Modified Paths:
--------------
    trunk/dports/sysutils/tree/Portfile

Modified: trunk/dports/sysutils/tree/Portfile
===================================================================
--- trunk/dports/sysutils/tree/Portfile	2008-10-11 10:05:25 UTC (rev 40699)
+++ trunk/dports/sysutils/tree/Portfile	2008-10-11 13:24:32 UTC (rev 40700)
@@ -1,36 +1,37 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem          1.0
 
-name			tree
-version			1.5.1.1
-categories		sysutils
-maintainers		nomaintainer
-homepage		http://mama.indstate.edu/users/ice/tree/
-description		display tree-view of directories with optional color/HTML output
-long_description	Tree is a simple utility that displays a \
-					tree-view of directories and files. It has \
-					options to use ANSI color escape-sequences or \
-					ASCII graphic characters, and can also output in \
-					HTML format.  Tree was written by Steve Baker \
-					for Linux.
-master_sites	freebsd \
-				ftp://mama.indstate.edu/linux/tree/ \
-				ftp://mama.indstate.edu/linux/tree/old/
-extract.suffix	.tgz
-checksums		md5 f8fc70a9260b50bf8b4613e9d5f5e589
-platforms		darwin
+name                tree
+version             1.5.1.1
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
+description         display tree-view of directories with optional color/HTML output
+long_description    Tree is a simple utility that displays a tree-view of \
+                    directories and files. It has options to use ANSI color \
+                    escape-sequences or ASCII graphic characters, and can \
+                    also output in HTML format.  Tree was written by Steve \
+                    Baker for Linux.
 
-patchfiles		patch-tree.c.diff
+homepage            http://mama.indstate.edu/users/ice/tree/
+master_sites        freebsd \
+                    ftp://mama.indstate.edu/linux/tree/ \
+                    ftp://mama.indstate.edu/linux/tree/old/
+checksums           md5 f8fc70a9260b50bf8b4613e9d5f5e589
+extract.suffix      .tgz
 
-use_configure		no
+patchfiles          patch-tree.c.diff
 
-build.args		CFLAGS="-no-cpp-precomp"
+use_configure       no
 
-destroot.args	BINDIR=${destroot}${prefix}/bin \
-				MANDIR=${destroot}${prefix}/share/man/man1
+build.args          CFLAGS="-no-cpp-precomp"
+
+destroot.args       BINDIR=${destroot}${prefix}/bin \
+                    MANDIR=${destroot}${prefix}/share/man/man1
+
 post-destroot {
-	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 -W ${worksrcpath} README CHANGES LICENSE \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 -W ${worksrcpath} README CHANGES LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081011/a687089d/attachment.html 


More information about the macports-changes mailing list