Download and Install eieio version 0.17 on Mac OS X
Sunday the 7th of September, 2008

    eieio  most recent diff


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



      # $Id: Portfile 30854 2007-11-08 13:49:53Z nox macports.org $

      PortSystem 1.0

      Name: eieio
      Version: 0.17
      Category: editors
      Platform: darwin
      Maintainers: nox
      Description: Enhanced Implementation of Emacs Interpreted Objects

      Long Description: EIEIO is an Emacs lisp program which implements a controlled object-oriented programming methodology following the CLOS standard. EIEIO also has object browsing functions, and custom widget types. It has a fairly complete manual describing how to use it.

      Homepage: http://cedet.sourceforge.net/eieio.shtml
      master_sites sourceforge:cedet

      checksums md5 13a5663dcd6bae31d6c618701d2bd08b sha1 4ad41e1c9aab4976808927896b2ec35a6b7dd206 rmd160 5db7ed84a5d16ce073cba36e314bfcbf37612274

      depends_build port:emacs
      depends_run port:emacs

      use_configure no

      destroot {
      set lispdir ${prefix}/share/emacs/site-lisp
      xinstall -d ${destroot}${lispdir}
      eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] ${destroot}${lispdir}
      }

      universal_variant no

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

     Where to find more information:

    Darwin Ports



    image test