[38553] trunk/dports/audio/aubio/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 24 21:09:51 PDT 2008


Revision: 38553
          http://trac.macosforge.org/projects/macports/changeset/38553
Author:   ryandesign at macports.org
Date:     2008-07-24 21:09:51 -0700 (Thu, 24 Jul 2008)
Log Message:
-----------
aubio: whitespace changes only

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

Modified: trunk/dports/audio/aubio/Portfile
===================================================================
--- trunk/dports/audio/aubio/Portfile	2008-07-25 04:08:08 UTC (rev 38552)
+++ trunk/dports/audio/aubio/Portfile	2008-07-25 04:09:51 UTC (rev 38553)
@@ -1,30 +1,33 @@
 # $Id$
 
-PortSystem 1.0
-name            aubio
-version         0.3.2
-categories      audio
-maintainers     nomaintainer
-platforms       darwin
-use_parallel_build  yes
-homepage        http://aubio.piem.org/
+PortSystem              1.0
 
-description     aubio is a library for audio labelling.
+name                    aubio
+version                 0.3.2
+categories              audio
+maintainers             nomaintainer
+platforms               darwin
+use_parallel_build      yes
+homepage                http://aubio.piem.org/
+
+description             aubio is a library for audio labelling.
 long_description \
     aubio is a library for audio labelling. \
     Its features include segmenting a sound file before each of its attacks, \
     performing pitch detection, \
     tapping the beat and producing midi streams from live audio.
 
-master_sites    ${homepage}pub/
-checksums       md5 ffc3e5e4880fec67064f043252263a44
-depends_lib     port:libsamplerate 
+master_sites            ${homepage}pub/
+checksums               md5 ffc3e5e4880fec67064f043252263a44
+depends_lib             port:libsamplerate
 
-configure.args  --disable-alsa --disable-jack --disable-lash
+configure.args          --disable-alsa \
+                        --disable-jack \
+                        --disable-lash
 
 variant python description "Enable gnuplot and python interface" {
-    depends_lib-append   port:py25-numarray port:swig
-    depends_run-append   port:py25-gnuplot
-    configure.env-append PYTHON=${prefix}/bin/python2.5
+    depends_lib-append      port:py25-numarray \
+                            port:swig
+    depends_run-append      port:py25-gnuplot
+    configure.env-append    PYTHON=${prefix}/bin/python2.5
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080724/2b88c042/attachment.html 


More information about the macports-changes mailing list