1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pthsem |
---|
7 | version 2.0.7 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | maintainers uwe-arzt.de:mail |
---|
12 | |
---|
13 | description pthsem is an extend version of GNU pth, with support for semaphores |
---|
14 | long_description GNU pth is a user mode multi threading library. \ |
---|
15 | pthsem is an extend version, with support for semaphores added. \ |
---|
16 | It can be installed parallel to a normal pth. The header file is \ |
---|
17 | called pthsem.h, the configuration programm pthsem-config and the \ |
---|
18 | autoconf macro AC_CHECK_PTHSEM. If references to one of these \ |
---|
19 | names are changed, pthsem can be used as an replacement of GNU pth. |
---|
20 | |
---|
21 | homepage https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth |
---|
22 | |
---|
23 | fetch.type git |
---|
24 | git.url http://www.auto.tuwien.ac.at/~mkoegler/git/pthsem.git |
---|
25 | |
---|
26 | depends_build port:pkgconfig \ |
---|
27 | port:libtool \ |
---|
28 | port:git-core |
---|
29 | |
---|