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. moo is released into the public domain. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-04-19 10:48:07 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/moo Makefile distinfo pkg-descr math/moo/files patch-Makefile patch-moo.y Log: 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> Revision Changes Path 1.451 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/moo/Makefile (new) 1.1 +3 -0 ports/math/moo/distinfo (new) 1.1 +18 -0 ports/math/moo/files/patch-Makefile (new) 1.1 +11 -0 ports/math/moo/files/patch-moo.y (new) 1.1 +9 -0 ports/math/moo/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!