Sshkeychain version 0.8.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    sshkeychain  most recent diff


    version 0.8.2

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


      The sshkeychain Portfile 57386 2009-09-10 11:02:25Z toby macports.org $
      # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      #
      # Inspired by the Portfile of CocoaDialog

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: SSHKeychain
      Version: 0.8.2
      Category: aqua sysutils
      Maintainers: nomaintainer
      Description: SSHKeychain is a graphical front-end to ssh-add
      Long Description: SSHKeychain is a graphical front-end to ssh-agent and also allows the creation of ssh tunnels. It automatically loads keys when needed, integrates with Apple Keychain and offers key-management.

      Homepage: http://www.sshkeychain.org/
      Platform: macosx

      # unfortunately there are no tarballs...
      fetch.type svn
      # ... but the upstream developer uses tags, so that's a good thing...
      svn.url http://svn.sshkeychain.org/repos/tags/0.8.2
      # ... and we make it airtight with the revision number
      svn.revision 122

      # needed to prevent helper apps from getting installed
      Patch Files: patch-SSHKeychain_xcodeproj__project_pbxproj.diff

      worksrcdir ${version}
      xcode.target ${name}

      # Dummy configure to enable +universal.
      use_configure yes
      configure {}

      # Determine for what architecture to build
      # (if +universal, the project already does the right thing...)
      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${os.arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings-append ARCHS=${arch}
      xcode.destroot.settings-append ARCHS=${arch}
      }

      post-destroot {
      fs-traverse dir ${destroot} {
      if {[file isdirectory ${dir}]} {
      file attributes ${dir} -permissions u+w
      }
      }
      }

    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/sshkeychain
      % sudo port install sshkeychain
      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 sshkeychain
      ---> Verifying checksum for sshkeychain
      ---> Extracting sshkeychain
      ---> Configuring sshkeychain
      ---> Building sshkeychain with target all
      ---> Staging sshkeychain into destroot
      ---> Installing sshkeychain
    - 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 sshkeychain with these commands:
      %  man sshkeychain
      % apropos sshkeychain
      % which sshkeychain
      % locate sshkeychain

     Where to find more information:

    Darwin Ports



    Lightbox this page.