Ed version 1.2 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 1.2

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


      The ed Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: ed
      Version: 1.2
      Category: editors
      Maintainers: fastmail.fm:lutz.horn
      Platform: darwin
      Description: ed is a line-oriented text editor.

      Long Description: ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. ed is the standard text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as Emacs.

      Homepage: http://www.gnu.org/software/ed/
      Master Sites: gnu

      Checksums: md5 3d42ac815b2dfd9c82a89dbd03151519 sha1 6ebcbc76852a81886e2a85a973f375240bb3175e rmd160 98a46b8a3209476e824017102f200ed60525787d

      test.run yes
      test.target check

      destroot.target-append install-man

      livecheck.type regex
      livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D
      livecheck.regex ${name}-(\\d+\\.\\d+)

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.