1 | # $Id: Portfile,v 1.5 2003/03/03 06:18:07 mij Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name pth |
---|
5 | version 2.0.0 |
---|
6 | categories devel |
---|
7 | maintainers jpm@opendarwin.org |
---|
8 | description GNU Portable Threads |
---|
9 | long_description \ |
---|
10 | Pth is a very portable POSIX/ANSI-C based library for Unix platforms \ |
---|
11 | which provides non-preemptive priority-based scheduling for multiple \ |
---|
12 | threads of execution ("multithreading") inside server applications. All \ |
---|
13 | threads run in the same address space of the server application, but \ |
---|
14 | each thread has it's own individual program-counter, run-time stack, \ |
---|
15 | signal mask and errno variable. |
---|
16 | homepage http://www.gnu.org/software/pth/ |
---|
17 | platforms darwin |
---|
18 | master_sites http://ftp.gnu.org/gnu/${name}/ \ |
---|
19 | ftp://ftp.ossp.org/pkg/lib/${name}/ |
---|
20 | checksums md5 f84a87295fef3b41499f3b728b1f0050 |
---|