diff options
author | stephen <stephen@FreeBSD.org> | 2014-02-19 06:16:33 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-02-19 06:16:33 +0800 |
commit | fbd1cea885e30bdd9efeecdfc53366928309b345 (patch) | |
tree | 59ded198633ff3ce9dfec5f5d8987a032dbabddd /math/Makefile | |
parent | 1e6c0741bc9312eea47b360e64b715abc8bf6023 (diff) | |
download | freebsd-ports-gnome-fbd1cea885e30bdd9efeecdfc53366928309b345.tar.gz freebsd-ports-gnome-fbd1cea885e30bdd9efeecdfc53366928309b345.tar.zst freebsd-ports-gnome-fbd1cea885e30bdd9efeecdfc53366928309b345.zip |
- New port math/reduce.
This is a powerful Computer-Algebra System written in it's own version of
LISP with quite a long history behind it.
PR: ports/186855
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index eb7016ec16c9..ce7d1e85ea72 100644 --- a/math/Makefile +++ b/math/Makefile @@ -595,6 +595,7 @@ SUBDIR += qwtplot3d-qt4 SUBDIR += randlib SUBDIR += rapid + SUBDIR += reduce SUBDIR += reed-solomon SUBDIR += rkward-kde4 SUBDIR += rngstreams |