diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-30 11:55:27 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-30 11:55:27 +0800 |
commit | a2857aeb9de53b0c0bc6d25eec41765467bbda40 (patch) | |
tree | fe67026990776ce8d2f6ee66becd53672e3dae6f /games/Makefile | |
parent | f0a802598f77b683463b69f88396d405ab658361 (diff) | |
download | freebsd-ports-gnome-a2857aeb9de53b0c0bc6d25eec41765467bbda40.tar.gz freebsd-ports-gnome-a2857aeb9de53b0c0bc6d25eec41765467bbda40.tar.zst freebsd-ports-gnome-a2857aeb9de53b0c0bc6d25eec41765467bbda40.zip |
PTools version 1.1.
This is a collection of utility programs for the game of Core War. The
programs in this archive work well with the pMARS system, but most programs
will also work with other simulators. Below is an overview of what we have:
* mts - Short for "MARS Tournament Scheduler".
* mopt - The "multiple optimizer" calculates optimal sets of constants for
warriors.
* pname - pname renames warrior files based on the ;name line.
These additional tools have been included in the port but are not part of the
original ptools package:
* p3-2 - For generating p^3 redcode snippets.
* corestep - For finding optimal step constants (similar to mopt).
Note that the port prefixes all of these programs with "ptools-" to avoid
conflicts and/or confusions with other ports.
WWW: http://www.koth.org/pmars/
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 7375426f595f..26b69d57e562 100644 --- a/games/Makefile +++ b/games/Makefile @@ -588,6 +588,7 @@ SUBDIR += prboom SUBDIR += primateplunge SUBDIR += ptkei + SUBDIR += ptools SUBDIR += pvpgn SUBDIR += py-mnemosyne SUBDIR += py-poker-eval |