View | Details | Raw Unified | Return to bug 151753 | Differences between
and this patch

Collapse All | Expand All

(-)peekabot/Makefile (-14 / +7 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	peekabot
8
PORTNAME=	peekabot
9
PORTVERSION=	0.7.2
9
PORTVERSION=	0.8.1
10
PORTREVISION=	4
11
CATEGORIES=	science
10
CATEGORIES=	science
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.7.x/ \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.8.x/
13
		http://distfiles.officialunix.com/
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	c.petrik.sosa@gmail.com
16
COMMENT=	Distributed real-time 3D visualization tool for robotics researchers
14
COMMENT=	Distributed real-time 3D visualization tool for robotics researchers
17
15
18
LIB_DEPENDS=	boost_regex.4:${PORTSDIR}/devel/boost-libs \
16
LIB_DEPENDS=	boost_regex.4:${PORTSDIR}/devel/boost-libs \
19
		xerces-c.27:${PORTSDIR}/textproc/xerces-c2\
17
		xerces-c.27:${PORTSDIR}/textproc/xerces-c2\
20
		fltk.1:${PORTSDIR}/x11-toolkits/fltk
18
		fltk.1:${PORTSDIR}/x11-toolkits/fltk \
19
		gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm
21
20
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	LDFLAGS="`fltk-config --ldflags`" \
22
CONFIGURE_ENV=	LDFLAGS="`fltk-config --ldflags`" \
Lines 25-43 Link Here
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
USE_BZIP2=	yes
25
USE_BZIP2=	yes
27
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
#Internal compiler error with < 4.4
28
USE_GCC=	4.4
28
29
29
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
30
31
31
.if ${OSVERSION} < 700042
32
USE_GCC=	4.2+
33
.endif
34
35
.if ${ARCH} == "sparc64"
32
.if ${ARCH} == "sparc64"
36
BROKEN=		does not compile with boost on sparc64
33
BROKEN=		does not compile with boost on sparc64
37
.endif
34
.endif
38
35
39
post-patch:
40
	${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
41
		${WRKSRC}/src/3rdparty/png++/io_base.hpp
42
43
.include <bsd.port.post.mk>
36
.include <bsd.port.post.mk>
(-)peekabot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (peekabot-0.7.2.tar.bz2) = 091f588e3b1931de2454539c797f7526
1
MD5 (peekabot-0.8.1.tar.bz2) = 375e1db89dce6581fb3272b1de1c854f
2
SHA256 (peekabot-0.7.2.tar.bz2) = aa27e4082bb42cdc770d0090aae96b74b8a7014d8a36325e69b8d1553a4ff7b4
2
SHA256 (peekabot-0.8.1.tar.bz2) = 870160df54666d2843d4663bbdccb78b21d6475cc0c7c5706444500eafa569bd
3
SIZE (peekabot-0.7.2.tar.bz2) = 2546064
3
SIZE (peekabot-0.8.1.tar.bz2) = 2706247
(-)peekabot/pkg-plist (-39 / +41 lines)
Lines 2-12 Link Here
2
bin/peekabot
2
bin/peekabot
3
include/peekabot.hh
3
include/peekabot.hh
4
include/peekabot/Action.hh
4
include/peekabot/Action.hh
5
include/peekabot/Any.hh
5
include/peekabot/Deprecated.hh
6
include/peekabot/Deprecated.hh
6
include/peekabot/Matrix.hh
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
10
include/peekabot/Visibility.hh
9
include/peekabot/Visibility.hh
11
include/peekabot/Version.hh
10
include/peekabot/Version.hh
12
include/peekabot/client/DelayedDispatch.hh
11
include/peekabot/client/DelayedDispatch.hh
Lines 17-23 Link Here
17
include/peekabot/client/Recording.hh
16
include/peekabot/client/Recording.hh
18
include/peekabot/client/Result.hh
17
include/peekabot/client/Result.hh
19
include/peekabot/client/Status.hh
18
include/peekabot/client/Status.hh
20
include/peekabot/client/any_dl.hpp
21
include/peekabot/client/proxies/CameraProxy.hh
19
include/peekabot/client/proxies/CameraProxy.hh
22
include/peekabot/client/proxies/CircleProxy.hh
20
include/peekabot/client/proxies/CircleProxy.hh
23
include/peekabot/client/proxies/CubeProxy.hh
21
include/peekabot/client/proxies/CubeProxy.hh
Lines 39-86 Link Here
39
include/peekabot/client/proxies/SliderProxy.hh
37
include/peekabot/client/proxies/SliderProxy.hh
40
include/peekabot/client/proxies/SphereProxy.hh
38
include/peekabot/client/proxies/SphereProxy.hh
41
include/peekabot/client/proxies/VertexBasedProxy.hh
39
include/peekabot/client/proxies/VertexBasedProxy.hh
40
include/peekabot/client/proxies/OccupancyGrid3DProxy.hh
41
include/peekabot/client/proxies/TriMeshProxy.hh
42
include/peekabot/client/proxies/PolylineProxy.hh
42
lib/libpeekabot.a
43
lib/libpeekabot.a
43
lib/libpeekabot.la
44
lib/libpeekabot.la
44
lib/libpeekabot.so
45
lib/libpeekabot.so
45
lib/libpeekabot.so.5
46
lib/libpeekabot.so.6
46
%%DATADIR%%/data/default_scene.xml
47
%%DATADIR%%/data/default_scene.xml
47
%%DATADIR%%/fonts/COPYING
48
%%DATADIR%%/fonts/COPYING
48
%%DATADIR%%/fonts/FreeSerif.ttf
49
%%DATADIR%%/fonts/FreeSerif.ttf
49
%%DATADIR%%/images/add_camera.png
50
%%DATADIR%%/icons/objects/camera-16.png
50
%%DATADIR%%/images/camera_object.png
51
%%DATADIR%%/icons/objects/circle-16.png
51
%%DATADIR%%/images/camera_object2.png
52
%%DATADIR%%/icons/objects/cube-16.png
52
%%DATADIR%%/images/camera_object3.png
53
%%DATADIR%%/icons/objects/cylinder-16.png
53
%%DATADIR%%/images/circle_object.png
54
%%DATADIR%%/icons/objects/dof-16.png
54
%%DATADIR%%/images/cont_snapshot.png
55
%%DATADIR%%/icons/objects/grid-16.png
55
%%DATADIR%%/images/cube_object.png
56
%%DATADIR%%/icons/objects/label-16.png
56
%%DATADIR%%/images/cube_object_aa.png
57
%%DATADIR%%/icons/objects/line-cloud-16.png
57
%%DATADIR%%/images/cylinder_object.png
58
%%DATADIR%%/icons/objects/model-16.png
58
%%DATADIR%%/images/cylinder_object_aa.png
59
%%DATADIR%%/icons/objects/og2d-16.png
59
%%DATADIR%%/images/dof.png
60
%%DATADIR%%/icons/objects/og3d-16.png
60
%%DATADIR%%/images/grid.png
61
%%DATADIR%%/icons/objects/point-cloud-16.png
61
%%DATADIR%%/images/groundplane.png
62
%%DATADIR%%/icons/objects/polygon-16.png
62
%%DATADIR%%/images/group_object.png
63
%%DATADIR%%/icons/objects/polyline-16.png
63
%%DATADIR%%/images/label.png
64
%%DATADIR%%/icons/objects/sphere-16.png
64
%%DATADIR%%/images/light_object.png
65
%%DATADIR%%/icons/objects/tri-mesh-16.png
65
%%DATADIR%%/images/line_cloud.png
66
%%DATADIR%%/icons/log-22.png
66
%%DATADIR%%/images/locked.png
67
%%DATADIR%%/icons/log-error-22.png
67
%%DATADIR%%/images/move.png
68
%%DATADIR%%/icons/move-tool-16.png
68
%%DATADIR%%/images/occupancy_grid_2d.png
69
%%DATADIR%%/icons/move-tool-22.png
69
%%DATADIR%%/images/ortho_mode.png
70
%%DATADIR%%/icons/navigate-tool-22.png
70
%%DATADIR%%/images/ortho_mode_aa.png
71
%%DATADIR%%/icons/ortho-16.png
71
%%DATADIR%%/images/perspective_mode.png
72
%%DATADIR%%/icons/ortho-22.png
72
%%DATADIR%%/images/perspective_mode_aa.png
73
%%DATADIR%%/icons/rotate-tool-16.png
73
%%DATADIR%%/images/point_cloud.png
74
%%DATADIR%%/icons/rotate-tool-22.png
74
%%DATADIR%%/images/polygon_object.png
75
%%DATADIR%%/icons/screenshot-16.png
75
%%DATADIR%%/images/polyline_object.png
76
%%DATADIR%%/icons/screenshot-22.png
76
%%DATADIR%%/images/polyline_object_aa.png
77
%%DATADIR%%/icons/top-down-16.png
77
%%DATADIR%%/images/rotate.png
78
%%DATADIR%%/icons/top-down-22.png
78
%%DATADIR%%/images/snapshot.png
79
%%DATADIR%%/images/snapshot_disabled.png
80
%%DATADIR%%/images/sphere_object.png
81
%%DATADIR%%/images/teapot.png
82
%%DATADIR%%/images/topdown.png
83
%%DATADIR%%/images/topdown_aa.png
84
%%DATADIR%%/schemas/basic_types.xsd
79
%%DATADIR%%/schemas/basic_types.xsd
85
%%DATADIR%%/schemas/camera.xsd
80
%%DATADIR%%/schemas/camera.xsd
86
%%DATADIR%%/schemas/circle.xsd
81
%%DATADIR%%/schemas/circle.xsd
Lines 100-110 Link Here
100
%%DATADIR%%/schemas/scene_object.xsd
95
%%DATADIR%%/schemas/scene_object.xsd
101
%%DATADIR%%/schemas/slider.xsd
96
%%DATADIR%%/schemas/slider.xsd
102
%%DATADIR%%/schemas/sphere.xsd
97
%%DATADIR%%/schemas/sphere.xsd
98
%%DATADIR%%/schemas/tri_mesh.xsd
99
%%DATADIR%%/schemas/polyline.xsd
100
%%DATADIR%%/peekabot.ui
101
lib/pkgconfig/peekabot.pc
103
@dirrm %%DATADIR%%/schemas
102
@dirrm %%DATADIR%%/schemas
104
@dirrm %%DATADIR%%/images
103
@dirrm %%DATADIR%%/images
105
@dirrm %%DATADIR%%/fonts
104
@dirrm %%DATADIR%%/fonts
106
@dirrm %%DATADIR%%/data
105
@dirrm %%DATADIR%%/data
106
@dirrm %%DATADIR%%/icons/objects
107
@dirrm %%DATADIR%%/icons
107
@dirrm %%DATADIR%%
108
@dirrm %%DATADIR%%
108
@dirrm include/peekabot/client/proxies
109
@dirrm include/peekabot/client/proxies
109
@dirrm include/peekabot/client
110
@dirrm include/peekabot/client
110
@dirrm include/peekabot
111
@dirrm include/peekabot
112
@dirrmtry lib/pkgconfig

Return to bug 151753