aboutsummaryrefslogtreecommitdiff
path: root/games/species
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/species: Fix build on 12.0-CURRENTTobias Kortkamp2018-07-301-0/+15
| | | | | | | | | | | kingdom.cpp:149:19: error: assigning to 'bool' from incompatible type 'std::__1::fstream' (aka 'basic_fstream<char>') _in_experiment = fs; ^~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/species-1.2d_1.log Notes: svn path=/head/; revision=475877
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Fix typo in option descriptionDmitry Marakasov2014-10-312-6/+2
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=371831
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - FIx build with clangMartin Wilke2014-01-193-9/+19
| | | | | | | | | | | | - Support CXXFLAGS properly - Support COPYTREE_SHARE - Add LICENSE PR: 185332 Submitted by: ports fury Notes: svn path=/head/; revision=340297
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-2/+1
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* - Use USE_DOS2UNIXDanilo Egea Gondolfo2013-11-112-16/+23
| | | | | | | | | | - Convert USE_GMAKE to USES - Use options helpers - Add stage support - Fix build with clang Notes: svn path=/head/; revision=333464
* 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
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Convert to new options frameworkBaptiste Daroussin2012-06-121-5/+6
| | | | Notes: svn path=/head/; revision=299119
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* Species is a corewars evolver. It is a program to generates corewars warriorsAlejandro Pulver2008-01-305-0/+206
using genetic algorithms. This is the program which generated the best evolved warrior in the recent Multi-Manics corewars competition. Contemporaries include YACE, RedRace, Red Maker and CCAI. Species is definitely the most over-engineered, complicated and buggy Corewars Evolver on the freeware market today! WWW: http://redcoder.sourceforge.net/?p=species Notes: svn path=/head/; revision=206430