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

    teco  most recent diff


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



      # $Id: Portfile 32823 2008-01-14 04:19:08Z ryandesign macports.org $

      PortSystem 1.0
      Name: TECO
      Version: 1.0
      distname teco
      Category: editors
      Maintainers: nomaintainer
      Description: An implementation of TECO in portable C
      Long Description: te(1) is an implementation of TECO in portable C. It implements DEC standard TECO, with some exceptions and extensions described below. te assumes a VT100-type terminal, and its display driver is hard-coded for such.
      Homepage: http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/
      Platform: darwin
      master_sites sunsite:apps/editors/tty
      checksums md5 b996a43a133f0d636ef3331da2374e6e
      patchfiles patch-te_subs.c
      use_configure no
      worksrcdir .
      build.target

      destroot {
      xinstall -m 555 -W ${worksrcpath} te ${destroot}${prefix}/bin
      xinstall -m 444 -W ${worksrcpath} te.1 ${destroot}${prefix}/share/man/man1
      xinstall -d ${destroot}${prefix}/share/doc/teco
      xinstall -m 444 -W ${worksrcpath} teco.doc teco_data.doc sample.tecorc sample.tecorc2 ${destroot}${prefix}/share/doc/teco
      }

      post-install {
      ui_msg ""
      ui_msg "Documentation and sample startup files for te(1) may be found"
      ui_msg "in ${prefix}/share/doc/teco"
      }

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

     Where to find more information:

    Darwin Ports



    image test