Date: Tue, 2 Oct 2007 18:39:18 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/tbb Makefile distinfo pkg-descr pkg-plist ports/devel/tbb/files patch-freebsd Message-ID: <200710021839.l92IdIaX097323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710021839.l92IdIaX097323>