[29004] trunk/dports/devel/curlhandle/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 16:27:22 PDT 2007


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

Log Message:
-----------
curlhandle: Whitespace changes.

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

Modified: trunk/dports/devel/curlhandle/Portfile
===================================================================
--- trunk/dports/devel/curlhandle/Portfile	2007-09-12 23:24:41 UTC (rev 29003)
+++ trunk/dports/devel/curlhandle/Portfile	2007-09-12 23:27:21 UTC (rev 29004)
@@ -1,60 +1,61 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			curlhandle
-set my_name		CURLHandle
-version			1.9
-categories		devel framework
-maintainers		nomaintainer
-description		CURLHandle is a framework wrapper around a CURL
+name            curlhandle
+set my_name     CURLHandle
+version         1.9
+categories      devel framework
+maintainers     nomaintainer
+description     CURLHandle is a framework wrapper around a CURL
 
-long_description	${description}
+long_description \
+    ${description}
 
-homepage		http://curlhandle.sourceforge.net/
-master_sites	${homepage}
-distname		${my_name}_${version}
-extract.suffix	.tgz
+homepage        http://curlhandle.sourceforge.net/
+master_sites    ${homepage}
+distname        ${my_name}_${version}
+extract.suffix  .tgz
 
-checksums		md5 7b1d79b09777b0818370ea1b5b2f002a \
-				sha1 76e4ac1e40397afa00035a57ab10573d2e1e3f38 \
-				rmd160 4620ce536d636da764d60835c80bd374b9a747e4
+checksums       md5 7b1d79b09777b0818370ea1b5b2f002a \
+                sha1 76e4ac1e40397afa00035a57ab10573d2e1e3f38 \
+                rmd160 4620ce536d636da764d60835c80bd374b9a747e4
 
 # curlhandle is linked against curl statically so it only needs it at build time.
-depends_build	port:curl
+depends_build   port:curl
 
-xcode.project			${my_name}Source/${my_name}.pbproj
-xcode.destroot.type		framework
+xcode.project       ${my_name}Source/${my_name}.pbproj
+xcode.destroot.type framework
 
 post-patch {
-	cd ${worksrcpath}/${xcode.project}
+    cd ${worksrcpath}/${xcode.project}
 
-	reinplace "s|/tmp/curl|${worksrcpath}/curl|g" project.pbxproj
-	reinplace "s|/usr/local/lib/libcurl|${prefix}/lib/libcurl|g" project.pbxproj
+    reinplace "s|/tmp/curl|${worksrcpath}/curl|g" project.pbxproj
+    reinplace "s|/usr/local/lib/libcurl|${prefix}/lib/libcurl|g" project.pbxproj
 }
 
 extract.dir ${worksrcpath}
 
 pre-extract {
-	file mkdir ${worksrcpath}
+    file mkdir ${worksrcpath}
 }
 
 post-destroot {
-	xinstall -d ${destroot}/Library/Frameworks
-	copy "${worksrcpath}/[file dirname ${xcode.project}]/build/UninstalledProducts/${my_name}.framework" \
-		${destroot}/Library/Frameworks
+    xinstall -d ${destroot}/Library/Frameworks
+    copy "${worksrcpath}/[file dirname ${xcode.project}]/build/UninstalledProducts/${my_name}.framework" \
+        ${destroot}/Library/Frameworks
 
-	cd ${destroot}/Library/Frameworks/${my_name}.framework
-	set docdir Versions/A/Resources/Documentation
-	xinstall -d ${docdir}
-	eval xinstall -m 0644 [glob ${worksrcpath}/Documentation/*.html] ${docdir}
-	ln -s Versions/A/Resources
+    cd ${destroot}/Library/Frameworks/${my_name}.framework
+    set docdir Versions/A/Resources/Documentation
+    xinstall -d ${docdir}
+    eval xinstall -m 0644 [glob ${worksrcpath}/Documentation/*.html] ${docdir}
+    ln -s Versions/A/Resources
 }
 
-universal_variant no
+universal_variant   no
 
-livecheck.check	regex
-livecheck.url	${homepage}
+livecheck.check regex
+livecheck.url   ${homepage}
 livecheck.regex <td>(\\d+(?:\\.\\d+)*)</td>
 

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


More information about the macports-changes mailing list