summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-06-24 10:40:01 +0200
committerFlorian Franzmann2011-06-24 10:40:01 +0200
commita2c7c9a22079a8c8c34e115f7918b2d1a8c892f7 (patch)
tree0eca20c6b48b0cb1a9e1c80f4136f79503a18d25
parent97378bb354ee11d5af2fe7a02473ca2499f7ba1b (diff)
science/wxmaxima: new spell, a GUI for maxima
-rw-r--r--ChangeLog3
-rwxr-xr-xscience/wxmaxima/DEPENDS2
-rwxr-xr-xscience/wxmaxima/DETAILS16
-rw-r--r--science/wxmaxima/HISTORY3
4 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e641e6bfe..1e7f460dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-06-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * science/wxmaxima: new spell, a GUI for maxima
+
2011-06-23 Vlad Glagolev <stealth@sourcemage.org>
* net/iscsitarget: new spell, iSCSI enterprise target project
* net/open-iscsi: new spell, high performance, multi-platform
diff --git a/science/wxmaxima/DEPENDS b/science/wxmaxima/DEPENDS
new file mode 100755
index 0000000000..752526a2fd
--- /dev/null
+++ b/science/wxmaxima/DEPENDS
@@ -0,0 +1,2 @@
+depends WXWIDGET &&
+depends maxima
diff --git a/science/wxmaxima/DETAILS b/science/wxmaxima/DETAILS
new file mode 100755
index 0000000000..6e0a544984
--- /dev/null
+++ b/science/wxmaxima/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=wxmaxima
+ VERSION=11.04.0
+ SOURCE="wxMaxima-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/wxMaxima/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:09adecc136f69bc5cbaf09926acd2a720b5ebae1f60c7983179b95f6f02c69326f35aec2c201d9ed895181def90b306c04b371d61a022b0aa50ada0bc99837b0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/wxMaxima-${VERSION}"
+ WEB_SITE="http://andrejv.github.com/wxmaxima"
+ LICENSE[0]=GPL
+ ENTERED=20110624
+ SHORT="a document based interface for the computer algebra system Maxima"
+cat << EOF
+wxMaxima is a document based interface for the computer algebra system Maxima.
+It uses wxWidgets and runs natively on Windows, X11 and Mac OS X. wxMaxima
+provides menus and dialogs for many common maxima commands, autocompletion,
+inline plots and simple animations.
+EOF
diff --git a/science/wxmaxima/HISTORY b/science/wxmaxima/HISTORY
new file mode 100644
index 0000000000..f3df1e5e5a
--- /dev/null
+++ b/science/wxmaxima/HISTORY
@@ -0,0 +1,3 @@
+2011-06-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+