1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

GNU pth is a user mode multi threading library. pthsem is an extend

version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
programm pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth

PR:		ports/118471
Submitted by:	Björn König <bkoenig at alpha-tierchen.de>
This commit is contained in:
Martin Wilke 2007-12-17 23:20:34 +00:00
parent 8bdec285c3
commit 29ce0879fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203953
5 changed files with 42 additions and 0 deletions

View File

@ -1882,6 +1882,7 @@
SUBDIR += psvn
SUBDIR += pth
SUBDIR += pth-hard
SUBDIR += pthsem
SUBDIR += ptmalloc
SUBDIR += pty
SUBDIR += ptypes

23
devel/pthsem/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: pthsem
# Date Created: 6 Dec 2007
# Whom: Björn König <bkoenig@alpha-tierchen.de>
#
# $FreeBSD$
#
PORTNAME= pthsem
PORTVERSION= 2.0.7
CATEGORIES= devel
MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/
MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT= GNU Portable Threads with semaphores
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= pthsem-config.1
MAN3= pthsem.3
.include <bsd.port.mk>

3
devel/pthsem/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pthsem-2.0.7.tar.gz) = b277716ee1224ca9925176fa29e1f0c5
SHA256 (pthsem-2.0.7.tar.gz) = 6226f92f3a0950c6f3da8f9dcb7c76d08634515519bf35cd916b3cdcc1aeb130
SIZE (pthsem-2.0.7.tar.gz) = 662673

8
devel/pthsem/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
GNU pth is a user mode multi threading library. pthsem is an extend
version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
programm pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.
WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth

7
devel/pthsem/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/pthsem-config
include/pthsem.h
lib/libpthsem.a
lib/libpthsem.la
lib/libpthsem.so
lib/libpthsem.so.20
share/aclocal/pthsem.m4