Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 10:48:07 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math Makefile ports/math/moo Makefile distinfo pkg-descr ports/math/moo/files patch-Makefile patch-moo.y
Message-ID:  <200704191048.l3JAm7RV066815@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704191048.l3JAm7RV066815>