[41705] trunk/dports/audio/qtplay/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 9 02:18:17 PST 2008


Revision: 41705
          http://trac.macports.org/changeset/41705
Author:   ryandesign at macports.org
Date:     2008-11-09 02:18:17 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
qtplay: whitespace changes only (tabs to spaces and such)

Modified Paths:
--------------
    trunk/dports/audio/qtplay/Portfile

Modified: trunk/dports/audio/qtplay/Portfile
===================================================================
--- trunk/dports/audio/qtplay/Portfile	2008-11-09 10:16:06 UTC (rev 41704)
+++ trunk/dports/audio/qtplay/Portfile	2008-11-09 10:18:17 UTC (rev 41705)
@@ -1,13 +1,16 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			qtplay
-version			1.3.1
-categories		audio
-platforms		macosx
-maintainers		nomaintainer
-description		A command line utility to play Audio CDs and music files.
+name                    qtplay
+version                 1.3.1
+categories              audio
+platforms               macosx
+maintainers             nomaintainer
+
+description \
+    A command line utility to play Audio CDs and music files.
+
 long_description \
     Quicktime player is a command line utility  \
     to play Audio CDs and music files. \
@@ -17,26 +20,27 @@
     Special flag for reading playlist via standard input. \
     Support for process signals: SIGINT, SIGTSTP, and SIGCONT.
 
-homepage		http://rainbowflight.googlepages.com/
-master_sites	${homepage}
-distname       ${name}${version}
-checksums		md5 f6cb47521afbfc5b40efdd2d8433830d
+homepage                http://rainbowflight.googlepages.com/
+master_sites            ${homepage}
+distname                ${name}${version}
+checksums               md5 f6cb47521afbfc5b40efdd2d8433830d
 
 post-extract {
-	file delete ${workpath}/${name}
+    file delete ${workpath}/${name}
 }
-use_configure	no
 
-set my_ldflags  "-framework Carbon -framework QuickTime"
+use_configure           no
+
+set my_ldflags          "-framework Carbon -framework QuickTime"
 build {
     system "cd ${workpath} && gcc -o ${name} ${my_ldflags} ${name}.c"
 }
 
-destroot	{
-	xinstall -m 755 ${workpath}/${name} \
-	   ${destroot}${prefix}/bin
-	xinstall -m 644 ${workpath}/${name}.1 \
-	   ${destroot}${prefix}/share/man/man1
+destroot {
+    xinstall -m 755 ${workpath}/${name} \
+        ${destroot}${prefix}/bin
+    xinstall -m 644 ${workpath}/${name}.1 \
+        ${destroot}${prefix}/share/man/man1
 }
 
 platform darwin 7 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081109/635a5dc7/attachment.html>


More information about the macports-changes mailing list