[28937] trunk/dports/aqua/a52decX/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 08:58:11 PDT 2007


Revision: 28937
          http://trac.macosforge.org/projects/macports/changeset/28937
Author:   nox at macports.org
Date:     2007-09-12 08:58:10 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
a52decX: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/aqua/a52decX/Portfile

Modified: trunk/dports/aqua/a52decX/Portfile
===================================================================
--- trunk/dports/aqua/a52decX/Portfile	2007-09-12 15:13:55 UTC (rev 28936)
+++ trunk/dports/aqua/a52decX/Portfile	2007-09-12 15:58:10 UTC (rev 28937)
@@ -1,40 +1,41 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			a52decX
-version			0.25
-revision		1
-categories		aqua multimedia
-maintainers		nomaintainer
-homepage		http://homepage1.nifty.com/~toku/software_en.html#a52decX
-description		Converts AC-3 file to an AIFF file
+name            a52decX
+version         0.25
+revision        1
+categories      aqua multimedia
+maintainers     nomaintainer
+homepage        http://homepage1.nifty.com/~toku/software_en.html#a52decX
+description     Converts AC-3 file to an AIFF file
 
-long_description	a52decX converts an AC-3 file being used for the sound of \
-			DVD-Video into an AIFF file.
+long_description \
+    a52decX converts an AC-3 file being used for the sound of \
+	DVD-Video into an AIFF file.
 
-master_sites		http://homepage1.nifty.com/~toku/software/
+master_sites    http://homepage1.nifty.com/~toku/software/
 
-checksums			md5 7760780873de9b9c4d13e7d396f31b54 \
-					sha1 329aa192645ddf81214c191a35c680cce7a61dc3 \
-					rmd160 3e8f1b8a958b444aa0f9a8d298ddf0091c926bdc
+checksums       md5 7760780873de9b9c4d13e7d396f31b54 \
+                sha1 329aa192645ddf81214c191a35c680cce7a61dc3 \
+                rmd160 3e8f1b8a958b444aa0f9a8d298ddf0091c926bdc
 
-depends_run			port:a52dec \
-					port:lame
+depends_run     port:a52dec \
+                port:lame
 
-patchfiles			patch-a52decX.pbproj-project.pbxproj
+patchfiles      patch-a52decX.pbproj-project.pbxproj
 
 post-destroot {
-	cd ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources
-	foreach {exe} {a52dec lame} {
-		ln -s ${prefix}/bin/${exe}
-	}
+    cd ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources
+    foreach {exe} {a52dec lame} {
+        ln -s ${prefix}/bin/${exe}
+    }
 }
 
-universal_variant no
+universal_variant   no
 
-livecheck.check	regex
-livecheck.url	[strsed ${homepage} {/#.*//}]
+livecheck.check regex
+livecheck.url   [strsed ${homepage} {/#.*//}]
 livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
 

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


More information about the macports-changes mailing list