summaryrefslogtreecommitdiffstats
path: root/science/yacas/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'science/yacas/DETAILS')
-rwxr-xr-xscience/yacas/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/science/yacas/DETAILS b/science/yacas/DETAILS
new file mode 100755
index 0000000000..cb21506fba
--- /dev/null
+++ b/science/yacas/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=yacas
+ VERSION=1.3.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.sourceforge.net/backups/${SOURCE}
+ SOURCE_HASH=sha512:adbeb7d1428bb499f80fca8c0b715714c8cd3ac11b1b4fbd15d5b8ba6d93abfcc4cbe17984745651916b3a5130a345d511c3c84290a87f595e449c86944928b1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://yacas.sourceforge.net/"
+ LICENSE[0]=GPL
+ ENTERED=20130315
+ SHORT="a computer algebra system"
+cat << EOF
+YACAS is an easy to use, general purpose Computer Algebra System, a program
+for symbolic manipulation of mathematical expressions. It uses its own
+programming language designed for symbolic as well as arbitrary-precision
+numerical computations. The system has a library of scripts that implement
+many of the symbolic algebra operations; new algorithms can be easily added
+to the library. YACAS comes with extensive documentation (hundreds of pages)
+covering the scripting language, the functionality that is already implemented
+in the system, and the algorithms used.
+EOF