Fugu version 1.2.0 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 1.2.0

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


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

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: fugu
      set my_name Fugu
      Version: 1.2.0
      Category: aqua
      Maintainers: nomaintainer
      Description: A Mac OS X SFTP, SCP and SSH Frontend.

      Long Description: Fugu is a graphical frontend to the commandline Secure File Transfer application (SFTP). SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much less vulnerable to third-party interception.

      Platform: darwin
      Homepage: http://rsug.itd.umich.edu/software/fugu/
      Master Sites: ${homepage}files/
      extract.suffix .tgz

      Checksums: md5 977b15709364f2fc26d0152a7667d379 sha1 f52458be93a57b8f7b1438a9bf790d7b8be71247 rmd160 6b7503b071abea4f764da9cbfc62b6d6e29ab0c2

      xcode.destroot.settings SKIP_INSTALL=yes

      post-patch {
      reinplace "s|build/|build/${xcode.configuration}/|" ${worksrcpath}/Fugu.pbproj/project.pbxproj
      }

      post-destroot {
      delete ${worksrcpath}/build/${xcode.configuration}/${my_name}.app/${my_name}.app
      xinstall -d ${destroot}${applications_dir}
      copy ${worksrcpath}/build/${xcode.configuration}/${my_name}.app ${destroot}${applications_dir}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "${my_name} (\\d+(?:\\.\\d+)*)"


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.