Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 04:03:27 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games Makefile ports/games/cre Makefile distinfo pkg-descr pkg-plist ports/games/cre/files Makefile
Message-ID:  <200801300403.m0U43RTE070227@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alepulver    2008-01-30 04:03:27 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/cre            Makefile distinfo pkg-descr pkg-plist 
    games/cre/files      Makefile 
  Log:
  CRE, which stands for Corewars Redcode Evolver, is an open-source program that
  automatically generates programs for the game Corewars by using Charles
  Darwin's theories on natural selection. When you start CRE, here's what
  happens:
  
  1. A population of warriors is created by randomly selecting instructions.
  2. Each warrior's fitness is tested by battling with other warriors in the
     population.
  3. The fittest warriors reproduce and replace less fit warriors.
  4. The previous two steps are repeated indefinitely.
  
  WWW:    http://cre.sourceforge.net/
  
  Revision  Changes    Path
  1.1176    +1 -0      ports/games/Makefile
  1.1       +37 -0     ports/games/cre/Makefile (new)
  1.1       +3 -0      ports/games/cre/distinfo (new)
  1.1       +10 -0     ports/games/cre/files/Makefile (new)
  1.1       +12 -0     ports/games/cre/pkg-descr (new)
  1.1       +4 -0      ports/games/cre/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801300403.m0U43RTE070227>