Port details |
- peekabot Distributed real-time 3D visualization tool for robotics researchers
- 0.8.6_5 science
=0 0.8.6_5Version of this port present on the latest quarterly branch.
- BROKEN: Does not build
DEPRECATED: Broken for more than 6 month This port expired on: 2014-02-27 IGNORE: is marked as broken: Does not build
- Maintainer: c.petrik.sosa@gmail.com
- Port Added: 2009-06-22 15:55:57
- Last Update: 2014-02-27 22:39:43
- SVN Revision: 346397
- License: BSL GPLv3
- WWW:
- http://www.peekabot.org
- Description:
- peekabot is a distributed real-time 3D visualization tool for robotics
researchers and developers, written in C++.
Its purpose is to simplify the visualization needs faced by a roboticist
daily - using visualization as a debugging aid or making fancy slides for
a presentation, for example.
WWW: http://www.peekabot.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- peekabot>0:science/peekabot
- No installation instructions:
- This port has been deleted.
- PKGNAME: peekabot
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- gcc46 : lang/gcc
- as : devel/binutils
- Runtime dependencies:
-
- gcc46 : lang/gcc
- Library dependencies:
-
- libboost_regex.so : devel/boost-libs
- libxerces-c.so.3 : textproc/xerces-c3
- libgtkglextmm-x11-1.2.so : x11-toolkits/gtkglextmm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.6_5 27 Feb 2014 22:39:43 |
rene |
Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month |
0.8.6_5 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
0.8.6_4 27 Jan 2014 17:35:27 |
bapt |
Deprecate ports broken for more than 6 month |
0.8.6_4 12 Dec 2013 14:15:04 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
0.8.6_4 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.8.6_3 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
0.8.6_3 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.8.6_3 24 Jul 2013 06:45:04 |
bapt |
Mark as broken: does not build
configure: error: cannot find the flags to link with Boost thread
Reported by: pkg-fallout |
0.8.6_3 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.8.6_3 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
0.8.6_3 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
0.8.6_2 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
0.8.6_2 01 Oct 2012 15:01:14 |
bdrewery |
- Fix header to proper format
Reported by: danfe |
0.8.6_2 29 Sep 2012 06:27:33 |
bdrewery |
- Pass maintainership to submitter
- Update to new header
PR: ports/172155
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
0.8.6_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.6_1 08 Apr 2012 10:31:29 |
miwi |
- Remove unnecessary LIB_DEPENDS for x11-toolkits/fltk
- Switch to textproc/xerces-c3 instead of textproc/xerces-c2
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support CFLAGS properly
PR: 166050
Submitted by: Ports Fury
Approved by: maintainer
Feature safe: yes |
0.8.6 18 Mar 2012 04:45:11 |
miwi |
- Update to 0.8.6
- Pass maintainership to submitter
PR: 166101
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes |
0.8.4_1 31 Oct 2011 22:54:04 |
pav |
- Mark BROKEN: does not compile
./3rdparty/Eigen/src/Core/util/Memory.h:302:13: error: 'ptrdiff_t' does not
name a type
Reported by: pointyhat |
0.8.4_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.8.4_1 30 Jul 2011 09:39:44 |
kwm |
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12. |
0.8.4 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
0.8.4 05 Feb 2011 10:55:13 |
miwi |
- Update to 0.8.4
PR: 154481
Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe: yes |
0.8.3 30 Nov 2010 08:02:26 |
makc |
Update to 0.8.3
Pass maintainerhsip to submitter
PR: ports/151753
Submitted by: Chris Petrik <c.petrik.sosa at gmail.com> |
0.7.2_4 15 Jun 2010 01:01:14 |
linimon |
Reset maintainer at his request.
PR: ports/147838 |
0.7.2_4 04 May 2010 11:43:33 |
pav |
- Mark BROKEN on sparc64
PR: ports/146127
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) |
0.7.2_4 07 Apr 2010 02:57:47 |
rafan |
- Requires GCC 4.x only if we are on 6.x
PR: ports/145255
Submitted by: Chris Petrik <chris at officialunix.com> (maintainer) |
0.7.2_3 29 Mar 2010 20:26:26 |
dinoex |
- fix build for png-1.4.1 |
0.7.2_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.7.2_2 23 Mar 2010 21:14:39 |
gahr |
- Chase x11-toolkits/fltk update |
0.7.2_1 13 Mar 2010 20:11:03 |
pav |
- The maintainer reappeared
Requested by: the maintainer |
0.7.2_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.7.2 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
0.7.2 26 Nov 2009 00:36:49 |
linimon |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
0.7.2 05 Nov 2009 14:57:18 |
amdmi3 |
- Update to 0.7.2
PR: 140281
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) |
0.7.1 13 Sep 2009 12:23:11 |
miwi |
- Update to 0.7.1
PR: 138714
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) |
0.7.0 23 Aug 2009 15:48:18 |
makc |
Update peekabot to 0.7.0
PR: ports/138091
Submitted by: Chris Petrik (maintainer) |
0.6.0_1 16 Aug 2009 04:10:54 |
linimon |
Mark as broken from sparc64.
Hat: portmgr |
0.6.0_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.6.0 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
0.6.0 22 Jun 2009 15:55:11 |
amdmi3 |
peekabot is a distributed real-time 3D visualization tool for robotics
researchers and developers, written in C++.
Its purpose is to simplify the visualization needs faced by a roboticist
daily - using visualization as a debugging aid or making fancy slides for
a presentation, for example.
Chris Petrik (chris@officialunix.com)
WWW: http://www.peekabot.org
PR: 135892
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |