[87194] trunk/dports/audio/ID3/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 13 16:14:16 PST 2011


Revision: 87194
          http://trac.macports.org/changeset/87194
Author:   ryandesign at macports.org
Date:     2011-11-13 16:14:16 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
ID3: whitespace changes; add modeline

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

Modified: trunk/dports/audio/ID3/Portfile
===================================================================
--- trunk/dports/audio/ID3/Portfile	2011-11-14 00:11:45 UTC (rev 87193)
+++ trunk/dports/audio/ID3/Portfile	2011-11-14 00:14:16 UTC (rev 87194)
@@ -1,35 +1,36 @@
+# -*- 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
 PortGroup           xcode 1.0
 
-name      	ID3
+name                ID3
 version             1.00
-categories    	audio devel aqua
-maintainers   	waqar openmaintainer
+categories          audio devel aqua
+maintainers         waqar openmaintainer
 license             LGPL-2.1+
 
-description   	Framework for reading and writing ID3Tags
-long_description   \
-	ID3Tag.framework is as the name suggests a Cocoa based 		\
-	framework for reading and writing ID3Tags. It is written in 	\
-	Objective C and uses the Cocoa (Foundation) tool kit, hence 	\
-	it is ideal for Cocoa based applications.			\
-	ID3Panel.framework is as a Cocoa panel framework that uses 	\
-	ID3Tag.framework to provide the user with a one call modal 	\
-	panel for editing ID3 tags modelled after the tag editor in 	\
-	iTunes.
+description         Framework for reading and writing ID3Tags
 
+long_description    ID3Tag.framework is as the name suggests a Cocoa based \
+                    framework for reading and writing ID3Tags. It is written \
+                    in Objective C and uses the Cocoa (Foundation) tool kit, \
+                    hence it is ideal for Cocoa based applications. \
+                    ID3Panel.framework is as a Cocoa panel framework that \
+                    uses ID3Tag.framework to provide the user with a one call \
+                    modal panel for editing ID3 tags modelled after the tag \
+                    editor in iTunes.
+
 master_sites        http://web.archive.org/web/20090913035852/http://drewfamily.homemail.com.au/
 
 homepage            [lindex ${master_sites} 0]Cocoa_-_ID3Tag_framework.html
 
-distname	ID3.framework.${version}
+distname            ID3.framework.${version}
 
 checksums           rmd160  3b41296cca04d641c1e315fe7a93a0443ebbb8a5 \
                     sha256  7d294b2348fc36ac8b068bab15e1b58602aafec098f670cccc52b7436b918270
 
-post-extract	{
+post-extract {
     move "${workpath}/id3 tag framework" ${worksrcpath}
 }
 
@@ -38,7 +39,7 @@
 xcode.target        ID3Tag_10.4_Universal
 xcode.build.settings INSTALL_PATH=${frameworks_dir}
 
-destroot 	{ 
+destroot {
     copy ${destroot.dir}/build/${xcode.configuration}/${name}.framework \
         ${destroot}${frameworks_dir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/dbcfe762/attachment.html>


More information about the macports-changes mailing list