Ticket #20128: Portfile

File Portfile, 1.2 KB (added by mail@…, 15 years ago)
Line 
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
4PortSystem          1.0
5
6name                pthsem
7version             2.0.7
8categories          devel
9platforms           darwin
10
11maintainers         uwe-arzt.de:mail
12
13description         pthsem is an extend version of GNU pth, with support for semaphores
14long_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
21homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
22
23fetch.type          git
24git.url             http://www.auto.tuwien.ac.at/~mkoegler/git/pthsem.git
25
26depends_build       port:pkgconfig \
27                    port:libtool \
28                    port:git-core
29