View | Details | Raw Unified | Return to bug 138091
Collapse All | Expand All

(-)/usr/local/tinderbox/portstrees/FreeBSD/ports/science/peekabot/Makefile (-3 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	peekabot
8
PORTNAME=	peekabot
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.7.0
10
PORTREVISION=	1
11
CATEGORIES=	science
10
CATEGORIES=	science
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.7.x/ \
12
		http://distfiles.officialunix.com/
13
13
14
MAINTAINER=	chris@officialunix.com
14
MAINTAINER=	chris@officialunix.com
15
COMMENT=	Distributed real-time 3D visualization tool for robotics researchers
15
COMMENT=	Distributed real-time 3D visualization tool for robotics researchers
(-)/usr/local/tinderbox/portstrees/FreeBSD/ports/science/peekabot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (peekabot-0.6.0.tar.bz2) = 9de6f733272516aea9ed27842055eee3
1
MD5 (peekabot-0.7.0.tar.bz2) = 4e207cc2b4a1b867f6ceb91a15bfceb8
2
SHA256 (peekabot-0.6.0.tar.bz2) = 4bc2218985ce474ef34692c1e576c762a8b68a85c080395473119dfcae4aa67e
2
SHA256 (peekabot-0.7.0.tar.bz2) = 705182ccc571ca2d9b79406f121e02a922dac7ef54e861b04fbaf3e189f9269f
3
SIZE (peekabot-0.6.0.tar.bz2) = 2568809
3
SIZE (peekabot-0.7.0.tar.bz2) = 2546800
(-)/usr/local/tinderbox/portstrees/FreeBSD/ports/science/peekabot/pkg-plist (-4 / +3 lines)
Lines 7-12 Link Here
7
include/peekabot/PathIdentifier.hh
7
include/peekabot/PathIdentifier.hh
8
include/peekabot/Types.hh
8
include/peekabot/Types.hh
9
include/peekabot/Vector.hh
9
include/peekabot/Vector.hh
10
include/peekabot/Visibility.hh
11
include/peekabot/Version.hh
10
include/peekabot/client/DelayedDispatch.hh
12
include/peekabot/client/DelayedDispatch.hh
11
include/peekabot/client/Exceptions.hh
13
include/peekabot/client/Exceptions.hh
12
include/peekabot/client/OperationResult.hh
14
include/peekabot/client/OperationResult.hh
Lines 34-47 Link Here
34
include/peekabot/client/proxies/PointCloudProxy.hh
36
include/peekabot/client/proxies/PointCloudProxy.hh
35
include/peekabot/client/proxies/PolygonProxy.hh
37
include/peekabot/client/proxies/PolygonProxy.hh
36
include/peekabot/client/proxies/ScalableProxy.hh
38
include/peekabot/client/proxies/ScalableProxy.hh
37
include/peekabot/client/proxies/SensorProxy.hh
38
include/peekabot/client/proxies/SliderProxy.hh
39
include/peekabot/client/proxies/SliderProxy.hh
39
include/peekabot/client/proxies/SphereProxy.hh
40
include/peekabot/client/proxies/SphereProxy.hh
40
include/peekabot/client/proxies/VertexBasedProxy.hh
41
include/peekabot/client/proxies/VertexBasedProxy.hh
41
lib/libpeekabot.a
42
lib/libpeekabot.a
42
lib/libpeekabot.la
43
lib/libpeekabot.la
43
lib/libpeekabot.so
44
lib/libpeekabot.so
44
lib/libpeekabot.so.4
45
lib/libpeekabot.so.5
45
%%DATADIR%%/data/default_scene.xml
46
%%DATADIR%%/data/default_scene.xml
46
%%DATADIR%%/fonts/COPYING
47
%%DATADIR%%/fonts/COPYING
47
%%DATADIR%%/fonts/FreeSerif.ttf
48
%%DATADIR%%/fonts/FreeSerif.ttf
Lines 74-80 Link Here
74
%%DATADIR%%/images/polyline_object.png
75
%%DATADIR%%/images/polyline_object.png
75
%%DATADIR%%/images/polyline_object_aa.png
76
%%DATADIR%%/images/polyline_object_aa.png
76
%%DATADIR%%/images/rotate.png
77
%%DATADIR%%/images/rotate.png
77
%%DATADIR%%/images/sensor_object.png
78
%%DATADIR%%/images/snapshot.png
78
%%DATADIR%%/images/snapshot.png
79
%%DATADIR%%/images/snapshot_disabled.png
79
%%DATADIR%%/images/snapshot_disabled.png
80
%%DATADIR%%/images/sphere_object.png
80
%%DATADIR%%/images/sphere_object.png
Lines 98-104 Link Here
98
%%DATADIR%%/schemas/property_types.xsd
98
%%DATADIR%%/schemas/property_types.xsd
99
%%DATADIR%%/schemas/scene.xsd
99
%%DATADIR%%/schemas/scene.xsd
100
%%DATADIR%%/schemas/scene_object.xsd
100
%%DATADIR%%/schemas/scene_object.xsd
101
%%DATADIR%%/schemas/sensor.xsd
102
%%DATADIR%%/schemas/slider.xsd
101
%%DATADIR%%/schemas/slider.xsd
103
%%DATADIR%%/schemas/sphere.xsd
102
%%DATADIR%%/schemas/sphere.xsd
104
@dirrm %%DATADIR%%/schemas
103
@dirrm %%DATADIR%%/schemas

Return to bug 138091