summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-19 10:48:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-19 10:48:07 +0000
commit95094606112ebb3f0313e5eecc28e293bba3d6bc (patch)
treed4b76c94319da94c0c4021ac292270dfe9b1e2db /math/Makefile
parent- Update to 2.9.1 (diff)
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>
Notes
Notes: svn path=/head/; revision=190340
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