Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (98979a980cab5b109eb8910b0437074ece336ab9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang (Charles)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (98979a980cab5b109eb8910b0437074ece336ab9)
  • Date: Fri, 12 Jun 2009 05:50:00 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

dev/null |binary
science/maxima/BUILD | 15 +++++++++++----
science/maxima/DETAILS | 20 ++++++++++++--------
science/maxima/HISTORY | 5 +++++
science/maxima/maxima-5.15.0.tar.gz.sig | 0
5 files changed, 28 insertions(+), 12 deletions(-)

New commits:
commit 98979a980cab5b109eb8910b0437074ece336ab9
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

maxima: => 5.18.1

diff --git a/science/maxima/BUILD b/science/maxima/BUILD
index 7ea0ae2..9d010f0 100755
--- a/science/maxima/BUILD
+++ b/science/maxima/BUILD
@@ -1,5 +1,12 @@
-if [[ "$(get_spell_provider $SPELL LISP)" == "cmucl-bin" ]]
-then
- OPTS="--with-cmucl-runtime=$INSTALL_ROOT/usr/bin/lisp $OPTS"
-fi &&
+LISPPROVIDER="$(get_spell_provider $SPELL LISP)" &&
+case "$LISPPROVIDER" in
+ clisp)
+ OPTS="--enable-clisp $OPTS" ;;
+ sbcl)
+ OPTS="--enable-sbcl $OPTS" ;;
+ cmucl)
+ OPTS="--enable-cmucl --with-cmucl-runtime=$INSTALL_ROOT/usr/bin/lisp
$OPTS" ;;
+ gcl)
+ OPTS="--enable-gcl $OPTS" ;;
+esac &&
default_build
diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS
index 5c1b920..8876db4 100755
--- a/science/maxima/DETAILS
+++ b/science/maxima/DETAILS
@@ -1,27 +1,31 @@
SPELL=maxima
- VERSION=5.15.0
+ VERSION=5.18.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-#
SOURCE_HASH=sha512:a6422829cc79264ab91f2a732a498fe0fedbb2f560138ebd06eb340720e34a0e43dd2ea99d6f45fa7365baa52b7001407323420feb0b89b6923e7376a6d1ed34
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:18f2bbc2ae0ca7a7d10da33c9198a9ab5647f82cde02de3677bebad51f55202312cd8fa7ff26c352f8106832d6796dc97d3ee2427f6cb0d2c7f36c1a69ebe340
LICENSE[0]=GPL
WEB_SITE=http://maxima.sourceforge.net/
KEYWORDS="algebra lisp science"
ENTERED=20020312
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.
+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.
+ * 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.
+ * 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
diff --git a/science/maxima/HISTORY b/science/maxima/HISTORY
index 82545c6..c20a661 100644
--- a/science/maxima/HISTORY
+++ b/science/maxima/HISTORY
@@ -1,3 +1,8 @@
+2009-06-12 Peng Chang (Charles) <chp AT sourcemage.org>
+ * DETAILS: updated spell to 5.18.1
+ fixed long description wrap
+ * BUILD: maxima needs to be told the name of lisp explicitly
+
2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 5.15.0

diff --git a/science/maxima/maxima-5.15.0.tar.gz.sig
b/science/maxima/maxima-5.15.0.tar.gz.sig
deleted file mode 100644
index 99e601a..0000000
Binary files a/science/maxima/maxima-5.15.0.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (98979a980cab5b109eb8910b0437074ece336ab9), Peng Chang (Charles), 06/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page