Port details |
- pth-devel GNU Portable Threads (DEVELOPMENT VERSION)
- 1.4a2_1 devel
=2 1.4a2_1Version of this port present on the latest quarterly branch. FORBIDDEN: "devel/pth is newer"
- Maintainer: rse@engelschall.com
 - Port Added: unknown
- Last Update: 2002-09-05 04:12:33
- SVN Revision: UNKNOWN
- People watching this port, also watch:: python
- License: not specified in port
- WWW:
- http://www.gnu.org/software/pth/
- Description:
- GNU Pth - GNU Portable Threads
Copyright (c) 1999-2000 Ralf S. Engelschall <rse@engelschall.com>
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications. All
threads run in the same address space of the server application, but
each thread has it's own individual program-counter, run-time stack,
signal mask and errno variable.
The thread scheduling itself is done in a cooperative way, i.e. the
threads are managed by a priority- and event-based non-preemptive
scheduler. The intention is that this way one can achieve better
portability and run-time performance than with preemptive scheduling.
The event facility allows threads to wait until various types of events
occur, including pending I/O on filedescriptors, asynchronous signals,
elapsed timers, pending I/O on message ports, thread and process
termination, and even customized callback functions.
WWW: http://www.gnu.org/software/pth/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.4a2_1 05 Sep 2002 04:12:33
 |
ijliao  |
since pth is newer, remove pth-devel
Approved by: maintainer timeout |
11 Sep 2001 15:50:22
    |
sf  |
mark as FORBIDDEN: devel/pth is newer. |
08 Oct 2000 02:10:04
    |
asami  |
Convert category devel to new layout. |
01 Jul 2000 15:31:30
    |
rse  |
Upgrade GNU Pth scratch port to developer version 1.4a2 |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52
    |
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45
    |
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |
03 Jun 2000 10:17:27
    |
asami  |
Add share/aclocal/pth.m4. |