1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
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