[67559] trunk/dports/aqua/AppKiDo/Portfile
jmr at macports.org
jmr at macports.org
Wed May 12 19:39:39 PDT 2010
Revision: 67559
http://trac.macports.org/changeset/67559
Author: jmr at macports.org
Date: 2010-05-12 19:39:37 -0700 (Wed, 12 May 2010)
Log Message:
-----------
AppKiDo: update to 0.984, use xcode portgroup (#21407)
Modified Paths:
--------------
trunk/dports/aqua/AppKiDo/Portfile
Modified: trunk/dports/aqua/AppKiDo/Portfile
===================================================================
--- trunk/dports/aqua/AppKiDo/Portfile 2010-05-13 01:53:16 UTC (rev 67558)
+++ trunk/dports/aqua/AppKiDo/Portfile 2010-05-13 02:39:37 UTC (rev 67559)
@@ -1,43 +1,34 @@
# $Id$
PortSystem 1.0
+PortGroup xcode 1.0
+
name AppKiDo
-version 0.971
+version 0.984
categories aqua devel
platforms darwin
maintainers puffin.lb.shuttle.de:michael.klein openmaintainer
description Provides a powerful interface to Apple's Cocoa documentation
+
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://homepage.mac.com/aglee/downloads/
master_sites ${homepage}
distname ${name}-${version}-src
-extract.suffix .tgz
+extract.suffix .tgz
worksrcdir ${name}
-checksums md5 6c4ec2a75f8552120e5a9ff582d9a10f \
- sha1 e88e80faa6f140a2142a2f4dbe9be0de81b5472c
+checksums md5 03e0881ab2a4c8061ef74bc525706acb \
+ sha1 c97ced4542c6421588dffe1502f570cc027013e0 \
+ rmd160 786cc92026e80cfda86aa3a6a433204c140e2bda
-livecheck.type regex
-livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html
-livecheck.regex ">download version (.*?)<"
+patchfiles patch-AKTableView-defaultFontSize.patch
-use_configure no
-build.type pbx
-build.target -target AppKiDo
-build.args -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/
+xcode.destroot.settings-append SKIP_INSTALL=NO
-set xcodebuilddir build
-platform darwin 8 {
- if {$xcodeversion == "2.1"} {
- set xcodebuilddir build/Deployment
- }
-}
-
-destroot {
- xinstall -m 755 -d ${destroot}/Applications/MacPorts/
- file copy ${worksrcpath}/${xcodebuilddir}/AppKiDo.app \
- ${destroot}/Applications/MacPorts
-}
+livecheck.type regex
+livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html
+livecheck.regex "AppKiDo-(.*?)-src.tgz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100512/52c2ff76/attachment.html>
More information about the macports-changes
mailing list