---
name: exhaust-ma
version: 1.9
origin: games/exhaust-ma
comment: Redcode simulator easy to embed into applications
arch: freebsd:10:x86:64
www: http://corewar.co.uk/ankerl/exhaust-ma.htm
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 24808
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: fb219399508cad22777195b89f3f84f8076a36bdbd0daac0c9daba5d924d71c9
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
