diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-08-14 21:34:10 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-08-14 21:34:10 +0800 |
commit | f94a54a5cd7463f020482ff7b34836f2c120be9a (patch) | |
tree | 5a74a023e6207b39204ebd888758cc0d35dd2aa0 /math/Makefile | |
parent | 4da37732be2c26ed4e87134347d593c5c5692132 (diff) | |
download | freebsd-ports-gnome-f94a54a5cd7463f020482ff7b34836f2c120be9a.tar.gz freebsd-ports-gnome-f94a54a5cd7463f020482ff7b34836f2c120be9a.tar.zst freebsd-ports-gnome-f94a54a5cd7463f020482ff7b34836f2c120be9a.zip |
SpeedCrunch is a multiplatform desktop calculator for power users.
It is designed to be enjoyed using keyboard. Result is shown in
scrollable display, history of expressions is available with up
and down arrow.
Some other features:
optional keypad, syntax highlight, matched parenthesis indicator,
just-in-time calculation (show result even before you finish typing)
and autocomplete for variables.
WWW: http://speedcrunch.digitalfanatics.org/
Note: Moved from science to math at danfe@'s request (no repocopy since there
is no history to preserve).
PR: ports/114969
Submitted by: Yinghong.Liu <relaxbsd at gmail.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 348bf1c17355..e8fc4d173a8d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -350,6 +350,7 @@ SUBDIR += snns SUBDIR += solitaire SUBDIR += spar + SUBDIR += speedcrunch SUBDIR += spooles SUBDIR += spooles-mpich SUBDIR += ss |