diff options
author | naddy <naddy@FreeBSD.org> | 2005-05-02 02:34:13 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-05-02 02:34:13 +0800 |
commit | 7ddfc1a85fb3e5e2766d1c191c57c403ab684e79 (patch) | |
tree | de0f6b8c00e904b2c6129ca9cfcd21343f9ccf3e /math/calcoo | |
parent | 17e443c4e38f2f867a16b4d0528d8eb2318d8b80 (diff) | |
download | freebsd-ports-gnome-7ddfc1a85fb3e5e2766d1c191c57c403ab684e79.tar.gz freebsd-ports-gnome-7ddfc1a85fb3e5e2766d1c191c57c403ab684e79.tar.zst freebsd-ports-gnome-7ddfc1a85fb3e5e2766d1c191c57c403ab684e79.zip |
Update to 1.3.16. Notable changes:
* switched to GTK+ 2.x
* added shortcut for keypad comma
* faster startup
Diffstat (limited to 'math/calcoo')
-rw-r--r-- | math/calcoo/Makefile | 7 | ||||
-rw-r--r-- | math/calcoo/distinfo | 4 | ||||
-rw-r--r-- | math/calcoo/pkg-descr | 9 |
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. |