diff options
author | danfe <danfe@FreeBSD.org> | 2005-02-15 16:54:00 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-02-15 16:54:00 +0000 |
commit | e4d3f6ea4cad5f5a8ce5de33b97084a671c22f3c (patch) | |
tree | 64aa5913905b02ec9041ce41d6cf07b05c7b2f22 /math | |
parent | 2696a95d6f077efea0b25ed126561fbf7cbdf7ca (diff) | |
download | FreeBSD-ports-e4d3f6ea4cad5f5a8ce5de33b97084a671c22f3c.zip FreeBSD-ports-e4d3f6ea4cad5f5a8ce5de33b97084a671c22f3c.tar.gz |
Provide better port description.
Diffstat (limited to 'math')
-rw-r--r-- | math/rpc/pkg-descr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/rpc/pkg-descr b/math/rpc/pkg-descr index 749c46e..29a201b 100644 --- a/math/rpc/pkg-descr +++ b/math/rpc/pkg-descr @@ -1,6 +1,7 @@ -In the great tradition of bc and dc, a new console-based calculator -application is born! rpc is a full-screen RPN calculator program -based on the curses library. It works like some of the more popular -reverse-polish-notation calculators available on the market today. +RPC is a full-screen console-based RPN calculator that uses the curses +library. Its operation is similar to that of modern HP calculators, +but data entry has been optimized for efficiency on a PC keyboard. Its +features include extensive scientific calculator functionality, command +completion, and a visible interactive stack. WWW: http://www.eecs.umich.edu/~pelzlpj/rpc/ |