[78299] trunk/dports/audio/portaudio/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 1 16:09:50 PDT 2011


Revision: 78299
          http://trac.macports.org/changeset/78299
Author:   ryandesign at macports.org
Date:     2011-05-01 16:09:50 -0700 (Sun, 01 May 2011)
Log Message:
-----------
portaudio: adjust whitespace / formatting

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

Modified: trunk/dports/audio/portaudio/Portfile
===================================================================
--- trunk/dports/audio/portaudio/Portfile	2011-05-01 22:56:41 UTC (rev 78298)
+++ trunk/dports/audio/portaudio/Portfile	2011-05-01 23:09:50 UTC (rev 78299)
@@ -1,37 +1,45 @@
 # $Id$
 # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-PortSystem       1.0
-name             portaudio
-version          19.20071207
-revision         2
-categories       audio devel
-platforms        macosx
-maintainers      nomaintainer
-license          MIT
 
-homepage         http://www.portaudio.com/
+PortSystem          1.0
 
-description      PortAudio is a free, cross platform, open-source, audio I/O library.
-long_description PortAudio is a free, cross platform, open-source, audio I/O library. \
-                 It lets you write simple audio programs in 'C' that will compile and \
-                 run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), \
-                 SGI, and BeOS. PortAudio is intended to promote the exchange of audio \
-                 synthesis software between developers on different platforms. \
-                 PortAudio provides a very simple API for recording and/or playing sound \
-                 using a simple callback function.  Example programs are included that \
-                 synthesize sine waves and pink noise, perform fuzz distortion on a guitar, \
-                 list available audio devices, etc. 
+name                portaudio
+version             19.20071207
+revision            2
+categories          audio devel
+platforms           macosx
+maintainers         nomaintainer
+license             MIT
 
-master_sites     ${homepage}archives
-distname         pa_stable_v19_20071207
-checksums        md5 d2943e4469834b25afe62cc51adc025f \
-                 sha1 3841453bb7be672a15b6b632ade6f225eb0a4efc \
-                 rmd160 5185bd85bd4bc75dddb3fa56f172a346bdeea0c7
+description         PortAudio is a free, cross platform, open-source, audio I/O library.
 
-worksrcdir       ${name}
+long_description    PortAudio is a free, cross platform, open-source, audio I/O library. \
+                    It lets you write simple audio programs in 'C' that will \
+                    compile and run on many platforms including Windows, \
+                    Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. \
+                    PortAudio is intended to promote the exchange of audio \
+                    synthesis software between developers on different \
+                    platforms. \
+                    PortAudio provides a very simple API for recording and/or \
+                    playing sound using a simple callback function.
+                    Example programs are included that synthesize sine waves \
+                    and pink noise, perform fuzz distortion on a guitar, list \
+                    available audio devices, etc.
 
-patchfiles       patch-configure patch-src__common__pa_types.h
+homepage            http://www.portaudio.com/
+master_sites        ${homepage}archives
 
+distname            pa_stable_v19_20071207
+
+checksums           md5     d2943e4469834b25afe62cc51adc025f \
+                    sha1    3841453bb7be672a15b6b632ade6f225eb0a4efc \
+                    rmd160  5185bd85bd4bc75dddb3fa56f172a346bdeea0c7
+
+worksrcdir          ${name}
+
+patchfiles          patch-configure \
+                    patch-src__common__pa_types.h
+
 platform darwin 10 {
     patchfiles-append patch-src__hostapi__coreaudio__pa_mac_core.c
 }
@@ -39,11 +47,10 @@
 use_parallel_build  yes
 
 post-destroot {
-  xinstall -d ${destroot}${prefix}/share/doc/${name}
-  xinstall -m 644 -W ${worksrcpath} \
-    README.txt  \
-    LICENSE.txt \
-    V19-devel-readme.txt \
-    ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        README.txt \
+        LICENSE.txt \
+        V19-devel-readme.txt \
+        ${destroot}${prefix}/share/doc/${name}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110501/0f30ea89/attachment.html>


More information about the macports-changes mailing list