[120369] trunk/dports/aqua/AppKiDo/Portfile

mf2k at macports.org mf2k at macports.org
Sat May 24 14:08:04 PDT 2014


Revision: 120369
          https://trac.macports.org/changeset/120369
Author:   mf2k at macports.org
Date:     2014-05-24 14:08:04 -0700 (Sat, 24 May 2014)
Log Message:
-----------
AppKiDo: Add mode line. Spacing. Improve description.

Modified Paths:
--------------
    trunk/dports/aqua/AppKiDo/Portfile

Modified: trunk/dports/aqua/AppKiDo/Portfile
===================================================================
--- trunk/dports/aqua/AppKiDo/Portfile	2014-05-24 21:02:38 UTC (rev 120368)
+++ trunk/dports/aqua/AppKiDo/Portfile	2014-05-24 21:08:04 UTC (rev 120369)
@@ -1,38 +1,40 @@
+# -*- 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       github 1.0
-PortGroup       xcode 1.0
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           xcode 1.0
 
-github.setup    aglee appkido 0.997 release-
-name            AppKiDo
-categories      aqua devel
-platforms       darwin
-maintainers     nomaintainer
-license         MIT
+github.setup        aglee appkido 0.997 release-
+name                AppKiDo
+categories          aqua devel
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
 
-description     Provides a powerful interface to Apple's Cocoa documentation
+description         AppKiDo is an API documentation browser for Cocoa programmers
+long_description \
+                    AppKiDo is a free reference tool for Cocoa Objective-C \
+                    programmers. It parses the header files and HTML \
+                    documentation files provided by Developer Tools and \
+                    presents the results in a powerful interface.
 
-long_description        \
-        AppKiDo is a free reference tool for Cocoa Objective-C \
-        programmers. It parses the header files and HTML \
-        documentation files provided by Developer Tools and \
-        presents the results in a powerful interface.
+homepage            http://appkido.com/
 
-homepage        http://appkido.com/
+checksums           rmd160  1846701bae455bd635efe6dc025032f1fc47211e \
+                    sha256  5ed3f3d14d90c6c68059acb688c2d2a44a2eb78581a420951da7861a935db18d
 
-checksums       rmd160  1846701bae455bd635efe6dc025032f1fc47211e \
-                sha256  5ed3f3d14d90c6c68059acb688c2d2a44a2eb78581a420951da7861a935db18d
+build.dir           ${worksrcpath}/src
 
-build.dir       ${worksrcpath}/src
+patchfiles          patch-src-AppKiDo.xcodeproj-project.pbxproj.diff
 
-patchfiles      patch-src-AppKiDo.xcodeproj-project.pbxproj.diff
+xcode.configuration Release
 
-xcode.configuration             Release
+xcode.build.settings-append \
+                    SDKROOT_i386=${configure.sdkroot} \
+                    SDKROOT_ppc=${configure.sdkroot}
 
-xcode.build.settings-append     SDKROOT_i386=${configure.sdkroot} \
-                                SDKROOT_ppc=${configure.sdkroot}
-
-xcode.destroot.settings-append  SDKROOT_i386=${configure.sdkroot} \
-                                SDKROOT_ppc=${configure.sdkroot} \
-                                SKIP_INSTALL=NO
+xcode.destroot.settings-append \
+                    SDKROOT_i386=${configure.sdkroot} \
+                    SDKROOT_ppc=${configure.sdkroot} \
+                    SKIP_INSTALL=NO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140524/097b94d6/attachment-0001.html>


More information about the macports-changes mailing list