aboutsummaryrefslogtreecommitdiff
path: root/math/calcoo
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2005-05-01 18:34:13 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2005-05-01 18:34:13 +0000
commit054fb920b5f829fc29ce8ed89474e5d85a790d5f (patch)
tree22a2be1ec611ed1ff44edfc22cd164c982216581 /math/calcoo
parent940c8637af924d300acd9368dcedc8d9a924ffeb (diff)
downloadports-054fb920b5f829fc29ce8ed89474e5d85a790d5f.tar.gz
ports-054fb920b5f829fc29ce8ed89474e5d85a790d5f.zip
Update to 1.3.16. Notable changes:
* switched to GTK+ 2.x * added shortcut for keypad comma * faster startup
Notes
Notes: svn path=/head/; revision=134460
Diffstat (limited to 'math/calcoo')
-rw-r--r--math/calcoo/Makefile7
-rw-r--r--math/calcoo/distinfo4
-rw-r--r--math/calcoo/pkg-descr9
3 files changed, 11 insertions, 9 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile
index 7e0dc3e88e14..bc27794c1e5a 100644
--- a/math/calcoo/Makefile
+++ b/math/calcoo/Makefile
@@ -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
diff --git a/math/calcoo/distinfo b/math/calcoo/distinfo
index 6ef11828a1e6..874708fe29cd 100644
--- a/math/calcoo/distinfo
+++ b/math/calcoo/distinfo
@@ -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
diff --git a/math/calcoo/pkg-descr b/math/calcoo/pkg-descr
index 21874463f041..4e991f1ef253 100644
--- a/math/calcoo/pkg-descr
+++ b/math/calcoo/pkg-descr
@@ -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.