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

devans at macports.org devans at macports.org
Sun May 5 21:29:29 PDT 2013


Revision: 105805
          https://trac.macports.org/changeset/105805
Author:   devans at macports.org
Date:     2013-05-05 21:29:29 -0700 (Sun, 05 May 2013)
Log Message:
-----------
x264: white space only.

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

Modified: trunk/dports/multimedia/x264/Portfile
===================================================================
--- trunk/dports/multimedia/x264/Portfile	2013-05-06 04:22:14 UTC (rev 105804)
+++ trunk/dports/multimedia/x264/Portfile	2013-05-06 04:29:29 UTC (rev 105805)
@@ -1,32 +1,33 @@
 # -*- 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		20130327
-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://download.videolan.org/pub/videolan/x264/snapshots/ \
+name            x264
+version         20130327
+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://download.videolan.org/pub/videolan/x264/snapshots/ \
                 ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
-distname	${name}-snapshot-${version}-2245-stable
+distname        ${name}-snapshot-${version}-2245-stable
 
+use_bzip2       yes
+
 checksums       rmd160  b6d158fb1c1d74ac9b0c6f8578f3f37dfe6648be \
                 sha256  798cb5b58fb4ba7618d9e06ba0e8f9c958fda7e69f3db2ddbbd75c69ffa5c4d3
 
-use_bzip2	yes
-
 minimum_xcodeversions {9 3.1}
 
 configure.args   --enable-pic \
@@ -45,6 +46,7 @@
         depends_build-append    port:yasm
         configure.args-delete   --disable-asm
 }
+
 if {${os.platform} == "darwin" && $build_arch != "" && ![variant_isset universal]} {
     if {$build_arch == "i386"} {
         configure.args-append   --host=i686-apple-darwin${os.major}
@@ -53,6 +55,7 @@
     }
     eval configure.ldflags-append ${configure.cc_archflags}
 }
+
 foreach arch ${universal_archs} {
     if {$arch == "i386"} {
         set merger_configure_args(${arch}) --host=i686-apple-darwin${os.major}
@@ -60,6 +63,7 @@
         set merger_configure_args(${arch}) --host=${arch}-apple-darwin${os.major}
     }
 }
+
 configure.universal_args-delete --disable-dependency-tracking
 
 platform darwin 8 {
@@ -74,9 +78,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
 
 #
 # intel assembler optimizations using yasm continue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130505/4a9eb958/attachment.html>


More information about the macports-changes mailing list