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

[wip/genomix] Import genomix-1.0

The genomix HTTP server is a generic interface between clients and genom
components (using the generic genom C client template). Control is done be the
mean of specific HTTP GET requests (not yet documented...).
parent 126e9b1b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ SUBDIR+= flann
SUBDIR+= genom3
SUBDIR+= genom3-pocolibs
SUBDIR+= genom3-ros
SUBDIR+= genomix
SUBDIR+= gest-genom
SUBDIR+= hpp-geometry
SUBDIR+= hyper
......
The genomix HTTP server is a generic interface between clients and genom
components (using the generic genom C client template). Control is done be the
mean of specific HTTP GET requests (not yet documented...).
# robotpkg Makefile for: architecture/genom3-ros
# Created: Anthony Mallet on Fri, 19 Oct 2012
#
DISTNAME= genomix-1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genomix/}
MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/genomix
MAINTAINER= mallet@laas.fr
HOMEPAGE= https://homepages.laas.fr/mallet/soft/architecture/genom3
COMMENT= HTTP server for controlling GenoM3 components
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
NOT_FOR_PLATFORM= # empty
DEPEND_ABI.tcl= tcl>=8.5
include ../../pkgtools/pkg-config/depend.mk
include ../../wip/genom3/depend.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/robotpkg.mk
@comment Fri Oct 19 17:19:01 CEST 2012
bin/genomixd
lib/pkgconfig/genomix.pc
share/genomix/main.tcl
share/genomix/pkgIndex.tcl
share/genomix/request.tcl
share/genomix/server.tcl
share/genomix/session.tcl
share/genomix/uri.tcl
share/genomix/version.tcl
# robotpkg depend.mk for: architecture/genomix
# Created: Anthony Mallet on Fri, 19 Oct 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
GENOMIX_DEPEND_MK:= ${GENOMIX_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= genomix
endif
ifeq (+,$(GENOMIX_DEPEND_MK)) # --------------------------------------------
DEPEND_USE+= genomix
PREFER.genomix?= robotpkg
SYSTEM_SEARCH.genomix=\
'bin/genomixd:p:% --version' \
'lib/pkgconfig/genomix.pc:/Version/s/[^0-9.]//gp'
DEPEND_ABI.genomix?= genomix>=1.0
DEPEND_DIR.genomix?= ../../wip/genomix
endif # GENOMIX_DEPEND_MK --------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (genomix-1.0.tar.gz) = 69703f993aefc819ce3acb9debc7b669c19271ca
RMD160 (genomix-1.0.tar.gz) = 786e9fa8e76e91795b985c12f267582f8cf09e53
Size (genomix-1.0.tar.gz) = 129050 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