Port details |
- ptl Lightweight C++11 multithreading tasking system
- 2.3.3_6 devel =2 2.3.3_6Version of this port present on the latest quarterly branch.
- Maintainer: erik@tenku.dk
- Port Added: 2001-04-07 16:38:07
- Last Update: 2024-07-04 11:39:44
- Commit Hash: 149e210
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/jrmadsen/PTL
- Description:
- Lightweight C++11 multithreading tasking system featuring
thread-pool, task-groups, and lock-free task queue
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/ptl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ptl
- pkg install ptl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ptl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672757282
SHA256 (jrmadsen-PTL-v2.3.3_GH0.tar.gz) = 3275ad8ec2971c89aacb3b922717dc4e774fa4e59fc3f4035053225c802aee52
SIZE (jrmadsen-PTL-v2.3.3_GH0.tar.gz) = 302890
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libtbb.so : devel/onetbb
- This port is required by:
- for Libraries
-
- science/geant4
Configuration Options:
- No options to configure
- Options name:
- devel_ptl
- USES:
- cmake compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.3_6 04 Jul 2024 11:39:44 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.13.0
and bump dependent ports' revisions.
Release
notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md |
2.3.3_5 17 Apr 2024 11:28:34 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.12.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0 |
2.3.3_4 28 Nov 2023 11:35:02 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 |
2.3.3_3 21 Aug 2023 10:09:23 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0 |
2.3.3_2 09 May 2023 10:25:26 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0 |
2.3.3_1 03 Apr 2023 07:08:38 |
Fernando ApesteguĂa (fernape) Author: Erik Jensen |
devel/ptl: Add CMake build type hook to pkg-plist
One of the installed files changes names depending of build type.
PR: 270564
Reported by: erik@tenku.dk (maintainer) |
2.3.3 27 Mar 2023 09:59:28 |
Fernando ApesteguĂa (fernape) Author: Erik Jensen |
devel/ptl: new port. Lightweight C++11 multithreading tasking system
Parallel Tasking Library is a needed dependency for the upcoming update of
science/geant4.
ChangeLog: https://github.com/jrmadsen/PTL
PR: 268992
Reported by: erik@tenku.dk |
2.1.9 08 Aug 2003 03:45:20 |
kris |
As announced on May 6, remove the broken devel/ptl port. |
2.1.9 06 May 2003 23:41:07 |
kris |
BROKEN: Does not compile |
2.1.9 18 Feb 2003 05:52:57 |
knu |
De-pkg-comment my non-ruby ports as well. |
2.1.9 11 Jan 2003 08:17:24 |
knu |
Update to 2.1.9. (Still 5.x is not supported yet) |
2.1.8_1 04 Nov 2002 22:57:37 |
edwin |
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-) |
2.1.8_1 04 Nov 2002 21:21:03 |
knu |
Mark BROKEN for FreeBSD 5.0 or higher, which is not supported yet. |
2.1.8_1 04 Nov 2002 00:19:50 |
knu |
USE_REINPLACE instead of perl. (but this still won't build on current) |
2.1.8_1 10 Oct 2002 12:59:36 |
knu |
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead) |
2.1.8_1 30 Mar 2002 07:56:02 |
knu |
Add PTL-2.1.8_readdir-patch and bump PORTREVISION.
Force to use autoconf 2.13 and unbreak. |
07 Apr 2001 20:38:07 |
knu |
Add ptl. PTL (Portable Thread Library) is an implementation of user level
multi-thread library based on POSIX 1003.1c API. |