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

    corkscrew  most recent diff


    version 2.0

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


      The corkscrew Portfile 32348 2007-12-26 20:23:54Z pmq macports.org $

      PortSystem 1.0

      Name: corkscrew
      Category: net
      Version: 2.0
      Platform: darwin
      Maintainers: pmq
      Description: Tunnel SSH through HTTP proxies.
      Long Description: Corkscrew is a tool for tunneling SSH through HTTP proxies.

      Homepage: http://www.agroman.net/corkscrew/
      Master Sites: http://www.agroman.net/corkscrew/
      Checksums: md5 35df77e7f0e59c0ec4f80313be52c10a

      post-destroot {
      xinstall -d ${destroot}${prefix}/share/${name}
      xinstall -m 644 -W ${worksrcpath} README TODO ${destroot}${prefix}/share/${name}
      }

      platform darwin powerpc {
      configure.args --host=ppc
      }

      platform darwin i386 {
      configure.args --host=i386
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.