Bug 111824 - new port: math/moo
Summary: new port: math/moo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 19:10 UTC by Steven Kreuzer
Modified: 2007-04-19 11:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.93 KB, text/plain)
2007-04-18 19:10 UTC, Steven Kreuzer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Kreuzer 2007-04-18 19:10:02 UTC
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.

moo is released into the public domain.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-18 20:56:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-19 11:48:12 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-19 11:48:49 UTC
State Changed
From-To: open->closed

New port added. Thanks!