[29635] trunk/dports/multimedia/libtheora/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 4 04:05:34 PDT 2007


Revision: 29635
          http://trac.macosforge.org/projects/macports/changeset/29635
Author:   nox at macports.org
Date:     2007-10-04 04:05:32 -0700 (Thu, 04 Oct 2007)

Log Message:
-----------
libtheora: Whitespace changes.

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

Modified: trunk/dports/multimedia/libtheora/Portfile
===================================================================
--- trunk/dports/multimedia/libtheora/Portfile	2007-10-04 07:43:51 UTC (rev 29634)
+++ trunk/dports/multimedia/libtheora/Portfile	2007-10-04 11:05:32 UTC (rev 29635)
@@ -1,14 +1,14 @@
 # $Id$
 
-PortSystem       1.0
+PortSystem      1.0
 
-name             libtheora
-version          1.0alpha7
-revision         2
-categories       multimedia
-platforms        darwin
-maintainers      nomaintainer
-description      Xiph.org Foundation's open video codec
+name            libtheora
+version         1.0alpha7
+revision        2
+categories      multimedia
+platforms       darwin
+maintainers     nomaintainer
+description     Xiph.org Foundation's open video codec
 
 long_description \
 	Theora is an open video codec being developed by the \
@@ -18,15 +18,15 @@
 	formats into a multimedia solution that can compete \
 	with MPEG-4 format).
 
-homepage         http://www.theora.org/
-master_sites     http://downloads.xiph.org/releases/theora/
-use_bzip2        yes
+homepage        http://www.theora.org/
+master_sites    http://downloads.xiph.org/releases/theora/
+use_bzip2       yes
 
-checksums        md5 1bc851e39e4b16977131d5e5f769f48b \
-                 sha1 ee97d30e0818c27666477113c019d53f15449d3d \
-                 rmd160 45a46c35cb1bd6f44a82a286940937e031edb14f
+checksums       md5 1bc851e39e4b16977131d5e5f769f48b \
+                sha1 ee97d30e0818c27666477113c019d53f15449d3d \
+                rmd160 45a46c35cb1bd6f44a82a286940937e031edb14f
 
-patchfiles       patch-configure
+patchfiles      patch-configure
 
 post-patch {
     if {! [variant_isset doc]} {
@@ -35,10 +35,12 @@
     }
 }
 
-depends_build    port:pkgconfig
-depends_lib      port:libvorbis port:libogg
+depends_build   port:pkgconfig
+depends_lib     port:libvorbis \
+                port:libogg
 
-configure.args   --disable-oggtest --disable-vorbistest
+configure.args  --disable-oggtest \
+                --disable-vorbistest
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
@@ -49,12 +51,12 @@
         ${destroot}${docdir}
 }
 
-test.run    yes
-test.target check
+test.run        yes
+test.target     check
 
 variant doc description {Install extra documentation} {}
 
-livecheck.check  regex
-livecheck.url    ${master_sites}?C=M&O=D
-livecheck.regex  ${name}-(\\d+(?:\\.\\d+)*(?:\\w+\\d*)?)
+livecheck.check regex
+livecheck.url   ${master_sites}?C=M&O=D
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*(?:\\w+\\d*)?)
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071004/3cb2b1dc/attachment.html


More information about the macports-changes mailing list