[30866] trunk/dports/audio/flac/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 8 15:09:04 PST 2007


Revision: 30866
          http://trac.macosforge.org/projects/macports/changeset/30866
Author:   nox at macports.org
Date:     2007-11-08 15:09:04 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
flac:
 * Whitespace changes.
 * Added livecheck.

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

Modified: trunk/dports/audio/flac/Portfile
===================================================================
--- trunk/dports/audio/flac/Portfile	2007-11-08 21:58:03 UTC (rev 30865)
+++ trunk/dports/audio/flac/Portfile	2007-11-08 23:09:04 UTC (rev 30866)
@@ -1,40 +1,49 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		flac
-version		1.2.1
-categories	audio
-maintainers	nomaintainer
+name            flac
+version         1.2.1
+categories      audio
+platforms       darwin
+maintainers     nomaintainer
+description     Free Lossless Audio Codec
+
+long_description \
+    FLAC stands for Free Lossless Audio Codec. Grossly oversimplified,FLAC is similar to MP3, but lossless, \
+    meaning that audio iscompressed in FLAC without throwing away any information. This issimilar to how Zip \
+    works, except with FLAC you will get much better compression because it is designed specifically for \
+    audio, and you canplay back compressed FLAC files in your favorite player (or your car or home stereo) \
+    just like you would an MP3 file.
+
 homepage        http://flac.sourceforge.net/
-description	Free Lossless Audio Codec
-long_description	FLAC stands for Free Lossless Audio Codec.  \
-	Grossly oversimplified,FLAC is similar to MP3, but lossless, \
-	meaning that audio iscompressed in FLAC without throwing away \
-	any information. This issimilar to how Zip works, except with \
-	FLAC you will get much better compression because it is \
-	designed specifically for audio, and you canplay back \
-	compressed FLAC files in your favorite player (or your car or \
-	home stereo) just like you would an MP3 file.
-platforms	darwin
-master_sites	sourceforge
-checksums	md5 153c8b15a54da428d1f0fadc756c22c7
-patchfiles	patch-ltmain.sh patch-nasm.h
+master_sites    sourceforge
 
-depends_lib	port:libogg port:id3lib 
+checksums       md5 153c8b15a54da428d1f0fadc756c22c7
 
-configure.args  --mandir=${prefix}/share/man --disable-xmms-plugin
+depends_lib     port:libogg \
+                port:id3lib 
 
-build.args	OBJ_FORMAT=macho
+patchfiles      patch-ltmain.sh \
+                patch-nasm.h
 
+configure.args  --mandir=${prefix}/share/man \
+                --disable-xmms-plugin
+
+build.args      OBJ_FORMAT=macho
+
+test.run        yes
+test.target     check
+
 variant xmms_plugin description "Build xmms plugin" { 
-	configure.args-delete   --disable-xmms-plugin 
-	depends_lib-append      port:xmms 
+    configure.args-delete   --disable-xmms-plugin 
+    depends_lib-append      port:xmms 
 }
 
-test.run	yes
-test.target	check
-
 platform darwin i386 {
-	configure.args-append --disable-asm-optimizations
+    configure.args-append   --disable-asm-optimizations
 }
+
+livecheck.check regex
+livecheck.regex {FLAC (\d+(?:\.\d+)*)}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071108/2c0d333a/attachment.html


More information about the macports-changes mailing list