svn commit: r512764 - in head/devel: . ros-console_bridge

Kurt Jaeger pi at FreeBSD.org
Wed Sep 25 04:25:45 UTC 2019


Author: pi
Date: Wed Sep 25 04:25:43 2019
New Revision: 512764
URL: https://svnweb.freebsd.org/changeset/ports/512764

Log:
  New port: devel/ros-console_bridge
  
  ros-console_bridge provides a Robot Operating System (ROS) mechanism
  for logging that seamlessly pipes into rosconsole/rosout for
  ROS-dependent packages.
  
  This package is independent of ROS. That is, it doesn't require any
  other parts of ROS.
  
  WWW: https://github.com/ros/console_bridge
  
  PR:		224896
  Submitted by:	Trenton Schulz <trueos at norwegianrockcat.com>

Added:
  head/devel/ros-console_bridge/
  head/devel/ros-console_bridge/Makefile   (contents, props changed)
  head/devel/ros-console_bridge/distinfo   (contents, props changed)
  head/devel/ros-console_bridge/pkg-descr   (contents, props changed)
  head/devel/ros-console_bridge/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Sep 25 04:20:12 2019	(r512763)
+++ head/devel/Makefile	Wed Sep 25 04:25:43 2019	(r512764)
@@ -5394,6 +5394,7 @@
     SUBDIR += robodoc
     SUBDIR += root-doc
     SUBDIR += ros-catkin_pkg
+    SUBDIR += ros-console_bridge
     SUBDIR += ros-rosdep
     SUBDIR += ros-rosdistro
     SUBDIR += ros-rosinstall

Added: head/devel/ros-console_bridge/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-console_bridge/Makefile	Wed Sep 25 04:25:43 2019	(r512764)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	ros-console_bridge
+DISTVERSION=	0.4.3
+CATEGORIES=	devel
+
+MAINTAINER=	trentonw at ifi.uio.no
+COMMENT=	ROS-independent logging that pipes into ROS packages
+
+LICENSE=	BSD3CLAUSE
+
+USES=		cmake
+USE_GITHUB=	yes
+USE_LDCONFIG=	yes
+
+GH_ACCOUNT=	ros
+GH_PROJECT=	console_bridge
+
+.include <bsd.port.mk>

Added: head/devel/ros-console_bridge/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-console_bridge/distinfo	Wed Sep 25 04:25:43 2019	(r512764)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568634932
+SHA256 (ros-console_bridge-0.4.3_GH0.tar.gz) = 9f024a38f0947ed9fa67f58829980c2d90d84740e6de20d75cb00866f07a7a0b
+SIZE (ros-console_bridge-0.4.3_GH0.tar.gz) = 254021

Added: head/devel/ros-console_bridge/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-console_bridge/pkg-descr	Wed Sep 25 04:25:43 2019	(r512764)
@@ -0,0 +1,8 @@
+ros-console_bridge provides a Robot Operating System (ROS) mechanism
+for logging that seamlessly pipes into rosconsole/rosout for
+ROS-dependent packages.
+
+This package is independent of ROS. That is, it doesn't require any
+other parts of ROS.
+
+WWW: https://github.com/ros/console_bridge

Added: head/devel/ros-console_bridge/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-console_bridge/pkg-plist	Wed Sep 25 04:25:43 2019	(r512764)
@@ -0,0 +1,9 @@
+include/console_bridge/console.h
+include/console_bridge_export.h
+lib/console_bridge/cmake/console_bridge-config-version.cmake
+lib/console_bridge/cmake/console_bridge-config.cmake
+lib/console_bridge/cmake/console_bridge-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/console_bridge/cmake/console_bridge-targets.cmake
+lib/libconsole_bridge.so
+lib/libconsole_bridge.so.0.4
+libdata/pkgconfig/console_bridge.pc


More information about the svn-ports-head mailing list