aboutsummaryrefslogtreecommitdiff
path: root/devel/pthsem
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-17 23:20:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-17 23:20:34 +0000
commit29ce0879fd65c8da63f96c605cb87c81df05f561 (patch)
tree360d03913e33cb860f1ed7200dd97b95adc9092d /devel/pthsem
parent8bdec285c334fd3cfd36bf03f53b391817e03f6f (diff)
downloadports-29ce0879fd65c8da63f96c605cb87c81df05f561.tar.gz
ports-29ce0879fd65c8da63f96c605cb87c81df05f561.zip
Notes
Diffstat (limited to 'devel/pthsem')
-rw-r--r--devel/pthsem/Makefile23
-rw-r--r--devel/pthsem/distinfo3
-rw-r--r--devel/pthsem/pkg-descr8
-rw-r--r--devel/pthsem/pkg-plist7
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/pthsem/Makefile b/devel/pthsem/Makefile
new file mode 100644
index 000000000000..1eb8a0065a17
--- /dev/null
+++ b/devel/pthsem/Makefile
@@ -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>
diff --git a/devel/pthsem/distinfo b/devel/pthsem/distinfo
new file mode 100644
index 000000000000..2967c8ba9de8
--- /dev/null
+++ b/devel/pthsem/distinfo
@@ -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
diff --git a/devel/pthsem/pkg-descr b/devel/pthsem/pkg-descr
new file mode 100644
index 000000000000..9fbedc25b400
--- /dev/null
+++ b/devel/pthsem/pkg-descr
@@ -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
diff --git a/devel/pthsem/pkg-plist b/devel/pthsem/pkg-plist
new file mode 100644
index 000000000000..86f01d5f9db8
--- /dev/null
+++ b/devel/pthsem/pkg-plist
@@ -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