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>
This commit is contained in:
parent
555b3d6cc9
commit
b0b88cc34a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248945
@ -460,6 +460,7 @@
|
|||||||
SUBDIR += rkward-kde4
|
SUBDIR += rkward-kde4
|
||||||
SUBDIR += rngstreams
|
SUBDIR += rngstreams
|
||||||
SUBDIR += rpc
|
SUBDIR += rpc
|
||||||
|
SUBDIR += rpcalc
|
||||||
SUBDIR += rpy
|
SUBDIR += rpy
|
||||||
SUBDIR += ruby-algebra
|
SUBDIR += ruby-algebra
|
||||||
SUBDIR += ruby-bitset
|
SUBDIR += ruby-bitset
|
||||||
|
26
math/rpcalc/Makefile
Normal file
26
math/rpcalc/Makefile
Normal file
@ -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>
|
3
math/rpcalc/distinfo
Normal file
3
math/rpcalc/distinfo
Normal file
@ -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
|
8
math/rpcalc/pkg-descr
Normal file
8
math/rpcalc/pkg-descr
Normal file
@ -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>
|
40
math/rpcalc/pkg-plist
Normal file
40
math/rpcalc/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user