maxima version 5.14.0 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    maxima  most recent diff


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



      # $Id: Portfile 33462 2008-01-27 14:31:53Z gui_dos macports.org $

      PortSystem 1.0
      Name: maxima
      Version: 5.14.0
      revision 1
      Category: math
      Maintainers: nomaintainer
      Platform: darwin
      Description: The Maxima computer algebra system
      Long Description: The Maxima computer algebra system is a descendant of DOE Macsyma, a version of MIT's Macsyma whose development was supported by the U.S. Department of Energy. Through the effort of the late William Shelter of the University of Texas, it was released under the GNU General Public License. It is one of the more comprehensive and powerful computer algebra systems available as open source.

      #bugs The graphical interfaces (xmaxima and the maxima # session mode of TeXmacs) are still quite immature and # prone to hang. # # The not all of the printable documentation can be built # from the top level makefile yet. The printable_doc # variant builds the reference manual in dvi format and # forces its installation into # ${prefix}/share/maxima//doc/dvi.
      Homepage: http://maxima.sourceforge.net/
      master_sites sourceforge
      checksums md5 8afd0efee916c983d875a396ec405ad2

      depends_run port:sbcl port:tk port:recode port:gnuplot

      worksrcdir ${name}-${version}

      configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man --enable-sbcl

      Variant: clisp conflicts darwin i386 {
      depends_build-delete port:sbcl
      depends_build-append port:clisp
      configure.args-delete --enable-sbcl
      configure.args-append --enable-clisp
      }

      default_variants +test

      Variant: test { test.run yes
      test.target check
      }

      Variant: printable_doc {
      depends_build-append bin:tex:teTeX
      build.target all pdf

      pre-destroot {
      system "install -d -m 755 ${destroot}${prefix}/share/${name}/${version}/doc/pdf"
      system "install -c -m 644 ${workpath}/${worksrcdir}/doc/info/maxima.pdf ${destroot}${prefix}/share/${name}/${version}/doc/pdf"
      }
      }



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

     Where to find more information:

    Darwin Ports



    image test