aboutsummaryrefslogtreecommitdiff
path: root/math/moo/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Regular USE_GITHUB cleanup.Mathieu Arnold2017-07-271-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=446741
* Fix breakage on 10.3Steven Kreuzer2017-06-071-1/+1
| | | | Notes: svn path=/head/; revision=442835
* Add support for capsicumSteven Kreuzer2017-06-061-0/+5
| | | | Notes: svn path=/head/; revision=442808
* Define LICENSESteven Kreuzer2017-06-011-0/+2
| | | | | | | | Change COPTS to CFLAGS in Makefile Fix 'Inconsistent operator' error for regress target Notes: svn path=/head/; revision=442304
* Update to version 1.5Steven Kreuzer2017-05-301-3/+5
| | | | Notes: svn path=/head/; revision=442065
* math/moo is not jobs safe (flex generation)John Marino2016-12-091-0/+2
| | | | Notes: svn path=/head/; revision=428256
* Update MASTER_SITESSteven Kreuzer2014-01-151-7/+4
| | | | | | | Support STAGEDIR Notes: svn path=/head/; revision=339789
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Update MASTER_SITESSteven Kreuzer2011-12-241-2/+2
| | | | Notes: svn path=/head/; revision=287975
* Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-281-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=231170
* Use MASTER_SITE_OPENBSD.Xin LI2008-03-201-3/+2
| | | | | | | | PR: ports/121370 Submitted by: maintainer Notes: svn path=/head/; revision=209492
* Add extra MASTER_SITESErwin Lansing2008-02-281-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 Tetcu2007-06-171-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 Wilke2007-04-191-0/+24
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