cvs commit: ports/devel Makefile ports/devel/tbb Makefile distinfo pkg-descr pkg-plist ports/devel/tbb/files patch-freebsd

Alejandro Pulver alepulver at FreeBSD.org
Tue Oct 2 11:39:19 PDT 2007


alepulver    2007-10-02 18:39:18 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/tbb            Makefile distinfo pkg-descr pkg-plist 
    devel/tbb/files      patch-freebsd 
  Log:
  Intel Threading Building Blocks (TBB) offers a rich and complete
  approach to expressing parallelism in a C++ program. It is a library
  that helps you take advantage of multi-core processor performance
  without having to be a threading expert. Threading Building Blocks
  is not just a threads-replacement library. It represents a higher-level,
  task-based parallelism that abstracts platform details and threading
  mechanism for performance and scalability.
  
  WWW: http://tbb.sourceforge.net/
  
  - Arun Sharma
  arun at FreeBSD.org
  
  PR:             ports/116771
  Submitted by:   Arun Sharma <arun at sharma-home.net>
  
  Revision  Changes    Path
  1.2899    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/tbb/Makefile (new)
  1.1       +3 -0      ports/devel/tbb/distinfo (new)
  1.1       +980 -0    ports/devel/tbb/files/patch-freebsd (new)
  1.1       +12 -0     ports/devel/tbb/pkg-descr (new)
  1.1       +40 -0     ports/devel/tbb/pkg-plist (new)


More information about the cvs-all mailing list