From owner-cvs-all@FreeBSD.ORG Wed Aug 2 08:43:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A3216A4DA; Wed, 2 Aug 2006 08:43:59 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3350C43D46; Wed, 2 Aug 2006 08:43:59 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k728hxS0019218; Wed, 2 Aug 2006 08:43:59 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k728hxBT019217; Wed, 2 Aug 2006 08:43:59 GMT (envelope-from novel) Message-Id: <200608020843.k728hxBT019217@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 2 Aug 2006 08:43:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libevocosm Makefile distinfo pkg-descr pkg-plist ports/devel/libevocosm/files patch-funcopt-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 08:43:59 -0000 novel 2006-08-02 08:43:58 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libevocosm Makefile distinfo pkg-descr pkg-plist devel/libevocosm/files patch-funcopt-Makefile.in Log: Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm: -- Random Numbers -- Validation -- Floating- Point Chromosomes -- Roulette Wheels -- Organisms -- Fitness Landscapes -- Evocosms -- Fitness Scaling -- Migration -- Selecting Survivors -- Reproduction -- Mutation Operators WWW: http://www.coyotegulch.com/products/libevocosm/index.html PR: ports/101210 Submitted by: trasz Revision Changes Path 1.2384 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/libevocosm/Makefile (new) 1.1 +3 -0 ports/devel/libevocosm/distinfo (new) 1.1 +12 -0 ports/devel/libevocosm/files/patch-funcopt-Makefile.in (new) 1.1 +17 -0 ports/devel/libevocosm/pkg-descr (new) 1.1 +23 -0 ports/devel/libevocosm/pkg-plist (new)