Update to 1.3.16. Notable changes:

* switched to GTK+ 2.x
* added shortcut for keypad comma
* faster startup
This commit is contained in:
naddy 2005-05-01 18:34:14 +00:00
parent c4c96d7b1b
commit d9ec5acb5b
3 changed files with 22 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2004/12/27 07:16:44 alek Exp $
# $OpenBSD: Makefile,v 1.19 2005/05/01 18:34:14 naddy Exp $
COMMENT= "Gtk-based scientific calculator"
COMMENT= "RPN and algebraic scientific calculator"
DISTNAME= calcoo-1.3.15
DISTNAME= calcoo-1.3.16
CATEGORIES= math
HOMEPAGE= http://calcoo.sourceforge.net/
@ -13,12 +13,17 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} \
http://www.physics.umn.edu/~kaminski/calcoo/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} \
http://www.physics.umn.edu/~kaminski/calcoo/
LIB_DEPENDS= gtk.1,gdk.1::x11/gtk+
WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender \
c fontconfig freetype m atk-1.0.800.0 \
glib-2.0.400.0 gmodule-2.0.400.0 gobject-2.0.400.0 iconv intl \
pango-1.0.600.0 pangox-1.0.600.0 pangoxft-1.0.600.0
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gdk_pixbuf-2.0.400.0,gdk-x11-2.0.400.0,gtk-x11-2.0.400.0::x11/gtk+2
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
MD5 (calcoo-1.3.15.tar.gz) = 3c078ab48dcd1fce374aa845a0f63236
RMD160 (calcoo-1.3.15.tar.gz) = 89576aa883eb9082d3328144a1a4a0ace4e73d3e
SHA1 (calcoo-1.3.15.tar.gz) = 3842079214e229b081ee4b8189046885929d297f
SIZE (calcoo-1.3.15.tar.gz) = 90631
MD5 (calcoo-1.3.16.tar.gz) = 7e8eccf8bdf78c99d38825a540b8dead
RMD160 (calcoo-1.3.16.tar.gz) = ebda164940522ea7ecfc7c8ff258cde11680e0a2
SHA1 (calcoo-1.3.16.tar.gz) = 049b40a601b119c1dd95f29538827c629b73ca5d
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.