45 | | # -*- 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 |
46 | | # $Id: Portfile 57215 2009-09-07 17:38:30Z toby@macports.org $ |
47 | | |
48 | | PortSystem 1.0 |
49 | | |
50 | | name peekabot-client |
51 | | version 0.7.2 |
52 | | categories science devel |
53 | | maintainers gimaker.se:staffan \ |
54 | | openmaintainer |
55 | | description The peekabot client library |
56 | | long_description peekabot is a distributed real-time 3D visualization \ |
57 | | tool for robotics researchers and developers written \ |
58 | | in C++. Its purpose is to simplify the visualization \ |
59 | | needs faced by roboticists daily. |
60 | | homepage http://www.peekabot.org/ |
61 | | platforms darwin |
62 | | distname peekabot-${version} |
63 | | dist_subdir peekabot |
64 | | master_sites sourceforge:peekabot |
65 | | use_bzip2 yes |
66 | | use_parallel_build yes |
67 | | |
68 | | checksums md5 091f588e3b1931de2454539c797f7526 \ |
69 | | sha1 f4d42249059af92db8b70fd12c48c9c3e990cd95 \ |
70 | | rmd160 24861d4dc9dcf87f41c2ddb159a709958d1a7f65 |
71 | | |
72 | | depends_lib port:boost |
73 | | |
74 | | configure.args --disable-server |
75 | | |
76 | | # Disable compression since using it produces a mysterious memory fault |
77 | | # that I cannot figure out why it occurs |
78 | | patchfiles patch-disable_compression.diff |