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 | |
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')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/rpcalc/Makefile | 26 | ||||
-rw-r--r-- | math/rpcalc/distinfo | 3 | ||||
-rw-r--r-- | math/rpcalc/pkg-descr | 8 | ||||
-rw-r--r-- | math/rpcalc/pkg-plist | 40 |
5 files changed, 78 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 diff --git a/math/rpcalc/Makefile b/math/rpcalc/Makefile new file mode 100644 index 000000000000..2b3223dadd68 --- /dev/null +++ b/math/rpcalc/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: rpcalc +# Date created: 31 January 2010 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= rpcalc +PORTVERSION= 0.6.0 +CATEGORIES= math +MASTER_SITES= BERLIOS + +MAINTAINER= edwin@mavetju.org +COMMENT= Simple RPN calculator + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}//PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui + +WRKSRC= ${WRKDIR}/rpCalc + +NO_BUILD= yes +USE_PYTHON= yes + +do-install: + cd ${WRKSRC} && ${PYTHON_CMD} install.py + +.include <bsd.port.mk> diff --git a/math/rpcalc/distinfo b/math/rpcalc/distinfo new file mode 100644 index 000000000000..99ec61e3f425 --- /dev/null +++ b/math/rpcalc/distinfo @@ -0,0 +1,3 @@ +MD5 (rpcalc-0.6.0.tar.gz) = 26573ca7369abc6228802b4a3eba3c56 +SHA256 (rpcalc-0.6.0.tar.gz) = 7ecaea19a0aa6ce799c2abb0bb7f9185d043ab2a854eefa48b3f6e7853fedb3a +SIZE (rpcalc-0.6.0.tar.gz) = 34458 diff --git a/math/rpcalc/pkg-descr b/math/rpcalc/pkg-descr new file mode 100644 index 000000000000..353fe2b208d7 --- /dev/null +++ b/math/rpcalc/pkg-descr @@ -0,0 +1,8 @@ +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> diff --git a/math/rpcalc/pkg-plist b/math/rpcalc/pkg-plist new file mode 100644 index 000000000000..ac1916cab9d5 --- /dev/null +++ b/math/rpcalc/pkg-plist @@ -0,0 +1,40 @@ +bin/rpcalc + +share/icons/rpcalc/calc_lg.png +share/icons/rpcalc/calc_sm.png +@dirrm share/icons/rpcalc + +share/doc/rpcalc/LICENSE +share/doc/rpcalc/README.html +share/doc/rpcalc/INSTALL +@dirrm share/doc/rpcalc + +lib/rpcalc/extradisplay.py +lib/rpcalc/calcbutton.py +lib/rpcalc/optiondefaults.py +lib/rpcalc/altbasedialog.py +lib/rpcalc/icons.py +lib/rpcalc/calcstack.py +lib/rpcalc/calccore.py +lib/rpcalc/option.py +lib/rpcalc/helpview.py +lib/rpcalc/setup.py +lib/rpcalc/calcdlg.py +lib/rpcalc/calclcd.py +lib/rpcalc/rpcalc.py +lib/rpcalc/optiondlg.py +lib/rpcalc/altbasedialog.pyc +lib/rpcalc/calcbutton.pyc +lib/rpcalc/calccore.pyc +lib/rpcalc/calcdlg.pyc +lib/rpcalc/calclcd.pyc +lib/rpcalc/calcstack.pyc +lib/rpcalc/extradisplay.pyc +lib/rpcalc/helpview.pyc +lib/rpcalc/icons.pyc +lib/rpcalc/option.pyc +lib/rpcalc/optiondefaults.pyc +lib/rpcalc/optiondlg.pyc +lib/rpcalc/rpcalc.pyc +lib/rpcalc/setup.pyc +@dirrm lib/rpcalc |