[53758] trunk/dports/devel

snc at macports.org snc at macports.org
Mon Jul 13 05:15:11 PDT 2009


Revision: 53758
          http://trac.macports.org/changeset/53758
Author:   snc at macports.org
Date:     2009-07-13 05:15:10 -0700 (Mon, 13 Jul 2009)
Log Message:
-----------
created pthsem, ticket #20128

Added Paths:
-----------
    trunk/dports/devel/pthsem/
    trunk/dports/devel/pthsem/Portfile

Added: trunk/dports/devel/pthsem/Portfile
===================================================================
--- trunk/dports/devel/pthsem/Portfile	                        (rev 0)
+++ trunk/dports/devel/pthsem/Portfile	2009-07-13 12:15:10 UTC (rev 53758)
@@ -0,0 +1,35 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                pthsem
+version             2.0.7
+categories          devel
+platforms           darwin
+
+maintainers         uwe-arzt.de:mail
+
+description         pthsem is an extend version of GNU pth, with support for semaphores
+long_description    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 program \
+                    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.
+
+homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
+
+fetch.type          git
+git.url             http://www.auto.tuwien.ac.at/~mkoegler/git/pthsem.git
+
+depends_build       port:pkgconfig \
+                    port:libtool \
+                    port:git-core
+
+configure.args      --enable-optimize --enable-pthread --mandir=${prefix}/share/man
+
+test.run            yes
+
+


Property changes on: trunk/dports/devel/pthsem/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090713/df25bbb6/attachment.html>


More information about the macports-changes mailing list