Changeset 4317 for trunk/dports


Ignore:
Timestamp:
Dec 27, 2003, 7:22:51 PM (20 years ago)
Author:
gwright
Message:

Changed to depend on maxima-lisp instead of clisp. (maxima-lisp is just clisp-2.29, for now.)
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/maxima/Portfile

    r3173 r4317  
    1 # $Id: Portfile,v 1.4 2003/08/05 09:29:19 jkh Exp $
     1# $Id: Portfile,v 1.5 2003/12/27 19:22:51 gwright Exp $
    22
    33PortSystem 1.0
     
    99description     The Maxima computer algebra system
    1010long_description        \
    11                 The Maxima computer algebra system is a descendant \
    12                 of DOE Macsyma, a version of MIT's Macsyma whose \
    13                 development was supported by the U.S. Department of Energy. \
    14                 Through the effort of the late William Shelter of the \
    15                 University of Texas, it was released under the GNU \
    16                 General Public License. It is one of the more \
    17                 comprehensive and powerful computer algebra systems \
     11                The Maxima computer algebra system is a descendant      \
     12                of DOE Macsyma, a version of MIT's Macsyma whose        \
     13                development was supported by the U.S. Department of     \
     14                Energy.                                                 \
     15                                                                        \
     16                Through the effort of the late William Shelter of the   \
     17                University of Texas, it was released under the GNU      \
     18                General Public License. It is one of the more           \
     19                comprehensive and powerful computer algebra systems     \
    1820                available as open source.
    1921
    20 #bugs           The graphical interfaces (xmaxima and the maxima session \
    21 #               mode of TeXmacs) are still quite immature and prone to \
    22 #               hang.
     22#bugs           The graphical interfaces (xmaxima and the maxima        \
     23#               session mode of TeXmacs) are still quite immature and   \
     24#               prone to hang.                                          \
    2325#                                                                       \
    2426#               The not all of the printable documentation can be built \
    25 #               from the top level makefile yet. The printable_doc variant \
    26 #               builds the reference manual in dvi format and forces its \
    27 #               installation into ${prefix}/share/maxima/<version>/doc/dvi.
     27#               from the top level makefile yet. The printable_doc      \
     28#               variant builds the reference manual in dvi format and   \
     29#               forces its installation into                            \
     30#               ${prefix}/share/maxima/<version>/doc/dvi.               \
     31
     32#user_notes     Because maxima usually only works with correctly        \
     33#               with specific versions of the underlying lisp,          \
     34#               the lisp that maxima uses is now found in the           \
     35#               maxima-lisp port. (Currently maxima-lisp is             \
     36#               clisp-2.29.) This allows the various lisps to be        \
     37#               updated without breaking maxima.
    2838
    2939homepage        http://maxima.sourceforge.net/
     
    3949checksums       md5 a1d6d6ed6afb0eebf03df865c0a19f19
    4050
    41 depends_build   bin:clisp:clisp
     51depends_build   bin:maxima-lisp:maxima-lisp
    4252depends_run     bin:wish:tk
    4353
    44 configure.args  --enable-clisp --with-clisp=${prefix}/bin/clisp
     54configure.args  --enable-clisp --with-clisp=${prefix}/bin/maxima-lisp
    4555
    4656variant printable_doc   {
    47                 depends_build   bin:latex:teTeX
     57                depends_build-append    bin:latex:teTeX
    4858                build.target    all dvi
    4959
Note: See TracChangeset for help on using the changeset viewer.