Sshfs-gui version 1.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    sshfs-gui  most recent diff


    version 1.3

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


      The sshfs-gui Portfile 56119 2009-08-24 08:20:03Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: sshfs-gui
      Version: 1.3
      Category: fuse
      Platform: macosx
      Maintainers: eridius
      Description: OS X GUI for sshfs
      Long Description: This is an OS X Cocoa GUI on top of sshfs that makes it easy to set up new sshfs mounts.

      Homepage: http://code.google.com/p/macfuse/

      Master Sites: macports
      Checksums: md5 e7bd5cce586bf9b583f54b46da86b693 sha1 1aaeeb96f67d882a503809be03eee0e0b411cf5f

      worksrcdir sshfs-gui

      Patch Files: patch-AppController.m.diff patch-sshfs.xcodeproj_project.pbxproj.diff

      use_bzip2 yes

      depends_run port:sshfs

      xcode.target sshfs
      xcode.configuration Release

      post-patch {
      reinplace "s|##PREFIX##|${prefix}|" AppController.m
      }

      post-destroot {
      xinstall -d ${destroot}${applications_dir}
      copy ${worksrcpath}/build/UninstalledProducts/sshfs.app ${destroot}${applications_dir}/sshfs.app
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.