mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.8.4
PR: 154481 Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes
This commit is contained in:
parent
649d2374fa
commit
de8c9752ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268664
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= peekabot
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 0.8.4
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (peekabot-0.8.3.tar.bz2) = 156760cc0255bcec697b0fc3a4df89fadf4a0e042d925606fe787b8df27c966a
|
||||
SIZE (peekabot-0.8.3.tar.bz2) = 2713734
|
||||
SHA256 (peekabot-0.8.4.tar.bz2) = 5104c33006947eafc1a89fe4d774414c87419cad371f40f703f2f6e65d3a0f1a
|
||||
SIZE (peekabot-0.8.4.tar.bz2) = 2711144
|
||||
|
@ -6,8 +6,8 @@ include/peekabot/Any.hh
|
||||
include/peekabot/Deprecated.hh
|
||||
include/peekabot/PathIdentifier.hh
|
||||
include/peekabot/Types.hh
|
||||
include/peekabot/Visibility.hh
|
||||
include/peekabot/Version.hh
|
||||
include/peekabot/Visibility.hh
|
||||
include/peekabot/client/DelayedDispatch.hh
|
||||
include/peekabot/client/Exceptions.hh
|
||||
include/peekabot/client/OperationResult.hh
|
||||
@ -30,16 +30,16 @@ include/peekabot/client/proxies/LineCloudProxy.hh
|
||||
include/peekabot/client/proxies/ModelProxy.hh
|
||||
include/peekabot/client/proxies/ObjectProxy.hh
|
||||
include/peekabot/client/proxies/OccupancyGrid2DProxy.hh
|
||||
include/peekabot/client/proxies/OccupancyGrid3DProxy.hh
|
||||
include/peekabot/client/proxies/PeekabotProxyBase.hh
|
||||
include/peekabot/client/proxies/PointCloudProxy.hh
|
||||
include/peekabot/client/proxies/PolygonProxy.hh
|
||||
include/peekabot/client/proxies/PolylineProxy.hh
|
||||
include/peekabot/client/proxies/ScalableProxy.hh
|
||||
include/peekabot/client/proxies/SliderProxy.hh
|
||||
include/peekabot/client/proxies/SphereProxy.hh
|
||||
include/peekabot/client/proxies/VertexBasedProxy.hh
|
||||
include/peekabot/client/proxies/OccupancyGrid3DProxy.hh
|
||||
include/peekabot/client/proxies/TriMeshProxy.hh
|
||||
include/peekabot/client/proxies/PolylineProxy.hh
|
||||
include/peekabot/client/proxies/VertexBasedProxy.hh
|
||||
lib/libpeekabot.a
|
||||
lib/libpeekabot.la
|
||||
lib/libpeekabot.so
|
||||
@ -48,6 +48,11 @@ libdata/pkgconfig/peekabot.pc
|
||||
%%DATADIR%%/data/default_scene.xml
|
||||
%%DATADIR%%/fonts/COPYING
|
||||
%%DATADIR%%/fonts/FreeSerif.ttf
|
||||
%%DATADIR%%/icons/log-22.png
|
||||
%%DATADIR%%/icons/log-error-22.png
|
||||
%%DATADIR%%/icons/move-tool-16.png
|
||||
%%DATADIR%%/icons/move-tool-22.png
|
||||
%%DATADIR%%/icons/navigate-tool-22.png
|
||||
%%DATADIR%%/icons/objects/camera-16.png
|
||||
%%DATADIR%%/icons/objects/circle-16.png
|
||||
%%DATADIR%%/icons/objects/cube-16.png
|
||||
@ -64,11 +69,6 @@ libdata/pkgconfig/peekabot.pc
|
||||
%%DATADIR%%/icons/objects/polyline-16.png
|
||||
%%DATADIR%%/icons/objects/sphere-16.png
|
||||
%%DATADIR%%/icons/objects/tri-mesh-16.png
|
||||
%%DATADIR%%/icons/log-22.png
|
||||
%%DATADIR%%/icons/log-error-22.png
|
||||
%%DATADIR%%/icons/move-tool-16.png
|
||||
%%DATADIR%%/icons/move-tool-22.png
|
||||
%%DATADIR%%/icons/navigate-tool-22.png
|
||||
%%DATADIR%%/icons/ortho-16.png
|
||||
%%DATADIR%%/icons/ortho-22.png
|
||||
%%DATADIR%%/icons/rotate-tool-16.png
|
||||
@ -77,6 +77,7 @@ libdata/pkgconfig/peekabot.pc
|
||||
%%DATADIR%%/icons/screenshot-22.png
|
||||
%%DATADIR%%/icons/top-down-16.png
|
||||
%%DATADIR%%/icons/top-down-22.png
|
||||
%%DATADIR%%/peekabot.ui
|
||||
%%DATADIR%%/schemas/basic_types.xsd
|
||||
%%DATADIR%%/schemas/camera.xsd
|
||||
%%DATADIR%%/schemas/circle.xsd
|
||||
@ -91,20 +92,18 @@ libdata/pkgconfig/peekabot.pc
|
||||
%%DATADIR%%/schemas/model.xsd
|
||||
%%DATADIR%%/schemas/point_cloud.xsd
|
||||
%%DATADIR%%/schemas/polygon.xsd
|
||||
%%DATADIR%%/schemas/polyline.xsd
|
||||
%%DATADIR%%/schemas/property_types.xsd
|
||||
%%DATADIR%%/schemas/scene.xsd
|
||||
%%DATADIR%%/schemas/scene_object.xsd
|
||||
%%DATADIR%%/schemas/slider.xsd
|
||||
%%DATADIR%%/schemas/sphere.xsd
|
||||
%%DATADIR%%/schemas/tri_mesh.xsd
|
||||
%%DATADIR%%/schemas/polyline.xsd
|
||||
%%DATADIR%%/peekabot.ui
|
||||
@dirrm %%DATADIR%%/schemas
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%/icons/objects
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/peekabot/client/proxies
|
||||
@dirrm include/peekabot/client
|
||||
|
Loading…
Reference in New Issue
Block a user