Download and Install ne version 1.42 on Mac OS X
Friday the 5th of September, 2008

    ne  most recent diff


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



      # $Id: Portfile 30225 2007-10-22 22:50:33Z jmpp macports.org $

      PortSystem 1.0
      Name: ne
      Version: 1.42
      Category: editors
      Maintainers: nomaintainer
      Description: ne - nice editor
      Long Description: ne is a free text editor that runs on (hopefully almost) any UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard, and most sparing in its resource usage.
      Homepage: http://ne.dsi.unimi.it/

      master_sites ${homepage}
      checksums md5 1640268b2a425e0e59e3448af413a258

      patch {
      reinplace "s|/usr|${prefix}|" ${worksrcpath}/src/makefile
      }

      use_configure no

      build.dir ${worksrcpath}/src
      build.target

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

      xinstall -d ${destroot}${prefix}/share/doc/ne
      xinstall -m 444 ${worksrcpath}/CHANGES ${worksrcpath}/COPYING ${worksrcpath}/README ${destroot}${prefix}/share/doc/ne

      foreach doc [glob -directory ${worksrcpath}/doc *] {
      xinstall -m 444 ${doc} ${destroot}${prefix}/share/doc/ne
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test