Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change MAINTAINER on my ports to my FreeBSD email address | Steven Kreuzer | 2009-03-28 | 1 | -1/+1 |
| | | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=231170 | ||||
* | Use MASTER_SITE_OPENBSD. | Xin LI | 2008-03-20 | 1 | -3/+2 |
| | | | | | | | | PR: ports/121370 Submitted by: maintainer Notes: svn path=/head/; revision=209492 | ||||
* | Add extra MASTER_SITES | Erwin Lansing | 2008-02-28 | 1 | -1/+3 |
| | | | | | | | | Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer), pointyhat Notes: svn path=/head/; revision=208108 | ||||
* | Change of email address, same maintainer. | Ion-Mihai Tetcu | 2007-06-17 | 1 | -1/+1 |
| | | | | | | | | PR: ports/113686 Submitted by: Steven Kreuzer (confirmed from the old email on private) Notes: svn path=/head/; revision=193739 | ||||
* | moo is a simple calculator that accepts C-like syntax as input. | Martin Wilke | 2007-04-19 | 5 | -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> Notes: svn path=/head/; revision=190340 |