[90759] trunk/dports/devel/libut/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 13 23:55:32 PDT 2012


Revision: 90759
          http://trac.macports.org/changeset/90759
Author:   ryandesign at macports.org
Date:     2012-03-13 23:55:32 -0700 (Tue, 13 Mar 2012)
Log Message:
-----------
libut: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/devel/libut/Portfile

Modified: trunk/dports/devel/libut/Portfile
===================================================================
--- trunk/dports/devel/libut/Portfile	2012-03-14 06:53:04 UTC (rev 90758)
+++ trunk/dports/devel/libut/Portfile	2012-03-14 06:55:32 UTC (rev 90759)
@@ -1,28 +1,32 @@
+# -*- 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			libut
-version			2.0
-categories		devel
-platforms		darwin
-maintainers		nomaintainer
-description		library for writing Unix servers or daemon processes
-long_description	libut is a C library for writing Unix servers or daemon \
-			processes. It invokes callbacks for I/O, signals, or timer \
-			activity. It supports logging, profiling, configuration, and \
-			runtime administration through an interactive control port.
+name                libut
+version             2.0
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://libut.sourceforge.net/
-master_sites	sourceforge
-checksums		md5 d084b5b2cb5ac3eb6c8bab47f064bf2d
-use_bzip2		yes
+description         library for writing Unix servers or daemon processes
 
-configure.args	--mandir=${prefix}/share/man
+long_description    libut is a C library for writing Unix servers or daemon \
+                    processes. It invokes callbacks for I/O, signals, or timer \
+                    activity. It supports logging, profiling, configuration, and \
+                    runtime administration through an interactive control port.
 
+homepage            http://libut.sourceforge.net/
+master_sites        sourceforge
+
+checksums           md5     d084b5b2cb5ac3eb6c8bab47f064bf2d
+
+use_bzip2           yes
+
+configure.args      --mandir=${prefix}/share/man
+
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} README LICENSE \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} README LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
 }
-	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120313/15853a3d/attachment.html>


More information about the macports-changes mailing list