[115733] trunk/dports/devel/class-dump/Portfile

larryv at macports.org larryv at macports.org
Thu Jan 9 21:15:14 PST 2014


Revision: 115733
          https://trac.macports.org/changeset/115733
Author:   larryv at macports.org
Date:     2014-01-09 21:15:14 -0800 (Thu, 09 Jan 2014)
Log Message:
-----------
class-dump: Add modeline, rearrange, and reformat.

Modified Paths:
--------------
    trunk/dports/devel/class-dump/Portfile

Modified: trunk/dports/devel/class-dump/Portfile
===================================================================
--- trunk/dports/devel/class-dump/Portfile	2014-01-10 00:23:36 UTC (rev 115732)
+++ trunk/dports/devel/class-dump/Portfile	2014-01-10 05:15:14 UTC (rev 115733)
@@ -1,33 +1,34 @@
+# -*- 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
-PortGroup   xcode 1.0
+PortSystem          1.0
+PortGroup           xcode 1.0
 
-name		class-dump
-version		3.4
-license		GPL-2
-categories	devel
-maintainers	nomaintainer
-description	Utility for examining the Objective-C segment of Mach-O files.
-long_description	\
-	It generates declarations for the classes, categories and 	\
-	protocols. This is the same information provided by using 	\
-	'otool -ov', but presented as normal Objective-C declarations.
+name                class-dump
+version             3.4
+categories          devel
+license             GPL-2
+maintainers         nomaintainer
 
-homepage	http://www.codethecode.com/projects/class-dump/
-master_sites	http://www.codethecode.com/download/
-use_bzip2		yes
+description         Utility for examining the Objective-C segment of Mach-O files.
+long_description    It generates declarations for the classes, \
+                    categories and protocols. This is the same \
+                    information provided by using 'otool -ov', \
+                    but presented as normal Objective-C declarations.
+homepage            http://www.codethecode.com/projects/class-dump/
 
+master_sites        http://www.codethecode.com/download/
+use_bzip2           yes
 checksums           sha1    bc6d9542af201028ae980b9d0497b491ce98227f \
                     rmd160  de5188f5c7a885d7d262475812990a26d75a7f3a
 
-worksrcdir	${distname}/src
+worksrcdir          ${distname}/src
 
 # 3.4+ must be built against the 10.8 SDK, as it requires LC_* constants
 # and other definitions unavailable in earlier SDKs. It will, however,
 # run against 10.7+.
-configure.sdkroot "$developer_dir/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
-xcode.target    all
+configure.sdkroot   "$developer_dir/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
+xcode.target        all
 
 xcode.configuration Release
 xcode.destroot.path ${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140109/096cbdbc/attachment.html>


More information about the macports-changes mailing list