[94143] trunk/dports/devel/libsockets/Portfile

mww at macports.org mww at macports.org
Sat Jun 9 18:23:38 PDT 2012


Revision: 94143
          https://trac.macports.org/changeset/94143
Author:   mww at macports.org
Date:     2012-06-09 18:23:38 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
libsockets: whitespace changes only

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

Modified: trunk/dports/devel/libsockets/Portfile
===================================================================
--- trunk/dports/devel/libsockets/Portfile	2012-06-10 01:21:47 UTC (rev 94142)
+++ trunk/dports/devel/libsockets/Portfile	2012-06-10 01:23:38 UTC (rev 94143)
@@ -1,56 +1,56 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup		muniversal 1.0
+PortSystem          1.0
+PortGroup           muniversal 1.0
 
-name			libsockets
-version			2.3.9.7
-categories		devel net
-platforms		darwin
-license			GPL-2
-maintainers		mww openmaintainer
-description		C++ Sockets is a C++ wrapper for BSD-style sockets.
-long_description	${description}
+name                libsockets
+version             2.3.9.7
+categories          devel net
+platforms           darwin
+license             GPL-2
+maintainers         mww openmaintainer
+description         C++ Sockets is a C++ wrapper for BSD-style sockets.
+long_description    ${description}
 
-homepage		http://www.alhem.net/Sockets/
-master_sites	${homepage}
+homepage            http://www.alhem.net/Sockets/
+master_sites        ${homepage}
 
 checksums           sha1    c298ca40c502e63cbc105f8dd555be0a1870db2c \
                     rmd160  b56ec4a2ee94577d43f44ac21a100a1156f6948e
 
-patchfiles		patch-HttpRequest.cpp.diff \
-				patch-Makefile.diff \
-				patch-Makefile.Defines.macosx.diff
+patchfiles          patch-HttpRequest.cpp.diff \
+                    patch-Makefile.diff \
+                    patch-Makefile.Defines.macosx.diff
 
-depends_lib		port:openssl
+depends_lib         port:openssl
 
-distname		Sockets-${version}
+distname            Sockets-${version}
 
 post-extract {
-	xinstall -m 755 ${filespath}/configure ${worksrcpath}
-	xinstall -m 755 ${filespath}/create-dylib.sh ${worksrcpath}
+    xinstall -m 755 ${filespath}/configure ${worksrcpath}
+    xinstall -m 755 ${filespath}/create-dylib.sh ${worksrcpath}
 }
 
-configure.env-append	PLATFORM="macosx" PREFIX="${prefix}"
-build.target-append	libSockets.dylib
+configure.env-append PLATFORM="macosx" PREFIX="${prefix}"
+build.target-append libSockets.dylib
 
 pre-destroot {
-	set paths {}
-	if {[variant_isset universal]} {
-		foreach arch ${universal_archs_to_use} {
-			lappend paths ${worksrcpath}-${arch} ${destroot}-${arch}
-		}
-	} else {
-		lappend paths ${worksrcpath} ${destroot}
-	}
-	foreach {wpath dpath} ${paths} {
-		xinstall -d ${dpath}${prefix}/lib
-		xinstall -m 755 -W ${wpath} \
-			libSockets.1.0.0.dylib libSockets.dylib ${dpath}${prefix}/lib
-	}
+    set paths {}
+    if {[variant_isset universal]} {
+        foreach arch ${universal_archs_to_use} {
+            lappend paths ${worksrcpath}-${arch} ${destroot}-${arch}
+        }
+    } else {
+        lappend paths ${worksrcpath} ${destroot}
+    }
+    foreach {wpath dpath} ${paths} {
+        xinstall -d ${dpath}${prefix}/lib
+        xinstall -m 755 -W ${wpath} \
+            libSockets.1.0.0.dylib libSockets.dylib ${dpath}${prefix}/lib
+    }
 }
 
-livecheck.type	regexp
-livecheck.url	http://www.alhem.net/Sockets/download.html
-livecheck.regex	Sockets-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regexp
+livecheck.url       http://www.alhem.net/Sockets/download.html
+livecheck.regex     Sockets-(\[0-9.\]+)${extract.suffix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/5d1a9a2a/attachment.html>


More information about the macports-changes mailing list