Download and Install semantic version 1.4.4 on Mac OS X
Saturday the 19th of July, 2008

    semantic  most recent diff


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



      # $Id: Portfile 36759 2008-05-14 08:29:40Z nox macports.org $

      PortSystem 1.0

      Name: semantic
      Version: 1.4.4
      Category: editors
      Platform: darwin
      Maintainers: nox openmaintainer
      Description: Infrastructure for parser based text analysis in Emacs

      Long Description: Semantic is an infrastructure for parser based text analysis in Emacs. It is a lexer, parser-generator, and parser. It is written in Emacs Lisp and is customized to the way Emacs thinks about language files, and is optimized to use Emacs' parsing capabilities.

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

      checksums md5 9b3780695154dc66e1ecbdc40c0541a0 sha1 65a3826d47d9deaf936c2564425aa4e970ad11c2 rmd160 e67bed991b9c1d0ade548304a47fad7019d2f912

      depends_build port:emacs

      depends_run port:emacs port:eieio

      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.distname ${name}

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

     Where to find more information:

    Darwin Ports



    image test