[91867] trunk/dports/audio/libmp3splt/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 11 21:02:45 PDT 2012


Revision: 91867
          https://trac.macports.org/changeset/91867
Author:   ryandesign at macports.org
Date:     2012-04-11 21:02:45 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
libmp3splt: whitespace changes / add modeline

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

Modified: trunk/dports/audio/libmp3splt/Portfile
===================================================================
--- trunk/dports/audio/libmp3splt/Portfile	2012-04-12 03:54:30 UTC (rev 91866)
+++ trunk/dports/audio/libmp3splt/Portfile	2012-04-12 04:02:45 UTC (rev 91867)
@@ -1,26 +1,31 @@
+# -*- 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				libmp3splt
-version				0.5.7a
-categories			audio
-license				GPL-2+
-maintainers			nomaintainer
-description			Utility for mp3 and ogg splitting without decoding
-long_description \
-	mp3splt is a free command-line utility that allows you to split mp3 and \
-	ogg files from a begin time to an end time, without need of decoding and \
-	reencoding.  It's useful to split large mp3/ogg to make smaller files or \
-	to split entire albums to obtain original tracks.
+name                libmp3splt
+version             0.5.7a
+categories          audio
+platforms           darwin
+license             GPL-2+
+maintainers         nomaintainer
 
-platforms			darwin
+description         Utility for mp3 and ogg splitting without decoding
 
-homepage			http://mp3splt.sourceforge.net/
+long_description    mp3splt is a free command-line utility that allows you to \
+                    split mp3 and ogg files from a begin time to an end time, \
+                    without need of decoding and reencoding. It's useful to \
+                    split large mp3/ogg to make smaller files or to split \
+                    entire albums to obtain original tracks.
 
-master_sites		sourceforge:project/mp3splt/${name}/${version}
-                    
-checksums			md5 93fd67d55b500735f1c42d260518505d \
-                    sha1 b5e448965334198dc6ee68380ec1ec08d480fe23
+homepage            http://mp3splt.sourceforge.net/
 
-depends_lib			port:gettext port:libid3tag port:libmad port:libvorbis
+master_sites        sourceforge:project/mp3splt/${name}/${version}
+
+checksums           md5     93fd67d55b500735f1c42d260518505d \
+                    sha1    b5e448965334198dc6ee68380ec1ec08d480fe23
+
+depends_lib         port:gettext \
+                    port:libid3tag 
+                    port:libmad \
+                    port:libvorbis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/a4509f48/attachment.html>


More information about the macports-changes mailing list