Appkido version 0.971 - How to Download and Install on Mac OS X
Friday the 20th of November, 2009

    appkido  most recent diff


    version 0.971

      View the most recent changes for the appkido port at: appkido.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for appkido.
      The raw portfile for appkido 0.971 is located here:
      http://appkido.darwinports.com/dports/aqua/AppKiDo/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/appkido


      The appkido Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      Name: AppKiDo
      Version: 0.971
      Category: aqua devel
      Platform: darwin
      Maintainers: eridius
      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
      worksrcdir ${name}
      Checksums: md5 6c4ec2a75f8552120e5a9ff582d9a10f sha1 e88e80faa6f140a2142a2f4dbe9be0de81b5472c

      livecheck.type regex
      livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html
      livecheck.regex ">download version (.*?)<"

      use_configure no
      build.type pbx
      build.target -target AppKiDo
      build.args -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/

      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
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/appkido
      % sudo port install appkido
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching appkido
      ---> Verifying checksum for appkido
      ---> Extracting appkido
      ---> Configuring appkido
      ---> Building appkido with target all
      ---> Staging appkido into destroot
      ---> Installing appkido
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using appkido with these commands:
      %  man appkido
      % apropos appkido
      % which appkido
      % locate appkido

     Where to find more information:

    Darwin Ports



    Lightbox this page.