Download and Install kermit version 8.0.209 on Mac OS X
Thursday the 24th of July, 2008

    kermit  most recent diff


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



      # $Id: Portfile 32595 2008-01-08 21:48:43Z ricci macports.org $

      PortSystem 1.0
      Name: kermit
      Version: 8.0.209
      Category: comms
      Maintainers: nomaintainer
      distname cku209
      Platform: darwin freebsd
      master_sites ftp://kermit.columbia.edu/kermit/archives/ ftp://ftp.icm.edu.pl/pub/kermit/archives/
      checksums md5 e00728a7d97d3dbdff6ee772a4848f82
      Homepage: http://www.kermit-project.org/
      Description: Serial and network communications package.
      Long Description: C-Kermit is a combined serial and network communication software package offering a consistent, medium-independent, cross-platform approach to connection establishment, terminal sessions, file transfer, character-set translation, numeric and alphanumeric paging, and automation of communication tasks.

      worksrcdir
      build.target
      patchfiles patch-makefile patch-ckuus5.c

      platform darwin {
      build.target macosx102nc
      }

      platform freebsd {
      set major [ string index ${os.version} 0 ]
      set minor [ string index ${os.version} 2 ]
      build.target freebsd${major}${minor}
      }

      configure {
      ## cd ${worksrcpath}
      reinplace "s| prefix |${prefix}|g" ${worksrcpath}/ckuus5.c ${worksrcpath}/makefile
      }

      build.env CFLAGS="-DBIND_8_COMPAT=1"
      platform darwin 6 { build.env "" }

      pre-destroot {
      file mkdir ${destroot}${prefix}/bin
      file mkdir ${destroot}${prefix}/share/kermit
      }

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

     Where to find more information:

    Darwin Ports



    image test