From 7eea3b91b064f5faa44c3860459043a69b489b70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr>
Date: Fri, 8 Mar 2013 19:02:00 +0100
Subject: [PATCH] [hatptester] 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.
---
 hatptester/DESCR     |  4 ++++
 hatptester/Makefile  | 31 +++++++++++++++++++++++++++++++
 hatptester/PLIST     |  3 +++
 hatptester/depend.mk | 25 +++++++++++++++++++++++++
 hatptester/distinfo  |  3 +++
 5 files changed, 66 insertions(+)
 create mode 100644 hatptester/DESCR
 create mode 100644 hatptester/Makefile
 create mode 100644 hatptester/PLIST
 create mode 100644 hatptester/depend.mk
 create mode 100644 hatptester/distinfo

diff --git a/hatptester/DESCR b/hatptester/DESCR
new file mode 100644
index 00000000..2612ad4c
--- /dev/null
+++ b/hatptester/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/hatptester/Makefile b/hatptester/Makefile
new file mode 100644
index 00000000..e06c6568
--- /dev/null
+++ b/hatptester/Makefile
@@ -0,0 +1,31 @@
+# robotpkg Makefile for:	planning/hatptester
+# Created:			Raphaël Lallement, 08/03/2013
+#
+
+DISTNAME=		hatptester-${VERSION}
+VERSION=		0.8.0
+PKGREVISION=		
+CATEGORIES=		planning
+MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=hatptester/}
+MASTER_REPOSITORY=	${MASTER_REPOSITORY_OPENROBOTS}hatptester
+
+
+MAINTAINER=		raphael.lallement@laas.fr
+COMMENT=		GUI to send plan requests to HATP
+LICENSE=		2-clause-bsd
+
+MAKE_JOBS_SAFE=		yes
+
+CMAKE_ARGS+=		-DmsgconnectorROOT=${PREFIX.msgconnector}
+
+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/qt4-libs.mk
+include ../../mk/language/c.mk
+include ../../mk/language/c++.mk
+include ../../mk/robotpkg.mk
diff --git a/hatptester/PLIST b/hatptester/PLIST
new file mode 100644
index 00000000..75371ec6
--- /dev/null
+++ b/hatptester/PLIST
@@ -0,0 +1,3 @@
+@comment Fri Mar 8 18:58:30 CET 2013
+bin/hatptester
+bin/${PKGNAME}
diff --git a/hatptester/depend.mk b/hatptester/depend.mk
new file mode 100644
index 00000000..b66cf6b6
--- /dev/null
+++ b/hatptester/depend.mk
@@ -0,0 +1,25 @@
+# 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>=0.8.0
+DEPEND_DIR.hatptester?=	../../wip/hatptester
+
+SYSTEM_SEARCH.hatptester=\
+	bin/hatptster
+endif
+
+
+DEPEND_DEPTH:=		${DEPEND_DEPTH:+=}
diff --git a/hatptester/distinfo b/hatptester/distinfo
new file mode 100644
index 00000000..abb0514c
--- /dev/null
+++ b/hatptester/distinfo
@@ -0,0 +1,3 @@
+SHA1 (hatptester-0.8.0.tar.gz) = 8375daaebea81f8fa10d5580d22d926f47e7fec5
+RMD160 (hatptester-0.8.0.tar.gz) = 9c301343cfd17538ed454772b5cfd8c995be9fc7
+Size (hatptester-0.8.0.tar.gz) = 12050 bytes
-- 
GitLab