[40010] trunk/dports/multimedia/libmatroska/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Wed Sep 17 02:23:19 PDT 2008


Revision: 40010
          http://trac.macports.org/changeset/40010
Author:   pguyot at kallisys.net
Date:     2008-09-17 02:23:18 -0700 (Wed, 17 Sep 2008)
Log Message:
-----------
detab + obey the lint police

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

Modified: trunk/dports/multimedia/libmatroska/Portfile
===================================================================
--- trunk/dports/multimedia/libmatroska/Portfile	2008-09-17 09:20:05 UTC (rev 40009)
+++ trunk/dports/multimedia/libmatroska/Portfile	2008-09-17 09:23:18 UTC (rev 40010)
@@ -1,45 +1,46 @@
 # $Id$
 
-PortSystem			1.0
-name				libmatroska
-version				0.8.1
-categories			multimedia
-maintainers			pguyot at kallisys.net openmaintainer
-description			Matroska is an extensible open standard audio/video container format.
-long_description	\
-					Matroska is an extensible open standard audio/video container \
-					format. This library is there to support this format and has \
-					been written by the Matroska project team.
-				
-homepage			http://www.matroska.org/
-platforms			darwin
-master_sites		http://dl.matroska.org/downloads/${name}/
-checksums			md5 20cf624ace0c58a54c7752eebfbc0b19 \
-					sha1 8317c3a2a19f27a05c5dd289c3496c21a1d12456 \
-					rmd160 195ca5fcf48653fea56e42ce4074d16447c680ac
-use_bzip2			yes
+PortSystem          1.0
 
-depends_lib			lib:libebml.a:libebml
+name                libmatroska
+version             0.8.1
+categories          multimedia
+maintainers         pguyot at kallisys.net openmaintainer
+description         Matroska is an extensible open standard audio/video container format.
+long_description    \
+                    Matroska is an extensible open standard audio/video container \
+                    format. This library is there to support this format and has \
+                    been written by the Matroska project team.
+                
+homepage            http://www.matroska.org/
+platforms           darwin
+master_sites        http://dl.matroska.org/downloads/${name}/
+checksums           md5 20cf624ace0c58a54c7752eebfbc0b19 \
+                    sha1 8317c3a2a19f27a05c5dd289c3496c21a1d12456 \
+                    rmd160 195ca5fcf48653fea56e42ce4074d16447c680ac
+use_bzip2           yes
 
+depends_lib         lib:libebml.a:libebml
+
 post-extract {
-	system "cd ${worksrcpath}/make && cp -R linux darwin"
+    system "cd ${worksrcpath}/make && cp -R linux darwin"
 }
 
-configure			{}
+use_configure       no
 
-build.dir			${worksrcpath}/make/darwin
-build.args			prefix=${prefix} \
-					LIBEBML_INCLUDE_DIR=${prefix}/include \
-					LIBEBML_LIB_DIR=${prefix}/lib
+build.dir           ${worksrcpath}/make/darwin
+build.args          prefix=${prefix} \
+                    LIBEBML_INCLUDE_DIR=${prefix}/include \
+                    LIBEBML_LIB_DIR=${prefix}/lib
 
-test.run			yes
-test.cmd			./test6 && ./test8 && ./test9
+test.run            yes
+test.cmd            ./test6 && ./test8 && ./test9
 test.target
 
 # We need -p for install because ld will ask for ranlib if the modification date changes.
-destroot.args		INSTALL_OPTS_LIB='-m 644 -p'
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.args       INSTALL_OPTS_LIB='-m 644 -p'
+destroot.destdir    prefix=${destroot}${prefix}
 
-livecheck.check	regexm
-livecheck.url	http://www.bunkus.org/videotools/mkvtoolnix/source.html
-livecheck.regex	${name} (\[0-9.\]+)
+livecheck.check regexm
+livecheck.url   http://www.bunkus.org/videotools/mkvtoolnix/source.html
+livecheck.regex ${name} (\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080917/19b03578/attachment.html 


More information about the macports-changes mailing list