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

    version 0.1.42

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


      The jsch Portfile 58028 2009-09-21 04:35:50Z ryandesign macports.org $

      PortSystem 1.0

      Name: jsch
      Version: 0.1.42
      Category: java security
      Platform: darwin
      Maintainers: nomaintainer
      license BSD
      Description: JSch is a pure Java implementation of SSH2.
      Long Description: ${description}

      Homepage: http://www.jcraft.com/jsch/
      Master Sites: sourceforge
      Checksums: md5 3c912c6bccba6b46822ba406f5474a72 sha1 50492d7d24a60771ceec891b38c893c141302c06 rmd160 527b434953fd2bcf4bda6b515122549acddd3f5a
      use_zip yes

      depends_lib bin:java:kaffe
      depends_build bin:ant:apache-ant

      use_configure no

      build.cmd ant
      build.target dist

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java/
      eval xinstall -m 644 [glob ${worksrcpath}/dist/lib/jsch*.jar] ${destroot}${prefix}/share/java/jsch.jar
      set docdir ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -d ${docdir}
      xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE.txt README ${docdir}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.