diff options
author | drochner <drochner@pkgsrc.org> | 2005-05-18 15:46:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-05-18 15:46:06 +0000 |
commit | d0f82d9de23f627aa3379001c2c7fd86131117e0 (patch) | |
tree | ad36f03ff3bdb6ce0f08cdbe8c67b920616859cd /math/calcoo | |
parent | 4692b9aeea9deff76f897902f9780c8ca8d390bc (diff) | |
download | pkgsrc-d0f82d9de23f627aa3379001c2c7fd86131117e0.tar.gz |
import calcoo-1.3.16, another desktop calculator
Diffstat (limited to 'math/calcoo')
-rw-r--r-- | math/calcoo/DESCR | 16 | ||||
-rw-r--r-- | math/calcoo/Makefile | 16 | ||||
-rw-r--r-- | math/calcoo/PLIST | 3 | ||||
-rw-r--r-- | math/calcoo/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/math/calcoo/DESCR b/math/calcoo/DESCR new file mode 100644 index 00000000000..46fd4d71db7 --- /dev/null +++ b/math/calcoo/DESCR @@ -0,0 +1,16 @@ +Calcoo is a scientific calculator designed to provide maximum +usability. The features that make Calcoo better than (at least some) +other calculator programs are: +* Bitmapped button labels and display digits to improve readability. +* No double-function buttons. As the result, you need to click only one + button for any operation (except for arc-hyp trigonometric + functions). +* Undo/redo buttons. +* Copy/paste interaction with X the clipboard. +* 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. There are no buttons for the + hexadecimal digits (ABCDEF) and logical operations, which take space + and distract from "scientific" buttons. diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile new file mode 100644 index 00000000000..d1affdaed79 --- /dev/null +++ b/math/calcoo/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 15:46:06 drochner Exp $ +# + +DISTNAME= calcoo-1.3.16 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://calcoo.sourceforge.net/ +COMMENT= Scientific calculator + +GNU_CONFIGURE= yes + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/calcoo/PLIST b/math/calcoo/PLIST new file mode 100644 index 00000000000..b8e0697756c --- /dev/null +++ b/math/calcoo/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 15:46:06 drochner Exp $ +bin/calcoo +man/man1/calcoo.1 diff --git a/math/calcoo/distinfo b/math/calcoo/distinfo new file mode 100644 index 00000000000..41959e2a384 --- /dev/null +++ b/math/calcoo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/18 15:46:06 drochner Exp $ + +SHA1 (calcoo-1.3.16.tar.gz) = 049b40a601b119c1dd95f29538827c629b73ca5d +RMD160 (calcoo-1.3.16.tar.gz) = ebda164940522ea7ecfc7c8ff258cde11680e0a2 +Size (calcoo-1.3.16.tar.gz) = 125239 bytes |