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

[wip/hatptester] Delete obsolete package

Not touched for 3 years, no feedback.
parent 804be7be
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ SUBDIR+= gdalwrap
SUBDIR+= gerard-bauzil
SUBDIR+= hatpconsole
SUBDIR+= hatponboard-lib
SUBDIR+= hatptester
SUBDIR+= head-action
SUBDIR+= histodet
SUBDIR+= hrp2-dev
......
hatptester is a GUI to send plan requests to HATP
This GUI automatically get all entities and tasks (actions and methods) form HATP.
This allow to create requests with proper value for each parameter.
# robotpkg Makefile for: planning/hatptester
# Created: Raphaël Lallement, 08/03/2013
#
DISTNAME= hatptester-${VERSION}
VERSION= 1.5.3
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatptester/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatp/hatptester
MAINTAINER= raphael.lallement@laas.fr
COMMENT= GUI to send plan requests to HATP
LICENSE= 2-clause-bsd
MAKE_JOBS_SAFE= yes
PKG_SUPPORTED_OPTIONS+= enable-logger
PKG_OPTION_DESCR.enable-logger= Enable the logging facility
define PKG_OPTION_SET.enable-logger
CMAKE_ARGS+= -Dboost-logROOT=${PREFIX.boost-log}
include ../../devel/boost-log/depend.mk
CMAKE_ARGS+= -DENABLE_LOGGER=ON
endef
define PKG_OPTION_UNSET.enable-logger
CMAKGE_ARGS+= -DENABLE_LOGGER=OFF
endef
USE_QMAKE= no
CMAKE_ARGS+= -DmsgconnectorROOT=${PREFIX.msgconnector}
CMAKE_ARGS+= -DQT_QMAKE_EXECUTABLE=${QMAKE}
DEPEND_ABI.boost-libs=boost-libs>=1.34
DEPEND_ABI.boost-headers=boost-headers>=1.34
include ../../wip/msgconnector/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/qmake.mk
include ../../mk/sysdep/qt4-libs.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Tue Jun 25 14:49:12 CEST 2013
bin/hatptester
bin/${PKGNAME}
${PLIST.enable-logger}lib/liblogger.so
# robotpkg depend.mk for: planning/hatptester
# Created: Raphaël Lallement, 22/01/2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HATPTESTER_DEPEND_MK:=${HATPTESTER_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hatptester
endif
ifeq (+,$(HATPTESTER_DEPEND_MK))
PREFER.hatpconsole?= robotpkg
DEPEND_USE+= hatptester
DEPEND_ABI.hatptester?= hatptester>=1.5.3
DEPEND_DIR.hatptester?= ../../wip/hatptester
SYSTEM_SEARCH.hatptester=\
bin/hatptster\
lib/liblogger.so
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hatptester-1.5.3.tar.gz) = c4ee25fe4b251fc56bfb4488919ea56bfb8d47a4
RMD160 (hatptester-1.5.3.tar.gz) = 77f79872fe3b5729ac0c2db57f61d8d2a8513849
Size (hatptester-1.5.3.tar.gz) = 20955 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