[28999] trunk/dports/devel/agsocket/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 16:02:36 PDT 2007


Revision: 28999
          http://trac.macosforge.org/projects/macports/changeset/28999
Author:   nox at macports.org
Date:     2007-09-12 16:02:36 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
agsocket: Whitespace changes.

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

Modified: trunk/dports/devel/agsocket/Portfile
===================================================================
--- trunk/dports/devel/agsocket/Portfile	2007-09-12 22:59:16 UTC (rev 28998)
+++ trunk/dports/devel/agsocket/Portfile	2007-09-12 23:02:36 UTC (rev 28999)
@@ -1,50 +1,45 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			agsocket
-set my_name		AGSocket
-version			0.3
-categories		devel framework
-platforms		darwin
-maintainers		nomaintainer
-description		yet another BSD sockets framework for use in Cocoa applications
+name            agsocket
+set my_name     AGSocket
+version         0.3
+categories      devel framework
+platforms       darwin
+maintainers     nomaintainer
+description     yet another BSD sockets framework for use in Cocoa applications
 
-long_description	AGSocket is yet another BSD sockets framework for \
-					use in Cocoa applications. The primary class is \
-					AGSocket, this can be used for TCP sockets, UDP \
-					sockets, raw sockets, whatever. Additionally several \
-					socket address classes are included, notably \
-					AGInetSocketAddress for vanilla Internet socket \
-					addresses. Unlike some of the other excellent \
-					sockets frameworks already available, AGSocket is \
-					primarily designed for asynchronous I/O thanks to \
-					the underlying CFSocket API (though there's nothing \
-					stopping you from using it for normal synchronous \
-					I/O if you are so inclined).
+long_description \
+    AGSocket is yet another BSD sockets framework for use in Cocoa applications. The primary class is \
+    AGSocket, this can be used for TCP sockets, UDP sockets, raw sockets, whatever. Additionally several \
+	socket address classes are included, notably AGInetSocketAddress for vanilla Internet socket \
+    addresses. Unlike some of the other excellent sockets frameworks already available, AGSocket is \
+    primarily designed for asynchronous I/O thanks to the underlying CFSocket API (though there's nothing \
+    stopping you from using it for normal synchronous I/O if you are so inclined).
 
-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 6bc6840a84d8549774fb584db1ea8b2c \
-				sha1 bbec9d15492a322d6604b8e8ea2c5d0520f3b850 \
-				rmd160 204559b0c2f79e044d773d074e34bdc3204df15e
+checksums       md5 6bc6840a84d8549774fb584db1ea8b2c \
+                sha1 bbec9d15492a322d6604b8e8ea2c5d0520f3b850 \
+                rmd160 204559b0c2f79e044d773d074e34bdc3204df15e
 
-worksrcdir		${my_name}
+worksrcdir      ${my_name}
 
-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/1c2b89c3/attachment.html


More information about the macports-changes mailing list