[95670] trunk/dports/multimedia/libvpx/Portfile

cal at macports.org cal at macports.org
Wed Jul 18 14:53:20 PDT 2012


Revision: 95670
          https://trac.macports.org/changeset/95670
Author:   cal at macports.org
Date:     2012-07-18 14:53:20 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
libvpx: whitespace only

Modified Paths:
--------------
    trunk/dports/multimedia/libvpx/Portfile

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2012-07-18 21:51:27 UTC (rev 95669)
+++ trunk/dports/multimedia/libvpx/Portfile	2012-07-18 21:53:20 UTC (rev 95670)
@@ -1,32 +1,31 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       muniversal 1.0
+PortSystem          1.0
+PortGroup           muniversal 1.0
 
-name            libvpx
-version         1.1.0
-categories      multimedia
-maintainers     nomaintainer
-platforms       darwin
-license         BSD
+name                libvpx
+version             1.1.0
+categories          multimedia
+maintainers         nomaintainer
+platforms           darwin
+license             BSD
 
-description     VP8 video codec
-long_description \
-    VP8 is a highly efficient video compression technology.
+description         VP8 video codec
+long_description    VP8 is a highly efficient video compression technology.
 
-homepage        http://webmproject.org
-master_sites    googlecode:webm
-use_bzip2       yes
-distname        ${name}-v${version}
+homepage            http://webmproject.org
+master_sites        googlecode:webm
+use_bzip2           yes
+distname            ${name}-v${version}
 
 checksums           rmd160  6f462c1421a51af77d3401ea4c1eaf0dbeaf4791 \
                     sha256  9ce074cf4b3bcd9a49ff93e05485b71c273bfc3685a305e55a0e7fa51beb72c5
 
-depends_build   port:yasm
+depends_build       port:yasm
 
 # patches for: 10.6; correct "universal" arch default selection; 'sed' scripts.
-patchfiles      patch-build-make-configure.sh.diff
+patchfiles          patch-build-make-configure.sh.diff
 
 # patch for mountain lion compatibility, see https://gerrit.chromium.org/gerrit/#change,26027 for upstream
 patchfiles-append   patch-build-make-gen_asm_deps.sh.diff
@@ -42,17 +41,17 @@
 
 # As of 0.9.1: doesn't handle shared libraries or debug properly on darwin;
 # doesn't install docs or examples correctly, so disable them.
-configure.args  --enable-vp8 \
-                --enable-internal-stats \
-                --enable-pic \
-                --enable-postproc \
-                --enable-multithread \
-                --enable-runtime-cpu-detect \
-                --disable-install-docs \
-                --disable-debug-libs \
-                --disable-examples
+configure.args      --enable-vp8 \
+                    --enable-internal-stats \
+                    --enable-pic \
+                    --enable-postproc \
+                    --enable-multithread \
+                    --enable-runtime-cpu-detect \
+                    --disable-install-docs \
+                    --disable-debug-libs \
+                    --disable-examples
 
-configure.env   LD="${configure.cc}"
+configure.env       LD="${configure.cc}"
 
 # add in when docs are installed correctly
 #variant docs description {Build documentation} {
@@ -63,12 +62,12 @@
 
 platform darwin 8 {
     # Tiger's make 3.80 experiences "virtual memory exhausted" during destroot
-    depends_build-append port:gmake
-    build.cmd ${prefix}/bin/gmake
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
 }
 
 build.target
-build.args      verbose=1
+build.args          verbose=1
 
 # set configure parameters depending on if universal or not
 set my_targets(ppc)     ppc32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120718/dfec6916/attachment-0001.html>


More information about the macports-changes mailing list