summaryrefslogtreecommitdiffstats
path: root/science/maxima/DETAILS
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /science/maxima/DETAILS
initial commit from stable 0.3
Diffstat (limited to 'science/maxima/DETAILS')
-rwxr-xr-xscience/maxima/DETAILS28
1 files changed, 28 insertions, 0 deletions
diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS
new file mode 100755
index 0000000000..23611a4d85
--- /dev/null
+++ b/science/maxima/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=maxima
+ VERSION=5.9.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ MD5[0]=8b6744e4a04dc6c0b49296d665034a2c
+ WEB_SITE=http://maxima.sourceforge.net/
+ ENTERED=20020312
+ UPDATED=20030404
+ BUILD_API=2
+ MAINTAINER=eric@sandall.us
+ LICENSE[0]=GPL
+ SHORT="Lisp implementation of MIT Macsyma for computer based algebra"
+cat << EOF
+Maxima is a Common Lisp implementation of MIT's Macsyma system for computer based algebra. Maxima is now about to be released under the GNU Public License.
+
+ * Plotting via netmath over the network.
+ * Computations over network
+ * Well tested on a large array of problems.
+ * Source level Debugger for maxima code
+ * Documentation available as html, or texinfo and so info, and so dvi and postscript.
+ * Latest source development version available or look here for how to download using cvs.
+ * Easy to extend in fundamentally new ways, because you have complete access to source, and access to Common Lisp.
+ * Portable to many systems.
+ * Now covered by GNU public license, so it will stay free.
+ * Was the first computer algebra system, and is one of the best.
+ * It is possible to evaluate forms from web pages in local maxima or in remote ones. Also to access pari, octave, and gap from netmath.
+EOF