aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-19 18:48:07 +0800
committermiwi <miwi@FreeBSD.org>2007-04-19 18:48:07 +0800
commitf8b7842df1e46d7bc1232ab04727a18544d56436 (patch)
tree5d0bacaa06dc03717c7d2483380b714c43541074 /math/Makefile
parent0f4979caeb8cbf3fd892367bc6fbecc594b830b4 (diff)
downloadfreebsd-ports-gnome-f8b7842df1e46d7bc1232ab04727a18544d56436.tar.gz
freebsd-ports-gnome-f8b7842df1e46d7bc1232ab04727a18544d56436.tar.zst
freebsd-ports-gnome-f8b7842df1e46d7bc1232ab04727a18544d56436.zip
moo is a simple calculator that accepts C-like syntax as input.
Calculations are done on expr, if given. Otherwise, the standard input is used. Numbers can be entered in hexadecimal (0xbeef), decimal (1984), octal (007), and binary (0b1001). All numerical operators (+, -, *, /, %), bit operators (|, ^, &, ~, <<, >>), and logical operators (==, !=, <, >, <=, >=, !, &&, ||) are supported. WWW: http://cyth.net/~ray/moo/ PR: ports/111824 Submitted by: Steven Kreuzer <skreuzer at f2o.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index e2ab6bf294e7..0c148307d9bd 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -145,6 +145,7 @@
SUBDIR += metis
SUBDIR += metis-edf
SUBDIR += miracl
+ SUBDIR += moo
SUBDIR += mpexpr
SUBDIR += mpfr
SUBDIR += mprime