Ne version 2.0.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 2.0.3

      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 2.0.3 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


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

      PortSystem 1.0
      Name: ne
      Version: 2.0.3
      Category: editors
      Maintainers: toby
      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/
      Platform: darwin
      license GPLv2

      Master Sites: ${homepage}
      Checksums: md5 16ed5c974adb8255a693f8a3b6e91071 sha1 9dd848041b9c719659182b2cf8b03b6753b99291 rmd160 4ee477a8bac1a2c47983d7cfc6f698ecac76d887

      Patch Files: patch-src__makefile

      configure.cflags-append -Wno-pointer-sign
      configure {
      reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/src/makefile
      reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/src/makefile
      reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/src/makefile
      reinplace "s|__LDFLAGS__|${configure.ldflags}|" ${worksrcpath}/src/makefile
      }

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

      destroot {
      xinstall -m 555 ${worksrcpath}/src/ne ${destroot}${prefix}/bin

      xinstall -d ${destroot}${prefix}/lib/ne
      file copy ${worksrcpath}/syntax ${destroot}${prefix}/lib/ne

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

      xinstall -d ${destroot}${prefix}/share/doc/ne
      file copy ${worksrcpath}/doc/ne ${destroot}${prefix}/share/doc/ne
      xinstall -m 444 ${worksrcpath}/doc/ne.pdf ${worksrcpath}/doc/ne.txt ${worksrcpath}/doc/default.keys ${worksrcpath}/doc/default.menus ${worksrcpath}/README ${worksrcpath}/COPYING ${worksrcpath}/CHANGES ${destroot}${prefix}/share/doc/ne
      }

      livecheck.type regex
      livecheck.regex HREF=\"ne-(.*)\\.tar\\.gz\">general

    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



    Lightbox this page.