diff options
author | edwin <edwin@FreeBSD.org> | 2010-01-31 18:28:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-01-31 18:28:11 +0800 |
commit | 747e8c9f8652500bf3a284f0026cb1ab0b608d44 (patch) | |
tree | 8bb0da8acc9ced9fe25ca843ef91dc805c54a43c /math/Makefile | |
parent | 326167af5ebad5c9507133e396c44e3602a0e298 (diff) | |
download | freebsd-ports-gnome-747e8c9f8652500bf3a284f0026cb1ab0b608d44.tar.gz freebsd-ports-gnome-747e8c9f8652500bf3a284f0026cb1ab0b608d44.tar.zst freebsd-ports-gnome-747e8c9f8652500bf3a284f0026cb1ab0b608d44.zip |
New port: math/rpcalc
rpCalc started out as a little program written to try out various
Python GUI toolkits. But I ended up using it all the time (it's
much quicker to pull it up than to pull an actual HP calculator
out of the desk), and I made several improvements. So I decided
to make it available to others who also like RPN calculators.
WWW: http://rpcalc.bellz.org/index.html
Author: Doug Bell <doug101 AT bellz DOT org>
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 63e3e9c55003..84925aed696f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -460,6 +460,7 @@ SUBDIR += rkward-kde4 SUBDIR += rngstreams SUBDIR += rpc + SUBDIR += rpcalc SUBDIR += rpy SUBDIR += ruby-algebra SUBDIR += ruby-bitset |