[36195] trunk/dports/devel/pth/Portfile

jmr at macports.org jmr at macports.org
Tue Apr 22 03:36:07 PDT 2008


Revision: 36195
          http://trac.macosforge.org/projects/macports/changeset/36195
Author:   jmr at macports.org
Date:     2008-04-22 03:36:06 -0700 (Tue, 22 Apr 2008)

Log Message:
-----------
pth: whitespace changes, add modeline

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

Modified: trunk/dports/devel/pth/Portfile
===================================================================
--- trunk/dports/devel/pth/Portfile	2008-04-22 07:45:27 UTC (rev 36194)
+++ trunk/dports/devel/pth/Portfile	2008-04-22 10:36:06 UTC (rev 36195)
@@ -1,32 +1,33 @@
+# -*- 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				pth
-version				2.0.6
-categories			devel
-maintainers			nomaintainer
-description			GNU Portable Threads
+PortSystem          1.0
+
+name                pth
+version             2.0.6
+categories          devel
+maintainers         nomaintainer
+description         GNU Portable Threads
 long_description \
-	Pth is a very portable POSIX/ANSI-C based library for Unix platforms \
-	which provides non-preemptive priority-based scheduling for multiple \
-	threads of execution ("multithreading") inside server applications. All \
-	threads run in the same address space of the server application, but \
-	each thread has it's own individual program-counter, run-time stack, \
-	signal mask and errno variable.
+    Pth is a very portable POSIX/ANSI-C based library for Unix platforms \
+    which provides non-preemptive priority-based scheduling for multiple \
+    threads of execution ("multithreading") inside server applications. All \
+    threads run in the same address space of the server application, but \
+    each thread has it's own individual program-counter, run-time stack, \
+    signal mask and errno variable.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://www.gnu.org/software/pth/
-master_sites		gnu
+homepage            http://www.gnu.org/software/pth/
+master_sites        gnu
 
-checksums			md5 bdee96babed9b177484ed2dbfd5b127b
+checksums           md5 bdee96babed9b177484ed2dbfd5b127b
 
-configure.args		--mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} ANNOUNCE AUTHORS ChangeLog COPYING \
-		HACKING HISTORY INSTALL NEWS PORTING README SUPPORT TESTS THANKS \
-		USERS ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ANNOUNCE AUTHORS ChangeLog COPYING \
+        HACKING HISTORY INSTALL NEWS PORTING README SUPPORT TESTS THANKS \
+        USERS ${destroot}${prefix}/share/doc/${name}
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080422/f8455f2d/attachment-0001.html


More information about the macports-changes mailing list