---
name: exhaust-ma
version: 1.9
origin: games/exhaust-ma
comment: Redcode simulator easy to embed into applications
arch: freebsd:9:x86:64
www: http://corewar.co.uk/ankerl/exhaust-ma.htm
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 25688
desc: |
  The `exhaust' project is a redcode simulator that is (hopefully) easy to embed
  into your applications, as an alternative to pMARS. By M Joonas Pihlaja.

  Exhaust-ma is exhaust with some of my optimizations. The interface is exactly
  the same, but the sourcecode contains heavy optimations in the simulator core.

  Author: Martin Ankerl
  WWW: http://corewar.co.uk/ankerl/exhaust-ma.htm
categories: [games]
files:
  /usr/local/bin/exhaust-ma: 4b65d3557659bf6cb4594e0b54ecbdd6b0c3ffbe514acc4c2342ba7a33081b0b
scripts: {}
message: |
  This MARS does not have a parser, so you have to do it separately.

  To parse Redcode programs with pMARS do the following:

  pmars-server -r 0 b-scanner.red | sed '1,2d' > b-scanner.rc
