diff options
author | steve <steve@FreeBSD.org> | 1998-08-31 02:30:09 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-31 02:30:09 +0800 |
commit | 62823c265f38bed0db425c4385a739264804cf01 (patch) | |
tree | 9e14cb41b8b99629fa58b0a5c9b16ad9b8ac2f1f /math/add/pkg-descr | |
parent | 73a951bb9ed9ac504bbe9abfe550d97618468501 (diff) | |
download | freebsd-ports-gnome-62823c265f38bed0db425c4385a739264804cf01.tar.gz freebsd-ports-gnome-62823c265f38bed0db425c4385a739264804cf01.tar.zst freebsd-ports-gnome-62823c265f38bed0db425c4385a739264804cf01.zip |
Initial import of add version 1.0.
A full-screen editing calculator.
PR: 7769
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'math/add/pkg-descr')
-rw-r--r-- | math/add/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/add/pkg-descr b/math/add/pkg-descr new file mode 100644 index 000000000000..ba19d7076536 --- /dev/null +++ b/math/add/pkg-descr @@ -0,0 +1,7 @@ +Add is a fixed-point calculator that operates as a full-screen editor. +Add performs fixed-point computation. It is designed for use as a +checkbook or expense-account balancing tool. Add maintains a running +result for each operation. You may scroll to any position in the +expression list and modify the list. + +http://www.clark.net/pub/dickey/add/add.html |