[30001] trunk/dports/audio/mpeg4ip/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 12:41:41 PDT 2007


Revision: 30001
          http://trac.macosforge.org/projects/macports/changeset/30001
Author:   nox at macports.org
Date:     2007-10-17 12:41:40 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
mpeg4ip: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/audio/mpeg4ip/Portfile

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile	2007-10-17 19:32:38 UTC (rev 30000)
+++ trunk/dports/audio/mpeg4ip/Portfile	2007-10-17 19:41:40 UTC (rev 30001)
@@ -1,39 +1,42 @@
 # $Id$
 
-PortSystem 1.0
-name			mpeg4ip
-version			1.5.0.1
-categories		audio
-platforms		darwin
-maintainers		nomaintainer at macports.org
-homepage		http://mpeg4ip.sf.net/
-description		Mpeg4 library and tools from mpeg4ip
+PortSystem      1.0
 
-long_description	The MPEG4IP project provides a standards-based system for encoding, \
-			streaming, and playing encoded audio, video and text.
+name            mpeg4ip
+version         1.5.0.1
+categories      audio
+platforms       darwin
+maintainers     nomaintainer
+homepage        http://mpeg4ip.sf.net/
+description     Mpeg4 library and tools from mpeg4ip
 
-master_sites		sourceforge
-			
-checksums		md5 f53b06c62e914ab724bda9d9af041e08 \
-			sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \
-			rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a
+long_description \
+    The MPEG4IP project provides a standards-based system for encoding, \
+    streaming, and playing encoded audio, video and text.
 
-depends_lib		port:libsdl
+master_sites    sourceforge
+                
+checksums       md5 f53b06c62e914ab724bda9d9af041e08 \
+                sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \
+                rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a
 
-depends_build		port:libtool \
-			port:automake \
-			port:autoconf
+depends_build   port:libtool \
+                port:automake \
+                port:autoconf
 
-configure.cmd 		./bootstrap \
-			--disable-player \
-			--mandir=${prefix}/share/man
+depends_lib     port:libsdl
 
+patchfiles      patch-bootstrap.diff
+
+configure.cmd   ./bootstrap \
+                --disable-player \
+                --mandir=${prefix}/share/man
+
 post-configure {
     if {[variant_isset universal]} {
         reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
     }   
 }
 
-patchfiles		patch-bootstrap.diff
+build.target
 
-build.target		{}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071017/7f787834/attachment.html


More information about the macports-changes mailing list