Date: Wed, 2 Aug 2006 10:27:37 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200608021027.k72ARbuL035116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <trasz at pin.if.uz.zgora.pl>
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608021027.k72ARbuL035116>
