aboutsummaryrefslogtreecommitdiffstats
path: root/math/eval/pkg-descr
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-04-26 11:25:11 +0800
committermph <mph@FreeBSD.org>1998-04-26 11:25:11 +0800
commit75aa9011a6ddfd073fa300e7a30dce6e69f95a59 (patch)
treef908cd75544f69439ff732ac062830a5fe3889b5 /math/eval/pkg-descr
parent69a0dae2f19a3abd59c14d46283494dd0f92c70f (diff)
downloadfreebsd-ports-gnome-75aa9011a6ddfd073fa300e7a30dce6e69f95a59.tar.gz
freebsd-ports-gnome-75aa9011a6ddfd073fa300e7a30dce6e69f95a59.tar.zst
freebsd-ports-gnome-75aa9011a6ddfd073fa300e7a30dce6e69f95a59.zip
Import of Eval v113, a command-line based floating-point calculator.
PR: 4979 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
Diffstat (limited to 'math/eval/pkg-descr')
-rw-r--r--math/eval/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/eval/pkg-descr b/math/eval/pkg-descr
new file mode 100644
index 000000000000..96122f208930
--- /dev/null
+++ b/math/eval/pkg-descr
@@ -0,0 +1,8 @@
+Eval is a full featured floating point expression evaluator that
+can assign variables, has many built-in functions and constants, allows
+input and output in any number base, and uses a C-like syntax for
+expression evaluation. Full ANSI C source is included and easily
+portable to other platforms.
+Author: Will Menninger
+
+This version comes with readline support.