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

    dtach  most recent diff


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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      # $Id: Portfile 35862 2008-04-09 04:29:19Z mr_bond macports.org $

      PortSystem 1.0

      Name: dtach
      Version: 0.8
      Category: sysutils
      Maintainers: mr_bond
      Description: program that emulates the detach feature of screen
      Long Description: dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.
      Homepage: http://dtach.sourceforge.net/
      Platform: darwin
      master_sites sourceforge
      checksums md5 ec5999f3b6bb67da19754fcb2e5221f3

      build.target

      destroot {
      xinstall -m 555 ${worksrcpath}/dtach ${destroot}${prefix}/bin
      xinstall -m 444 ${worksrcpath}/dtach.1 ${destroot}${prefix}/share/man/man1
      }

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

     Where to find more information:

    Darwin Ports



    image test