[60860] trunk/dports/devel

nox at macports.org nox at macports.org
Wed Nov 25 13:32:12 PST 2009


Revision: 60860
          http://trac.macports.org/changeset/60860
Author:   nox at macports.org
Date:     2009-11-25 13:32:06 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
orocos-rtt: New port.

Added Paths:
-----------
    trunk/dports/devel/orocos-kdl/
    trunk/dports/devel/orocos-kdl/Portfile

Added: trunk/dports/devel/orocos-kdl/Portfile
===================================================================
--- trunk/dports/devel/orocos-kdl/Portfile	                        (rev 0)
+++ trunk/dports/devel/orocos-kdl/Portfile	2009-11-25 21:32:06 UTC (rev 60860)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       cmake 1.0
+
+name            orocos-rtt
+version         1.10.2
+platforms       darwin
+categories      devel graphics
+maintainers     nox openmaintainer
+description     Orocos Real-Time Toolkit
+license         GPLv2
+
+long_description \
+    The Orocos Real-Time Toolkit (RTT) provides a C++ framework, or runtime, \
+    targeting the implementation of (realtime and non-realtime) control \
+    systems. It is sometimes refered to as the 'Open Real-Time Control \
+    Services'.
+
+homepage        http://www.orocos.org/rtt/
+master_sites    http://people.mech.kuleuven.be/~orocos/pub/stable/rtt/v${version}/
+distname        ${name}-${version}-src
+
+checksums       md5     e0093058c87d7c66d8ab1ad565b9ff91 \
+                sha1    ea6510a4f7854ce9f927753156b57a2dfa9da9f7 \
+                rmd160  ead2c2381de7bc9ec8fba4447c410d68fcfc988c
+
+worksrcdir      ${name}-${version}
+
+depends_lib     port:boost
+
+post-destroot {
+    # ugly code, we should find how to do that directly in CMake.
+    set lib ${prefix}/lib/liborocos-rtt-macosx.${version}.dylib
+    system "install_name_tool -id ${lib} ${destroot}${lib}"
+}


Property changes on: trunk/dports/devel/orocos-kdl/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/20091125/a9704cbf/attachment.html>


More information about the macports-changes mailing list