diff options
author | pav <pav@FreeBSD.org> | 2005-01-25 05:58:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-25 05:58:55 +0800 |
commit | 0b5d19e6e38395db5c1aaa5e26f2e65727c2e059 (patch) | |
tree | 667b47eff7f7e74b5418da7de965847e5686e33f /devel/openthreads | |
parent | 5d0e255a0561e03f3877d490fccc601597639485 (diff) | |
download | freebsd-ports-gnome-0b5d19e6e38395db5c1aaa5e26f2e65727c2e059.tar.gz freebsd-ports-gnome-0b5d19e6e38395db5c1aaa5e26f2e65727c2e059.tar.zst freebsd-ports-gnome-0b5d19e6e38395db5c1aaa5e26f2e65727c2e059.zip |
- Replace pkg-descr to match reality
Spotted by: alfred
Diffstat (limited to 'devel/openthreads')
-rw-r--r-- | devel/openthreads/pkg-descr | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/devel/openthreads/pkg-descr b/devel/openthreads/pkg-descr index c45e0428d374..06433aa4c44b 100644 --- a/devel/openthreads/pkg-descr +++ b/devel/openthreads/pkg-descr @@ -1,17 +1,9 @@ -From the 'overview' section of the official site: +This library is intended to provide a minimal & complete Object-Oriented (OO) +thread interface for C++ programmers. It is loosely modeled on the Java thread +API, and the POSIX Threads standards. The architecture of the library is +designed around "swappable" thread models which are defined at compile-time in +a shared object library. -Open Producer (or simply Producer) is a cross-platform C++/OpenGL library -that is focused on Camera control. Producer's Camera provides projection 1, -field of view, viewpoint control, and frame control. Further, Producer can -be used in a multi-tasking environment to allow multiple Camera's to run in -parallel supporting hardware configurations with multiple display subsystems. -Threading, Camera synchronization and frame rate control are simplified in -the Producer programming interface. - -Producer provides a simple, yet powerfully scalable approach for real-time 3D -applications wishing to run within a single window to large, multidisplay -systems. - -WWW: http://www.andesengineering.com/Producer/ +WWW: http://openthreads.sourceforge.net/ Maintainer: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw> |