[95572] trunk/dports/audio/lame/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 16 20:05:32 PDT 2012


Revision: 95572
          https://trac.macports.org/changeset/95572
Author:   ryandesign at macports.org
Date:     2012-07-16 20:05:31 -0700 (Mon, 16 Jul 2012)
Log Message:
-----------
lame: add standard modeline and adjust whitespace to conform to it

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

Modified: trunk/dports/audio/lame/Portfile
===================================================================
--- trunk/dports/audio/lame/Portfile	2012-07-17 03:04:12 UTC (rev 95571)
+++ trunk/dports/audio/lame/Portfile	2012-07-17 03:05:31 UTC (rev 95572)
@@ -1,23 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem        1.0
+PortSystem          1.0
 
-name              lame
-version           3.99.5
+name                lame
+version             3.99.5
 set branch          [join [lrange [split ${version} .] 0 1] .]
-categories        audio
-license           LGPL-2.1+
-platforms         darwin freebsd
-maintainers       nomaintainer
+categories          audio
+license             LGPL-2.1+
+platforms           darwin freebsd
+maintainers         nomaintainer
 
-description       Lame Aint an MP3 Encoder
-long_description  LAME is an educational tool to be used for learning \
-  about MP3 encoding. The goal of the LAME project is to use the open \
-  source model to improve the psycho acoustics, noise shaping and speed \
-  of MP3. LAME is not for everyone - it is distributed as source code \
-  only and requires the ability to use a C compiler.
+description         Lame Aint an MP3 Encoder
 
-homepage          http://lame.sourceforge.net/
+long_description    LAME is an educational tool to be used for learning about \
+                    MP3 encoding. The goal of the LAME project is to use the \
+                    open source model to improve the psycho acoustics, noise \
+                    shaping and speed of MP3. LAME is not for everyone - it is \
+                    distributed as source code only and requires the ability \
+                    to use a C compiler.
+
+homepage            http://lame.sourceforge.net/
 master_sites        sourceforge:project/lame/lame/${branch}
 
 depends_lib         port:ncurses \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120716/1983c745/attachment.html>


More information about the macports-changes mailing list