[145576] trunk/dports/multimedia/x264/Portfile

devans at macports.org devans at macports.org
Tue Feb 9 14:04:15 PST 2016


Revision: 145576
          https://trac.macports.org/changeset/145576
Author:   devans at macports.org
Date:     2016-02-09 14:04:14 -0800 (Tue, 09 Feb 2016)
Log Message:
-----------
x264: reformat, white space only.

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

Modified: trunk/dports/multimedia/x264/Portfile
===================================================================
--- trunk/dports/multimedia/x264/Portfile	2016-02-09 20:54:09 UTC (rev 145575)
+++ trunk/dports/multimedia/x264/Portfile	2016-02-09 22:04:14 UTC (rev 145576)
@@ -1,29 +1,28 @@
 # -*- 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
-PortGroup       xcodeversion 1.0
+PortSystem          1.0
+PortGroup           muniversal 1.0
+PortGroup           xcodeversion 1.0
 
-name            x264
-version         20140124
-revision        1
-set git_branch  956c8d8c2a3c2fb1f2f17807532321e492c75efc
-categories      multimedia
-license         GPL-2+
-platforms       darwin
-maintainers     devans openmaintainer
-description     x264 - a free h264/avc encoder
-long_description \
-                x264 is a free library for encoding H264/AVC video streams. \
-                The code is written by Laurent Aimar, Eric Petit(OS X), Min \
-                Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \
-                Merritt from scratch. It is released under the terms of the \
-                GPL license.
-homepage        http://www.videolan.org/x264.html
-master_sites    "http://git.videolan.org/gitweb.cgi?p=x264.git;a=snapshot;h=${git_branch};sf=tgz;dummy="
+name                x264
+version             20140124
+revision            1
+set git_branch      956c8d8c2a3c2fb1f2f17807532321e492c75efc
+categories          multimedia
+license             GPL-2+
+platforms           darwin
+maintainers         devans openmaintainer
+description         x264 - a free h264/avc encoder
+long_description    x264 is a free library for encoding H264/AVC video streams. \
+                    The code is written by Laurent Aimar, Eric Petit(OS X), Min \
+                    Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \
+                    Merritt from scratch. It is released under the terms of the \
+                    GPL license.
+homepage            http://www.videolan.org/x264.html
+master_sites        "http://git.videolan.org/gitweb.cgi?p=x264.git;a=snapshot;h=${git_branch};sf=tgz;dummy="
 
-dist_subdir     x264
+dist_subdir         x264
 
 if {[string length "${git_branch}"] >= 7} {
     set filetag [string range "${git_branch}" 0 6]
@@ -32,21 +31,21 @@
     error "git branch hash must be at least 7 characters long."
 }
 
-checksums        rmd160  a8d693295ea3f84cdc23b29874d79dd729441e5d \
-                 sha256  ef2ff1c71659dca4712c4a789c3313fa656b413818a00849057fc69e53655b38
+checksums           rmd160  a8d693295ea3f84cdc23b29874d79dd729441e5d \
+                    sha256  ef2ff1c71659dca4712c4a789c3313fa656b413818a00849057fc69e53655b38
 
 minimum_xcodeversions {9 3.1}
 
-depends_build    port:yasm
+depends_build       port:yasm
 
-configure.args   --enable-pic \
-                 --enable-shared \
-                 --enable-static \
-                 --disable-avs \
-                 --disable-swscale \
-                 --disable-lavf \
-                 --disable-ffms \
-                 --disable-gpac
+configure.args      --enable-pic \
+                    --enable-shared \
+                    --enable-static \
+                    --disable-avs \
+                    --disable-swscale \
+                    --disable-lavf \
+                    --disable-ffms \
+                    --disable-gpac
 
 # as of this build (142) asm optimizations are believed to work with x86_64 Snow Leopard and up including Mavericks
 # please file a ticket if you have evidence to the contrary
@@ -86,9 +85,9 @@
 configure.optflags
 configure.cflags-append -I. -fno-common -read_only_relocs suppress
 
-destroot.args   DIR_INSTALL=${destroot}${prefix}
+destroot.args       DIR_INSTALL=${destroot}${prefix}
 
-build.target    default
+build.target        default
 
 post-patch {
     if {[string match "*clang*" ${configure.compiler}]} {
@@ -96,4 +95,4 @@
     }
 }
 
-livecheck.type  none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160209/5cdf6d69/attachment.html>


More information about the macports-changes mailing list