Nedit version 5.5 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 5.5

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


      The nedit Portfile 54531 2009-07-29 09:59:49Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: nedit
      Version: 5.5
      Revision: 1
      Category: editors
      Maintainers: nomaintainer
      Homepage: http://www.nedit.org/
      Description: A multi-purpose text editor for the X Window System.
      Long Description: NEdit is a multi-purpose text editor for the X Window System, which combines a standard, easy to use, graphical user interface with the thorough functionality and stability required by users who edit text eight hours a day. It provides intensive support for development in a wide variety of languages, text processors, and other tools, but at the same time can be used productively by just about anyone who needs to edit text.
      Platform: darwin

      regsub -all \\. $version _ xversion
      Master Sites: sourceforge ftp://ftp.nedit.org/pub/NEdit/v${xversion}/
      distname ${name}-${version}-src
      use_bzip2 yes
      Checksums: md5 48cb3dce52d44988f3a4d7c6f47b6bbe

      depends_lib lib:libXm:openmotif port:xpm

      worksrcdir ${name}-${version}

      use_configure no

      build.args MOTIFLINK="${configure.ldflags} -lXm" MOTIFDIR=${prefix} LDFLAGS="${configure.ldflags}" CFLAGS="${configure.cppflags} ${configure.cflags} -DBUILD_UNTESTED_NEDIT" CPPFLAGS="${configure.cppflags}" CC="${configure.cc}"

      destroot {
      xinstall -s -m 555 ${worksrcpath}/source/nedit ${destroot}${prefix}/bin/nedit
      xinstall -m 444 ${worksrcpath}/doc/nedit.man ${destroot}${prefix}/share/man/man1/nedit.1

      xinstall -s -m 555 ${worksrcpath}/source/nc ${destroot}${prefix}/bin/nedit-nc
      xinstall -m 444 ${worksrcpath}/doc/nc.man ${destroot}${prefix}/share/man/man1/nedit-nc.1
      }

      platform darwin {
      patchfiles patch-Makefile.macosx
      build.target macosx
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.