diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-08-23 23:48:18 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-08-23 23:48:18 +0800 |
commit | 452f2dd01093254c3bcff6f31b6ad2d33bc03e99 (patch) | |
tree | a590b4d0df4015697c44ed3b7a823f6d7df6c2d0 /science | |
parent | 677abde4b7cd3e77adc188c7fcabe6cfcf5e497b (diff) | |
download | freebsd-ports-gnome-452f2dd01093254c3bcff6f31b6ad2d33bc03e99.tar.gz freebsd-ports-gnome-452f2dd01093254c3bcff6f31b6ad2d33bc03e99.tar.zst freebsd-ports-gnome-452f2dd01093254c3bcff6f31b6ad2d33bc03e99.zip |
Update peekabot to 0.7.0
PR: ports/138091
Submitted by: Chris Petrik (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/peekabot/Makefile | 6 | ||||
-rw-r--r-- | science/peekabot/distinfo | 6 | ||||
-rw-r--r-- | science/peekabot/pkg-plist | 7 |
3 files changed, 9 insertions, 10 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile index 8c2127d0a545..6f795eeed1e0 100644 --- a/science/peekabot/Makefile +++ b/science/peekabot/Makefile @@ -6,10 +6,10 @@ # PORTNAME= peekabot -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= science -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7.x/ \ + http://distfiles.officialunix.com/ MAINTAINER= chris@officialunix.com COMMENT= Distributed real-time 3D visualization tool for robotics researchers diff --git a/science/peekabot/distinfo b/science/peekabot/distinfo index 6278e1ef345a..cfc73bf617b3 100644 --- a/science/peekabot/distinfo +++ b/science/peekabot/distinfo @@ -1,3 +1,3 @@ -MD5 (peekabot-0.6.0.tar.bz2) = 9de6f733272516aea9ed27842055eee3 -SHA256 (peekabot-0.6.0.tar.bz2) = 4bc2218985ce474ef34692c1e576c762a8b68a85c080395473119dfcae4aa67e -SIZE (peekabot-0.6.0.tar.bz2) = 2568809 +MD5 (peekabot-0.7.0.tar.bz2) = 4e207cc2b4a1b867f6ceb91a15bfceb8 +SHA256 (peekabot-0.7.0.tar.bz2) = 705182ccc571ca2d9b79406f121e02a922dac7ef54e861b04fbaf3e189f9269f +SIZE (peekabot-0.7.0.tar.bz2) = 2546800 diff --git a/science/peekabot/pkg-plist b/science/peekabot/pkg-plist index cf200f12ff49..e9ce30bfa735 100644 --- a/science/peekabot/pkg-plist +++ b/science/peekabot/pkg-plist @@ -7,6 +7,8 @@ include/peekabot/Matrix.hh include/peekabot/PathIdentifier.hh include/peekabot/Types.hh include/peekabot/Vector.hh +include/peekabot/Visibility.hh +include/peekabot/Version.hh include/peekabot/client/DelayedDispatch.hh include/peekabot/client/Exceptions.hh include/peekabot/client/OperationResult.hh @@ -34,14 +36,13 @@ include/peekabot/client/proxies/PeekabotProxyBase.hh include/peekabot/client/proxies/PointCloudProxy.hh include/peekabot/client/proxies/PolygonProxy.hh include/peekabot/client/proxies/ScalableProxy.hh -include/peekabot/client/proxies/SensorProxy.hh include/peekabot/client/proxies/SliderProxy.hh include/peekabot/client/proxies/SphereProxy.hh include/peekabot/client/proxies/VertexBasedProxy.hh lib/libpeekabot.a lib/libpeekabot.la lib/libpeekabot.so -lib/libpeekabot.so.4 +lib/libpeekabot.so.5 %%DATADIR%%/data/default_scene.xml %%DATADIR%%/fonts/COPYING %%DATADIR%%/fonts/FreeSerif.ttf @@ -74,7 +75,6 @@ lib/libpeekabot.so.4 %%DATADIR%%/images/polyline_object.png %%DATADIR%%/images/polyline_object_aa.png %%DATADIR%%/images/rotate.png -%%DATADIR%%/images/sensor_object.png %%DATADIR%%/images/snapshot.png %%DATADIR%%/images/snapshot_disabled.png %%DATADIR%%/images/sphere_object.png @@ -98,7 +98,6 @@ lib/libpeekabot.so.4 %%DATADIR%%/schemas/property_types.xsd %%DATADIR%%/schemas/scene.xsd %%DATADIR%%/schemas/scene_object.xsd -%%DATADIR%%/schemas/sensor.xsd %%DATADIR%%/schemas/slider.xsd %%DATADIR%%/schemas/sphere.xsd @dirrm %%DATADIR%%/schemas |