Commit graph

15 commits

Author SHA1 Message Date
Mathieu Arnold
189da2fda2 Regular USE_GITHUB cleanup.
Sponsored by:	Absolight
2017-07-27 13:57:30 +00:00
Steven Kreuzer
3d9e1915bb Fix breakage on 10.3 2017-06-07 13:01:36 +00:00
Steven Kreuzer
d9df368cea Add support for capsicum 2017-06-06 21:34:35 +00:00
Steven Kreuzer
cb15fa352a Define LICENSE
Change COPTS to CFLAGS in Makefile
Fix 'Inconsistent operator' error for regress target
2017-06-01 18:29:19 +00:00
Steven Kreuzer
83f32caf68 Update to version 1.5 2017-05-30 13:51:10 +00:00
John Marino
3400994423 math/moo is not jobs safe (flex generation) 2016-12-09 22:39:46 +00:00
Steven Kreuzer
1302e8888e Update MASTER_SITES
Support STAGEDIR
2014-01-15 16:05:42 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Steven Kreuzer
214daf4626 Update MASTER_SITES 2011-12-24 18:21:05 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Steven Kreuzer
58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00
Xin LI
4422ee50a0 Use MASTER_SITE_OPENBSD.
PR:		ports/121370
Submitted by:	maintainer
2008-03-20 22:26:34 +00:00
Erwin Lansing
0470086e3b Add extra MASTER_SITES
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer),
		pointyhat
2008-02-28 18:17:53 +00:00
Ion-Mihai Tetcu
2dd2e37464 Change of email address, same maintainer.
PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
2007-06-17 21:27:42 +00:00
Martin Wilke
9509460611 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>
2007-04-19 10:48:07 +00:00