The FreeBSD Ports Archive
FreeBSD math : eval4>
A full featured floating point expression evaluator
Eval is a full featured floating point expression evaluator that
can assign variables, has many built-in functions and constants, allows
input and output in any number base, and uses a C-like syntax for
expression evaluation. Full ANSI C source is included and easily
portable to other platforms.
Author: Will Menninger
This version comes with readline support.
ftp://wuarchive.wustl.edu/pub/aminet/util/cli/
|
eval history
v. 1.11
date: 2006/08/08 11:43:35; author: jmelo; state: Exp; lines: +3 -1
- Add mastersites.
PR: ports/101609
Submitted by: Slaven Rezic (maintainer)
v. 1.10
date: 2006/06/09 14:48:31; author: garga; state: Exp; lines: +2 -3
- Fix MASTER_SITES
- Change MAINTAINER's e-mail address
PR: ports/98728
Submitted by: maintainer
v. 1.9
date: 2004/04/05 22:15:37; author: kris; state: Exp; lines: +1 -1
lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS
v. 1.8
date: 2004/02/06 13:11:43; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.7
date: 2003/02/21 12:43:57; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.6
date: 2000/04/14 07:19:57; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/08/28 01:57:37; author: mharo; state: Exp; lines: +2 -2
ln -> ${LN}
v. 1.4
date: 1999/08/25 07:08:05; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.3
date: 1999/02/03 11:11:53; author: asami; state: Exp; lines: +4 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.2
date: 1998/07/07 18:55:41; author: scrappy; state: Exp; lines: +2 -3
ftp.demon.net doesn't appear to mirror aminet anymore...
v. 1.1
date: 1998/04/26 03:25:09; author: mph; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/04/26 03:25:09; author: mph; state: Exp; lines: +0 -0
Import of Eval v113, a command-line based floating-point calculator.
PR: 4979
Submitted by: Slaven Rezic
=============================================================================
v. 1.11
date: 2006/08/08 11:43:35; author: jmelo; state: Exp; lines: +3 -1
- Add mastersites.
PR: ports/101609
Submitted by: Slaven Rezic (maintainer)
v. 1.10
date: 2006/06/09 14:48:31; author: garga; state: Exp; lines: +2 -3
- Fix MASTER_SITES
- Change MAINTAINER's e-mail address
PR: ports/98728
Submitted by: maintainer
v. 1.9
date: 2004/04/05 22:15:37; author: kris; state: Exp; lines: +1 -1
lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS
v. 1.8
date: 2004/02/06 13:11:43; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.7
date: 2003/02/21 12:43:57; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.6
date: 2000/04/14 07:19:57; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/08/28 01:57:37; author: mharo; state: Exp; lines: +2 -2
ln -> ${LN}
v. 1.4
date: 1999/08/25 07:08:05; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.3
date: 1999/02/03 11:11:53; author: asami; state: Exp; lines: +4 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.2
date: 1998/07/07 18:55:41; author: scrappy; state: Exp; lines: +2 -3
ftp.demon.net doesn't appear to mirror aminet anymore...
v. 1.1
date: 1998/04/26 03:25:09; author: mph; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/04/26 03:25:09; author: mph; state: Exp; lines: +0 -0
Import of Eval v113, a command-line based floating-point calculator.
PR: 4979
Submitted by: Slaven Rezic
=============================================================================
v. 1.11
date: 2006/08/08 11:43:35; author: jmelo; state: Exp; lines: +3 -1
- Add mastersites.
PR: ports/101609
Submitted by: Slaven Rezic (maintainer)
v. 1.10
date: 2006/06/09 14:48:31; author: garga; state: Exp; lines: +2 -3
- Fix MASTER_SITES
- Change MAINTAINER's e-mail address
PR: ports/98728
Submitted by: maintainer
v. 1.9
date: 2004/04/05 22:15:37; author: kris; state: Exp; lines: +1 -1
lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS
v. 1.8
date: 2004/02/06 13:11:43; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.7
date: 2003/02/21 12:43:57; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.6
date: 2000/04/14 07:19:57; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/08/28 01:57:37; author: mharo; state: Exp; lines: +2 -2
ln -> ${LN}
v. 1.4
date: 1999/08/25 07:08:05; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.3
date: 1999/02/03 11:11:53; author: asami; state: Exp; lines: +4 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.2
date: 1998/07/07 18:55:41; author: scrappy; state: Exp; lines: +2 -3
ftp.demon.net doesn't appear to mirror aminet anymore...
v. 1.1
date: 1998/04/26 03:25:09; author: mph; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/04/26 03:25:09; author: mph; state: Exp; lines: +0 -0
Import of Eval v113, a command-line based floating-point calculator.
PR: 4979
Submitted by: Slaven Rezic
=============================================================================
|
| |

|