Jed version 0.99-18 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 0.99-18

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


      The jed Portfile 41341 2008-10-31 05:16:40Z jmr macports.org $

      PortSystem 1.0

      Name: jed
      Version: 0.99-18
      Category: editors
      Maintainers: nomaintainer
      Description: JED is a powerful editor for programmers.
      Long Description: JED is a powerful editor designed for use by programmers, its drop-down menu facility make it one of the friendliest text editors around. Hence it is ideal for composing simple email messages as well as editing complex programs in a variety of computer languages.
      Homepage: http://www.jedsoft.org/jed/
      Platform: darwin
      Master Sites: ftp://space.mit.edu/pub/davis/jed/v0.99/ ftp://space.mit.edu/pub/davis/jed/v0.99/old/
      use_bzip2 yes
      Checksums: md5 5378c8e7805854018d9ec5c3cfadf637 sha1 fa4b3313fdde0466546e36100b0de2d9cc75806d rmd160 6925b67eab24d6dd2d5b5a975c350cfda515632d
      depends_lib port:slang2
      Patch Files: patch-pty.c patch-misc.c
      configure.args --mandir=${prefix}/share/man --with-slang=${prefix}
      configure.cppflags-append "-L${prefix}/lib"
      configure.cflags-append -no-cpp-precomp
      configure.env JED_ROOT=${prefix}/share/jed
      destroot {
      xinstall ${worksrcpath}/src/objs/jed ${destroot}${prefix}/bin

      xinstall ${worksrcpath}/doc/manual/jed.1 ${destroot}${prefix}/share/man/man1/

      xinstall -d ${destroot}${prefix}/share/jed/lib
      foreach f [glob -nocomplain [file join ${worksrcpath}/lib *]] {
      if {![file isdirectory $f] } {
      xinstall $f ${destroot}${prefix}/share/jed/lib/
      }
      }

      xinstall -d ${destroot}${prefix}/share/jed/lib/colors
      foreach f [glob -nocomplain [file join ${worksrcpath}/lib/colors *]] {
      if {![file isdirectory $f] } {
      xinstall $f ${destroot}${prefix}/share/jed/lib/colors/
      }
      }

      xinstall -d ${destroot}${prefix}/share/jed/lib/colors/Xjed
      foreach f [glob -nocomplain [file join ${worksrcpath}/lib/colors/Xjed *]] {
      if {![file isdirectory $f] } {
      xinstall $f ${destroot}${prefix}/share/jed/lib/colors/Xjed/
      }
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.