Skip to content
Snippets Groups Projects
Commit 0979d903 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/tcl-genomix] Import tcl-genomix-1.0

tcl-genomix package provides a TCL package that interacts with the genomix HTTP
server and can control GenoM3 components.

It can prompt interactively for arguments of services. Services can be invoked
synchronously or asynchronously and callbacks can be triggered whenever
services complete.

tcl-genomix is best used in combination with the interactive eltclsh shell.
parent b182b19c
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ SUBDIR+= ros18-base
SUBDIR+= roscpp-core
SUBDIR+= rospack
SUBDIR+= spark-genom
SUBDIR+= tcl-genomix
SUBDIR+= trajectory_monitor-genom
SUBDIR+= transgen3
SUBDIR+= visp
......
tcl-genomix package provides a TCL package that interacts with the genomix HTTP
server and can control GenoM3 components.
It can prompt interactively for arguments of services. Services can be invoked
synchronously or asynchronously and callbacks can be triggered whenever
services complete.
tcl-genomix is best used in combination with the interactive eltclsh shell.
# robotpkg Makefile for: supervision/tcl-genomix
# Created: Anthony Mallet on Fri, 19 Oct 2012
#
DISTNAME= tcl-genomix-1.0
CATEGORIES= supervision
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=tcl-genomix/}
MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/tcl-genomix
MAINTAINER= mallet@laas.fr
HOMEPAGE= https://homepages.laas.fr/mallet/soft/architecture/genom3
COMMENT= Interactive genomix TCL client for controlling GenoM3 components
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
NOT_FOR_PLATFORM= # empty
DEPEND_ABI.tcl= tcl>=8.5
include ../../mk/sysdep/tcl.mk
include ../../mk/robotpkg.mk
@comment Fri Oct 19 17:27:19 CEST 2012
lib/pkgconfig/tcl-genomix.pc
share/tcl-genomix/http.tcl
share/tcl-genomix/json.tcl
share/tcl-genomix/main.tcl
share/tcl-genomix/module.tcl
share/tcl-genomix/pkgIndex.tcl
share/tcl-genomix/pmt.tcl
share/tcl-genomix/server.tcl
share/tcl-genomix/uri.tcl
share/tcl-genomix/version.tcl
# robotpkg depend.mk for: supervision/tcl-genomix
# Created: Anthony Mallet on Fri, 19 Oct 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
TCL_TCL-GENOMIX_DEPEND_MK:= ${TCL_TCL-GENOMIX_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= tcl-genomix
endif
ifeq (+,$(TCL_TCL-GENOMIX_DEPEND_MK)) # ----------------------------------------
DEPEND_USE+= tcl-genomix
PREFER.tcl-genomix?= robotpkg
SYSTEM_SEARCH.tcl-genomix=\
share/tcl-genomix/pkgIndex.tcl \
'/pkgconfig/tcl-genomix.pc:/Version/s/[^0-9.]//gp'
DEPEND_ABI.tcl-genomix?= tcl-genomix>=1.0
DEPEND_DIR.tcl-genomix?= ../../wip/tcl-genomix
endif # TCL_TCL-GENOMIX_DEPEND_MK ----------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (tcl-genomix-1.0.tar.gz) = df88a0e5bcfa538f54af7f0c7a1f1302f3c878f2
RMD160 (tcl-genomix-1.0.tar.gz) = 367f1113e5a4ef3ab1710b6d872355396133fc5b
Size (tcl-genomix-1.0.tar.gz) = 68438 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment