[28997] trunk/dports/devel/agprocess/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 15:57:46 PDT 2007


Revision: 28997
          http://trac.macosforge.org/projects/macports/changeset/28997
Author:   nox at macports.org
Date:     2007-09-12 15:57:46 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
agprocess: Whitespace changes.

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

Modified: trunk/dports/devel/agprocess/Portfile
===================================================================
--- trunk/dports/devel/agprocess/Portfile	2007-09-12 22:55:56 UTC (rev 28996)
+++ trunk/dports/devel/agprocess/Portfile	2007-09-12 22:57:46 UTC (rev 28997)
@@ -1,46 +1,45 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			agprocess
-set my_name		AGProcess
-version			0.5
-categories		devel framework
-maintainers		nomaintainer
-description		framework class for reporting Unix process statistics
+name            agprocess
+set my_name     AGProcess
+version         0.5
+categories      devel framework
+maintainers     nomaintainer
+description     framework class for reporting Unix process statistics
 
-long_description	AGProcess is a class for reporting Unix process \
-					statistics. It is similar to NSProcessInfo except \
-					that it provides more information, and can represent \
-					any process, not just the current process. \
-					Additionally it provides methods for sending signals \
-					to processes.
+long_description \
+    AGProcess is a class for reporting Unix process statistics. It is similar to \
+    NSProcessInfo except that it provides more information, and can represent \
+    any process, not just the current process. Additionally it provides methods \
+    for sending signals to processes.
 
-homepage		http://agkit.sourceforge.net/
-master_sites	sourceforge:agkit
-distname		${my_name}-${version}
-extract.suffix	.tgz
+homepage        http://agkit.sourceforge.net/
+master_sites    sourceforge:agkit
+distname        ${my_name}-${version}
+extract.suffix  .tgz
 
-checksums		md5 61b640f048aaed3d9d4cde6775b08957 \
-				sha1 94e3831145b0fec2ebe4df4faeb699768219f87b \
-				rmd160 9197095046acdc4b804fbed63c370e25e65fc454
+checksums       md5 61b640f048aaed3d9d4cde6775b08957 \
+                sha1 94e3831145b0fec2ebe4df4faeb699768219f87b \
+                rmd160 9197095046acdc4b804fbed63c370e25e65fc454
 
-worksrcdir		${my_name}
+worksrcdir      ${my_name}
 
 # Dummy configure to enable universal variant
 configure {}
 
-xcode.target		${my_name}
-xcode.destroot.type	framework
+xcode.target        ${my_name}
+xcode.destroot.type framework
 
 variant universal {
-	post-patch {
-		cd ${worksrcpath}/${my_name}.pbproj
+    post-patch {
+        cd ${worksrcpath}/${my_name}.pbproj
 
-		reinplace -E "/OTHER_CFLAGS/s|\"\"|\"${configure.universal_cflags}\"|" project.pbxproj
-		reinplace -E "/OTHER_LDFLAGS/s|\"\"|\"${configure.universal_ldflags}\"|" project.pbxproj
-	}
+        reinplace -E "/OTHER_CFLAGS/s|\"\"|\"${configure.universal_cflags}\"|" project.pbxproj
+        reinplace -E "/OTHER_LDFLAGS/s|\"\"|\"${configure.universal_ldflags}\"|" project.pbxproj
+    }
 }
 
 livecheck.regex "<title>${my_name} ${my_name}-(\\d+(?:\\.\\d+)*) released.*</title>"

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


More information about the macports-changes mailing list