aboutsummaryrefslogtreecommitdiffstats
path: root/math/moo
Commit message (Collapse)AuthorAgeFilesLines
* Use MASTER_SITE_OPENBSD.delphij2008-03-211-3/+2
| | | | | PR: ports/121370 Submitted by: maintainer
* Add extra MASTER_SITESerwin2008-02-291-1/+3
| | | | | Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer), pointyhat
* Change of email address, same maintainer.itetcu2007-06-181-1/+1
| | | | | PR: ports/113686 Submitted by: Steven Kreuzer (confirmed from the old email on private)
* moo is a simple calculator that accepts C-like syntax as input.miwi2007-04-195-0/+65
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>