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

Roman Bogorodskiy novel at FreeBSD.org
Wed Aug 2 10:27:38 UTC 2006


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)


More information about the cvs-ports mailing list