aboutsummaryrefslogtreecommitdiff
path: root/games/ptools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove obsolete MAN*Dmitry Marakasov2014-10-301-7/+2
| | | | | | | | - Simplify installation - Drop @dirrm* from plist Notes: svn path=/head/; revision=371745
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* Remove trailing whitespaces from category gamesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345410
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - Convert to stagingEitan Adler2013-10-211-7/+8
| | | | | | | | - Fix Package Name Collision - Convert to OptionsNG Notes: svn path=/head/; revision=331142
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* PTools version 1.1.Alejandro Pulver2008-01-301-0/+50
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/ Notes: svn path=/head/; revision=206422