aboutsummaryrefslogtreecommitdiff
path: root/math/eval/pkg-descr
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:25:11 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:25:11 +0000
commit50db84abd37e97f7cbbfbed00f9ab3f3240ee0e3 (patch)
tree90e6070b2a800afe8f93647724540a734eb5abef /math/eval/pkg-descr
parentff7d128d26c683ee565350ed7350f36d4e8d0b27 (diff)
downloadports-50db84abd37e97f7cbbfbed00f9ab3f3240ee0e3.tar.gz
ports-50db84abd37e97f7cbbfbed00f9ab3f3240ee0e3.zip
Notes
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.