wxmaxima version 0.7.3a for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    wxmaxima  most recent diff


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



      # $Id: Portfile 29145 2007-09-16 04:35:05Z takanori macports.org $
      PortSystem 1.0
      Name: wxMaxima
      Version: 0.7.3a
      Maintainers: usami-k yc5.so-net.ne.jp
      Platform: darwin
      Category: math aqua
      Description: Graphical user interface for Maxima
      Long Description: wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets.
      Homepage: http://wxmaxima.sourceforge.net/
      master_sites sourceforge:wxmaxima
      checksums md5 bb24cc08495c259413c34870ea2018d7
      patchfiles patch-src_main.cpp.diff

      depends_lib port:libiconv port:libsdl port:libxml2 port:wxWidgets port:zlib
      depends_run port:maxima

      post-patch {
      reinplace "s| PREFIX |${prefix}|" ${worksrcpath}/src/main.cpp
      }

      configure.args --enable-dnd --enable-printing --enable-unicode-glyphs
      build.target-append wxMaxima.app

      destroot {
      set appPath "/Applications/MacPorts/"
      xinstall -m 755 -d ${destroot}${appPath}
      file copy ${worksrcpath}/wxMaxima.app ${destroot}${appPath}

      set docPath ${prefix}/share/doc/${name}
      xinstall -m 755 -d ${destroot}${docPath}
      foreach f { AUTHORS COPYING README } {
      xinstall -m 644 ${worksrcpath}/${f} ${destroot}${docPath}
      }
      }


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

     Where to find more information:

    Darwin Ports



    image test