diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-27 16:45:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-27 16:45:16 +0800 |
commit | 26b945be578f1ce344fd8317ed03648bb169a8e7 (patch) | |
tree | 33b3df8e6ca8c378981d8242ba29f530d2991b7c /games/fmars/pkg-descr | |
parent | ffe599f5a6270e09293547ec9468106524a8c5ee (diff) | |
download | freebsd-ports-gnome-26b945be578f1ce344fd8317ed03648bb169a8e7.tar.gz freebsd-ports-gnome-26b945be578f1ce344fd8317ed03648bb169a8e7.tar.zst freebsd-ports-gnome-26b945be578f1ce344fd8317ed03648bb169a8e7.zip |
- Update MASTER_SITES and WWW: line
- Support CC properly
- Convert to USES
- Stage support
PR: 187042
Diffstat (limited to 'games/fmars/pkg-descr')
-rw-r--r-- | games/fmars/pkg-descr | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/games/fmars/pkg-descr b/games/fmars/pkg-descr index 3a3c968f5caa..0230f45941f9 100644 --- a/games/fmars/pkg-descr +++ b/games/fmars/pkg-descr @@ -1,14 +1,15 @@ fmars is Fast Memory Array Redcode Simulator -A specialized simulator for the game of Corewars. It's designed to be of -particular use in automated redcode optimizers and evolvers. fmars borrows the -idea from Martin Ankerl's qmars and pushes it to the extreme. +A specialized simulator for the game of Corewars. It's designed to be +of particular use in automated redcode optimizers and evolvers. fmars +borrows the idea from Martin Ankerl's qmars and pushes it to the +extreme. -It generates source code with special case for every possible opcode/addressing -mode combination. This allows some optimizations that aren't possible in other -simulators. +It generates source code with special case for every possible +opcode/addressing mode combination. This allows some optimizations +that aren't possible in other simulators. -fmars is compatible with pMARS with an exception for p-space, which is not yet -implemented. +fmars is compatible with pMARS with an exception for p-space, which +is not yet implemented. -WWW: http://www.v-lo.krakow.pl/~michal/fmars.html +WWW: http://corewar.co.uk/janeczek/ |