diff options
author | wjv <wjv@FreeBSD.org> | 2001-11-14 14:26:46 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-11-14 14:26:46 +0000 |
commit | e40d68a2115cbefe68f75c7127f1a35cce1f2fb1 (patch) | |
tree | ded90c03609b7bce7a22998f894dae981a362b24 /devel/zthread/pkg-descr | |
parent | 4936ebdb0028a63e42911f42afd78dc723af5a1f (diff) | |
download | FreeBSD-ports-e40d68a2115cbefe68f75c7127f1a35cce1f2fb1.zip FreeBSD-ports-e40d68a2115cbefe68f75c7127f1a35cce1f2fb1.tar.gz |
- Add patch-configure containing my currently preferred workaround for the
problem described in PR 31142
- Remove patch for same from patch-aa
- Tidy up pkg-{comment,desc} somewhat
Diffstat (limited to 'devel/zthread/pkg-descr')
-rw-r--r-- | devel/zthread/pkg-descr | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/devel/zthread/pkg-descr b/devel/zthread/pkg-descr index 4952a3e..91abdf7 100644 --- a/devel/zthread/pkg-descr +++ b/devel/zthread/pkg-descr @@ -1,7 +1,18 @@ -The ZThread package is an advanced object-oriented, cross-platform, -C++ threading and synchronization library. It provides a high level -abstraction of the native threading mechanisms to offer a great deal of -flexibility and control. +Paraphrasing the website: -More information is available at the ZThreads homepage: -WWW: http://zthread.sourceforge.net/ + The ZThread package is an advanced object-oriented, cross-platform, C++ + threading and synchronization library. It provides a high level + abstraction of the native threading mechanisms to offer a great deal of + flexibility and control. + + ZThread features interruptible Thread and Runnable objects for C++, control + objects and implementations of concurrency design patterns. This includes + semaphores, mutexes, condition variabes as well as other more complex + components. + +ZThread implementations are provided for POSIX and Win32 platforms. + +Author: Eric Crahen <crahen@cse.buffalo.edu> +WWW: http://www.cse.buffalo.edu/~crahen/projects/zthread/ + +-- Johann Visagie <wjv@FreeBSD.org> |