[39859] trunk/dports/audio/speex-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 8 17:33:41 PDT 2008


Revision: 39859
          http://trac.macports.org/changeset/39859
Author:   ryandesign at macports.org
Date:     2008-09-08 17:33:41 -0700 (Mon, 08 Sep 2008)
Log Message:
-----------
speex-devel:

 * whitespace changes
 * add modeline

See #16464.

Modified Paths:
--------------
    trunk/dports/audio/speex-devel/Portfile

Modified: trunk/dports/audio/speex-devel/Portfile
===================================================================
--- trunk/dports/audio/speex-devel/Portfile	2008-09-09 00:31:56 UTC (rev 39858)
+++ trunk/dports/audio/speex-devel/Portfile	2008-09-09 00:33:41 UTC (rev 39859)
@@ -1,27 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-name             speex-devel
-version          1.2rc1
-categories       audio
-maintainers      gmail.com:billitch
-description      audio codec designed for speech
-long_description \
-    Speex is an Open Source/Free Software patent-free audio \
-    compression format designed for speech. The Speex Project \
-    aims to lower the barrier of entry for voice applications \
-    by providing a free alternative to expensive proprietary \
-    speech codecs.  Moreover, Speex is well-adapted to \
-    Internet applications and provides useful features that \
-    are not present in most other codecs.
-homepage         http://speex.org/
-platforms        darwin
+PortSystem              1.0
+name                    speex-devel
+version                 1.2rc1
+categories              audio
+maintainers             gmail.com:billitch
+description             audio codec designed for speech
 
-depends_lib      port:libogg
+long_description        Speex is an Open Source/Free Software \
+                        patent-free audio compression format \
+                        designed for speech. The Speex Project \
+                        aims to lower the barrier of entry for \
+                        voice applications by providing a free \
+                        alternative to expensive proprietary \
+                        speech codecs.  Moreover, Speex is \
+                        well-adapted to Internet applications \
+                        and provides useful features that are \
+                        not present in most other codecs.
 
-master_sites     http://downloads.xiph.org/releases/speex
+homepage                http://speex.org/
+platforms               darwin
 
-checksums        md5 c4438b22c08e5811ff10e2b06ee9b9ae \
-                 sha1 52daa72572e844e5165315e208da539b2a55c5eb \
-                 rmd160 6f4a11ef910b0db9b820826bcac3da1b79cad3a1
-distname         speex-${version}
+depends_lib             port:libogg
+
+master_sites            http://downloads.xiph.org/releases/speex
+
+checksums               md5     c4438b22c08e5811ff10e2b06ee9b9ae \
+                        sha1    52daa72572e844e5165315e208da539b2a55c5eb \
+                        rmd160  6f4a11ef910b0db9b820826bcac3da1b79cad3a1
+
+distname                speex-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080908/d46a38ef/attachment.html 


More information about the macports-changes mailing list