Bug 116771 - New port devel/tbb: a library that provides thread building blocks
Summary: New port devel/tbb: a library that provides thread building blocks
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 00:30 UTC by Arun Sharma
Modified: 2007-10-02 19:51 UTC (History)
0 users

See Also:


Attachments
file.shar (45.96 KB, text/plain)
2007-10-01 00:30 UTC, Arun Sharma
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arun Sharma 2007-10-01 00:30:01 UTC
	New port devel/tbb
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2007-10-01 18:38:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-02 19:39:27 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-10-02 19:51:44 UTC
State Changed
From-To: open->closed

New port added, with some fixes. Thanks!