mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Calcoo is a Gtk-based scientific calculator designed to provide maximum
usability.
This commit is contained in:
parent
55bb75388c
commit
e90c4b51fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53344
@ -12,6 +12,7 @@
|
||||
SUBDIR += biggles
|
||||
SUBDIR += blas
|
||||
SUBDIR += calc
|
||||
SUBDIR += calcoo
|
||||
SUBDIR += calctool
|
||||
SUBDIR += ccmath
|
||||
SUBDIR += cln
|
||||
|
21
math/calcoo/Makefile
Normal file
21
math/calcoo/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: calcoo
|
||||
# Date created: 2002-01-17
|
||||
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calcoo
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.physics.umn.edu/~kaminski/calcoo/
|
||||
MASTER_SITE_SUBDIR= calcoo
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
|
||||
USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= calcoo.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/calcoo/distinfo
Normal file
1
math/calcoo/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (calcoo-1.3.4.tar.gz) = 968a4b9394951811a113f33c2c9d5f75
|
13
math/calcoo/files/patch-src::c_main.c
Normal file
13
math/calcoo/files/patch-src::c_main.c
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/c_main.c.orig Wed Dec 12 17:18:06 2001
|
||||
+++ src/c_main.c Fri Jan 18 22:40:01 2002
|
||||
@@ -59,6 +59,7 @@
|
||||
reset_registers();
|
||||
cpu->prescribed_format = DEFAULT_DISPLAY_FORMAT;
|
||||
cpu->angle_measure = DEFAULT_ANGLE_MEASURE;
|
||||
+ cpu->curr_mem = 0;
|
||||
/* slightly underestimated precision
|
||||
* it is going to be used in evaluation of
|
||||
* trigonometric functions to get sin PI = 0 rather than 10^-17 */
|
1
math/calcoo/pkg-comment
Normal file
1
math/calcoo/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Gtk-based scientific calculator
|
17
math/calcoo/pkg-descr
Normal file
17
math/calcoo/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
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.
|
||||
* Undo/redo buttons.
|
||||
* Copy/pase interaction with X clipboard.
|
||||
* Both RPN (reverse Polish notation) and "standard" modes are available.
|
||||
* Tick marks to separate thousands.
|
||||
|
||||
Below are the features that Calcoo lacks (but which are useless anyway):
|
||||
|
||||
* Statistical mode.
|
||||
* HEX mode.
|
||||
|
||||
WWW: http://calcoo.sourceforge.net/
|
2
math/calcoo/pkg-plist
Normal file
2
math/calcoo/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $FreeBSD$
|
||||
bin/calcoo
|
Loading…
Reference in New Issue
Block a user