[56466] trunk/dports/sysutils/isightcapture/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 28 01:56:30 PDT 2009


Revision: 56466
          http://trac.macports.org/changeset/56466
Author:   ryandesign at macports.org
Date:     2009-08-28 01:56:29 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
isightcapture: whitespace changes only

Modified Paths:
--------------
    trunk/dports/sysutils/isightcapture/Portfile

Modified: trunk/dports/sysutils/isightcapture/Portfile
===================================================================
--- trunk/dports/sysutils/isightcapture/Portfile	2009-08-28 08:53:46 UTC (rev 56465)
+++ trunk/dports/sysutils/isightcapture/Portfile	2009-08-28 08:56:29 UTC (rev 56466)
@@ -14,48 +14,47 @@
 distname                ${name}${version2}
 extract.suffix          .dmg
 
-description \
-	captures a frame from an iSight camera and saves it to a file
+description             captures a frame from an iSight camera and saves it \
+                        to a file
 
-long_description \
-	iSightCapture captures a single frame from an attached iSight camera \
-	and saves it to a file. It works even when no graphical user is logged \
-	in, unlike many other applications. iSightCapture has only been tested \
-	with Mac OS X Tiger and iSight.
+long_description        iSightCapture captures a single frame from an \
+                        attached iSight camera and saves it to a file. It \
+                        works even when no graphical user is logged in, \
+                        unlike many other applications. iSightCapture has \
+                        only been tested with Mac OS X Tiger and iSight.
 
-checksums \
-	md5 b0adf800e285ca0bc46f20d2450d45fa \
-	sha1 038cc8852641c4ca10f4960eb30d508a0e9b99c1 \
-	rmd160 fcbfc6bf0dd08d3b8a4a268378a57b54a5bfd82e
+checksums               md5     b0adf800e285ca0bc46f20d2450d45fa \
+                        sha1    038cc8852641c4ca10f4960eb30d508a0e9b99c1 \
+                        rmd160  fcbfc6bf0dd08d3b8a4a268378a57b54a5bfd82e
 
 set dmg_mount /tmp/${name}-${version}
 
 extract {
-	file mkdir ${dmg_mount}
-	system "hdiutil attach ${distpath}/${distname}${extract.suffix} -private -nobrowse -mountpoint ${dmg_mount}"
+    file mkdir ${dmg_mount}
+    system "hdiutil attach ${distpath}/${distname}${extract.suffix} -private -nobrowse -mountpoint ${dmg_mount}"
 }
 
-use_configure no
+use_configure           no
 
 build {}
 
 destroot {
-	xinstall -m 755 ${dmg_mount}/${name} ${destroot}${prefix}/bin
+    xinstall -m 755 ${dmg_mount}/${name} ${destroot}${prefix}/bin
 }
 
 post-destroot {
-	system "hdiutil detach ${dmg_mount}"
-	file delete -force ${dmg_mount}
+    system "hdiutil detach ${dmg_mount}"
+    file delete -force ${dmg_mount}
 }
 
 default_variants +universal
 variant universal {}
 pre-fetch {
-	if {![variant_isset universal]} {
-		return -code error "${name} is only available in a universal version"
-	}
+    if {![variant_isset universal]} {
+        return -code error "${name} is only available in a universal version"
+    }
 }
 
-livecheck.check     regex
-livecheck.version   ${version2}
-livecheck.regex     ${name}(\[0-9._\]+)\\.dmg
+livecheck.check         regex
+livecheck.version       ${version2}
+livecheck.regex         ${name}(\[0-9._\]+)\\.dmg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090828/44eb3e28/attachment.html>


More information about the macports-changes mailing list