From owner-cvs-all@FreeBSD.ORG Wed Aug 2 10:27:38 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 5BF2716A4DA; Wed, 2 Aug 2006 10:27:38 +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 20AFE43D45; Wed, 2 Aug 2006 10:27:38 +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 k72ARckP035117; Wed, 2 Aug 2006 10:27:38 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k72ARbuL035116; Wed, 2 Aug 2006 10:27:37 GMT (envelope-from novel) Message-Id: <200608021027.k72ARbuL035116@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 2 Aug 2006 10:27:37 +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/acovea Makefile distinfo pkg-descr pkg-plist ports/devel/acovea/files patch-Makefile.in patch-libacovea-acovea.cpp 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 10:27:38 -0000 novel 2006-08-02 10:27:37 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/acovea Makefile distinfo pkg-descr pkg-plist devel/acovea/files patch-Makefile.in patch-libacovea-acovea.cpp Log: ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler Collection (GCC) C and C++ compilers. "Best", in this context, is defined as those options that produce the fastest executable program from a given source code. Acovea is a C++ framework that can be extended to test other programming languages and non-GCC compilers. WWW: http://www.coyotegulch.com/products/acovea/index.html PR: ports/101211 Submitted by: trasz Revision Changes Path 1.2386 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/acovea/Makefile (new) 1.1 +3 -0 ports/devel/acovea/distinfo (new) 1.1 +11 -0 ports/devel/acovea/files/patch-Makefile.in (new) 1.1 +11 -0 ports/devel/acovea/files/patch-libacovea-acovea.cpp (new) 1.1 +9 -0 ports/devel/acovea/pkg-descr (new) 1.1 +41 -0 ports/devel/acovea/pkg-plist (new)