diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 21:45:29 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 21:45:29 +0000 |
commit | 1cfce65fe938bf64604e91a16679898513d81554 (patch) | |
tree | 2b6af3ab3d13c8bd842da249dac68946e6b20452 /math/truthtable/files | |
parent | - Update to version 0.30.3 (diff) |
TruthTable is a truth table generator that does the dirty work for you.
This Java program handles the following operations: Not, And, Or, XOR,
Implication, and the Biconditional.
Author: Greg Slepak
WWW: http://www.kinostudios.com/truthtable.php
PR: ports/100041
Submitted by: Nicola Vitale <nivit at email.it>
Diffstat (limited to 'math/truthtable/files')
-rw-r--r-- | math/truthtable/files/truthtable.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/truthtable/files/truthtable.in b/math/truthtable/files/truthtable.in new file mode 100644 index 000000000000..f5c3097ec616 --- /dev/null +++ b/math/truthtable/files/truthtable.in @@ -0,0 +1,4 @@ +#!/bin/sh +# $FreeBSD$ +JAVA_VERSION="%%JAVA_VERSION%%" \ + exec "%%LOCALBASE%%/bin/java" -jar "%%TRUTHTABLEJAR%%" "$@" |