Update to 1.3.16. Notable changes:

* switched to GTK+ 2.x
* added shortcut for keypad comma
* faster startup
This commit is contained in:
Christian Weisgerber
2005-05-01 18:34:13 +00:00
parent 940c8637af
commit 054fb920b5
3 changed files with 11 additions and 9 deletions

View File

@@ -5,17 +5,16 @@
# $FreeBSD$
PORTNAME= calcoo
PORTVERSION= 1.3.15
PORTREVISION= 1
PORTVERSION= 1.3.16
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://webusers.physics.umn.edu/~kaminski/calcoo/
MASTER_SITE_SUBDIR= calcoo
MAINTAINER= naddy@FreeBSD.org
COMMENT= Gtk-based scientific calculator
COMMENT= RPN and algebraic scientific calculator
USE_GNOME= gtk12
USE_GNOME= gtk20 pkgconfig
GNU_CONFIGURE= yes
MAN1= calcoo.1

View File

@@ -1,2 +1,2 @@
MD5 (calcoo-1.3.15.tar.gz) = 3c078ab48dcd1fce374aa845a0f63236
SIZE (calcoo-1.3.15.tar.gz) = 90631
MD5 (calcoo-1.3.16.tar.gz) = 7e8eccf8bdf78c99d38825a540b8dead
SIZE (calcoo-1.3.16.tar.gz) = 125239

View File

@@ -6,10 +6,13 @@ other calculator programs are:
* No double-function buttons.
* Undo/redo buttons.
* Copy/paste interaction with X clipboard.
* Both RPN (reverse Polish notation) and "standard" modes are available.
* Tick marks to separate thousands.
* Both RPN (reverse Polish notation) and algebraic modes are available.
* Tick marks to separate thousands.
* Two memory registers with displays.
* Displays for Y, Z, and T registers.
* It is a purely scientific calculator.
Below are the features that Calcoo lacks (but which are useless anyway):
Features that Calcoo lacks:
* Statistical mode.
* HEX mode.