OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.7 KiB

  1. [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] T2 SDE: package/.../gnupth/gnupth.desc
  5. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- T2-COPYRIGHT-NOTE-END ---
  14. [I] GNU Portable Threads
  15. [T] GNU Portable Threads (Pth) is a very portable POSIX/ANSI-C
  16. [T] based library for Unix platforms providing non-preemptive
  17. [T] priority-based scheduling for multiple threads of execution
  18. [T] (multithreading) inside server applications. All
  19. [T] threads run in the same address space, but each thread has its own
  20. [T] individual program-counter, run-time stack, signal mask and errno
  21. [T] variable. The scheduling is done in a cooperative way, i.e. the
  22. [T] threads are dispatched based on priority and pending events. The
  23. [T] event facility allows threads to wait until various types of events
  24. [T] occur, including pending I/O on filedescriptors, elapsed timers,
  25. [T] pending I/O on message ports, thread and process termination,
  26. [T] and even customized callback functions.
  27. [U] http://www.gnu.org/software/pth/
  28. [A] Ralf S. Engelschall <rse@gnu.org>
  29. [M] Juergen "George" Sawinski <jsaw@gmx.net>
  30. [F] NOPARALLEL FPIC-QUIRK
  31. [C] extra/development
  32. [L] GPL
  33. [S] Stable
  34. [V] 2.0.7
  35. [P] X -----5---9 105.000
  36. [D] 3949187287 pth-2.0.7.tar.gz ftp://ftp.gnu.org/gnu/pth/