Ticket #514: Portfile

File Portfile, 833 bytes (added by wmalik@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.5 2003/03/03 06:18:07 mij Exp $
2
3PortSystem 1.0
4name           pth
5version        2.0.0
6categories         devel
7maintainers        jpm@opendarwin.org
8description        GNU Portable Threads
9long_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.
16homepage             http://www.gnu.org/software/pth/
17platforms            darwin
18master_sites     http://ftp.gnu.org/gnu/${name}/ \
19               ftp://ftp.ossp.org/pkg/lib/${name}/
20checksums            md5 f84a87295fef3b41499f3b728b1f0050