The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : calctool

A multi-GUI (terminal, X, XView) calculator program

 From the README:

calctool  -  README  -  November 1989.

This is V2.4 of a simple desktop calculator.
This version works under X11, XView and dumb tty terminals.

It is almost visually identical to V2.1 which was released in August
1988, but internally most of the code has been reworked to include a
level of graphics abstraction, to make porting this code to other
window systems a trivial task.

V2.4 includes display in scientific notation, color icons, a correct
factorial function and fixes for a few minor bugs. It introduces the
new versions for XView, X11, MGR and dumb terminals. New functions
include hyperbolic and inverse hyperbolic trigonometrical functions,
register exchange, constants and the input of numbers in exponential
notation. You can also have a .calctoolrc file in your home directory,
which can define upto ten new values for constants, and ten function
definitions which are used in conjunction with the FUN key.

(port maintained by ssedov@mbsd.msk.ru)
 




calctool history


v. 1.19
date: 2007/05/19 20:14:50;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.18 date: 2007/03/27 22:12:01; author: stas; state: Exp; lines: +1 -1 - Change my email. Suggested by: skv
v. 1.17 date: 2006/07/13 20:21:03; author: itetcu; state: Exp; lines: +13 -4 Add XView frontend support for calctool. PR: ports/100227 Submitted by: Stanislav Sedov (maintainer)
v. 1.16 date: 2006/07/12 22:23:35; author: itetcu; state: Exp; lines: +49 -6 - Add support for tty version, available versions could be selected via options - Use shared library instead of static one - don't install calctool.ps for it's intended for NeWS version - update info (the GUI is currently available is X11 and tty, but not NeWS, SunView) etc. - install supplimentary files in $DATADIR - don't use X prefix, since there is tty version also ans it has no to do with X - Pass maintainership to submitter PR: 100181 Submitted by: Stanislav Sedov
v. 1.15 date: 2003/12/21 00:21:55; author: sergei; state: Exp; lines: +1 -1 - Use canonical form (ports@FreeBSD.org) in MAINTAINER line
v. 1.14 date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.13 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.12 date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.11 date: 2002/10/21 02:31:07; author: nsayer; state: Exp; lines: +2 -2 Release all my ports. kris made it clear that by his measure I'm not doing my job as a port maintainer. Far be it from me to be an obstruction to the project.
v. 1.10 date: 2001/03/09 18:25:08; author: nsayer; state: Exp; lines: +3 -1 1. Respect CFLAGS 2. Respect X11BASE 3. Reduce Makefile patching by specifying ALL-TARGET
v. 1.9 date: 2001/01/16 17:31:27; author: sobomax; state: Exp; lines: +7 -7 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.8 date: 2000/12/09 00:01:47; author: nsayer; state: Exp; lines: +2 -2 Update e-mail address.
v. 1.7 date: 2000/08/08 17:14:00; author: nsayer; state: Exp; lines: +3 -2 Move distfile to MASTER_SITE_LOCAL/nsayer
v. 1.6 date: 2000/04/14 07:19:52; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.5 date: 2000/03/21 23:57:15; author: mharo; state: Exp; lines: +3 -3 remove whitespace (portlint)
v. 1.4 date: 1999/08/25 07:07:36; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.3 date: 1998/08/05 09:31:24; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.2 date: 1996/12/12 05:28:54; author: asami; state: Exp; lines: +3 -2 Reformat.
v. 1.1 date: 1996/12/12 03:46:31; author: erich; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/12/12 03:46:31; author: erich; state: Exp; lines: +0 -0 new port of calctool, another X11 calculator, closes ports/2157 Submitted by: Nick Sayer nsayer@quack.kfu.com ============================================================================= v. 1.19 date: 2007/05/19 20:14:50; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2007/03/27 22:12:01; author: stas; state: Exp; lines: +1 -1 - Change my email. Suggested by: skv
v. 1.17 date: 2006/07/13 20:21:03; author: itetcu; state: Exp; lines: +13 -4 Add XView frontend support for calctool. PR: ports/100227 Submitted by: Stanislav Sedov (maintainer)
v. 1.16 date: 2006/07/12 22:23:35; author: itetcu; state: Exp; lines: +49 -6 - Add support for tty version, available versions could be selected via options - Use shared library instead of static one - don't install calctool.ps for it's intended for NeWS version - update info (the GUI is currently available is X11 and tty, but not NeWS, SunView) etc. - install supplimentary files in $DATADIR - don't use X prefix, since there is tty version also ans it has no to do with X - Pass maintainership to submitter PR: 100181 Submitted by: Stanislav Sedov
v. 1.15 date: 2003/12/21 00:21:55; author: sergei; state: Exp; lines: +1 -1 - Use canonical form (ports@FreeBSD.org) in MAINTAINER line
v. 1.14 date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.13 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.12 date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.11 date: 2002/10/21 02:31:07; author: nsayer; state: Exp; lines: +2 -2 Release all my ports. kris made it clear that by his measure I'm not doing my job as a port maintainer. Far be it from me to be an obstruction to the project.
v. 1.10 date: 2001/03/09 18:25:08; author: nsayer; state: Exp; lines: +3 -1 1. Respect CFLAGS 2. Respect X11BASE 3. Reduce Makefile patching by specifying ALL-TARGET
v. 1.9 date: 2001/01/16 17:31:27; author: sobomax; state: Exp; lines: +7 -7 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.8 date: 2000/12/09 00:01:47; author: nsayer; state: Exp; lines: +2 -2 Update e-mail address.
v. 1.7 date: 2000/08/08 17:14:00; author: nsayer; state: Exp; lines: +3 -2 Move distfile to MASTER_SITE_LOCAL/nsayer
v. 1.6 date: 2000/04/14 07:19:52; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.5 date: 2000/03/21 23:57:15; author: mharo; state: Exp; lines: +3 -3 remove whitespace (portlint)
v. 1.4 date: 1999/08/25 07:07:36; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.3 date: 1998/08/05 09:31:24; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.2 date: 1996/12/12 05:28:54; author: asami; state: Exp; lines: +3 -2 Reformat.
v. 1.1 date: 1996/12/12 03:46:31; author: erich; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/12/12 03:46:31; author: erich; state: Exp; lines: +0 -0 new port of calctool, another X11 calculator, closes ports/2157 Submitted by: Nick Sayer nsayer@quack.kfu.com ============================================================================= v. 1.19 date: 2007/05/19 20:14:50; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2007/03/27 22:12:01; author: stas; state: Exp; lines: +1 -1 - Change my email. Suggested by: skv
v. 1.17 date: 2006/07/13 20:21:03; author: itetcu; state: Exp; lines: +13 -4 Add XView frontend support for calctool. PR: ports/100227 Submitted by: Stanislav Sedov (maintainer)
v. 1.16 date: 2006/07/12 22:23:35; author: itetcu; state: Exp; lines: +49 -6 - Add support for tty version, available versions could be selected via options - Use shared library instead of static one - don't install calctool.ps for it's intended for NeWS version - update info (the GUI is currently available is X11 and tty, but not NeWS, SunView) etc. - install supplimentary files in $DATADIR - don't use X prefix, since there is tty version also ans it has no to do with X - Pass maintainership to submitter PR: 100181 Submitted by: Stanislav Sedov
v. 1.15 date: 2003/12/21 00:21:55; author: sergei; state: Exp; lines: +1 -1 - Use canonical form (ports@FreeBSD.org) in MAINTAINER line
v. 1.14 date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.13 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.12 date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.11 date: 2002/10/21 02:31:07; author: nsayer; state: Exp; lines: +2 -2 Release all my ports. kris made it clear that by his measure I'm not doing my job as a port maintainer. Far be it from me to be an obstruction to the project.
v. 1.10 date: 2001/03/09 18:25:08; author: nsayer; state: Exp; lines: +3 -1 1. Respect CFLAGS 2. Respect X11BASE 3. Reduce Makefile patching by specifying ALL-TARGET
v. 1.9 date: 2001/01/16 17:31:27; author: sobomax; state: Exp; lines: +7 -7 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.8 date: 2000/12/09 00:01:47; author: nsayer; state: Exp; lines: +2 -2 Update e-mail address.
v. 1.7 date: 2000/08/08 17:14:00; author: nsayer; state: Exp; lines: +3 -2 Move distfile to MASTER_SITE_LOCAL/nsayer
v. 1.6 date: 2000/04/14 07:19:52; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.5 date: 2000/03/21 23:57:15; author: mharo; state: Exp; lines: +3 -3 remove whitespace (portlint)
v. 1.4 date: 1999/08/25 07:07:36; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.3 date: 1998/08/05 09:31:24; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.2 date: 1996/12/12 05:28:54; author: asami; state: Exp; lines: +3 -2 Reformat.
v. 1.1 date: 1996/12/12 03:46:31; author: erich; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/12/12 03:46:31; author: erich; state: Exp; lines: +0 -0 new port of calctool, another X11 calculator, closes ports/2157 Submitted by: Nick Sayer nsayer@quack.kfu.com =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm