rth is a web-based tool designed to manage requirements, tests,
test results, and defects throughout the application life cycle.
The tool provides a structured approach to software testing and
increases the visibility of the testing process by creating a
common repository for all test assets including requirements,
test cases, test plans, and test results. Regardless of their
geographic location, rth allows testers, developers, business
analysts, and managers to monitor and gauge application
readiness. The tool includes modules for requirements management,
test planning, test execution, defect tracking, and reporting.
WWW: http://rth-is-quality.com/
PR: ports/99083
Submitted by: Jan Siml <jsi@jules.de>
2006-06-21 23:32:54 +02:00
|
|
|
# New ports collection makefile for: rth
|
|
|
|
# Date created: 2006-06-06
|
|
|
|
# Whom: Jan Siml <jsi@jules.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rth
|
2006-07-04 21:01:13 +02:00
|
|
|
PORTVERSION= 1.5.6
|
rth is a web-based tool designed to manage requirements, tests,
test results, and defects throughout the application life cycle.
The tool provides a structured approach to software testing and
increases the visibility of the testing process by creating a
common repository for all test assets including requirements,
test cases, test plans, and test results. Regardless of their
geographic location, rth allows testers, developers, business
analysts, and managers to monitor and gauge application
readiness. The tool includes modules for requirements management,
test planning, test execution, defect tracking, and reporting.
WWW: http://rth-is-quality.com/
PR: ports/99083
Submitted by: Jan Siml <jsi@jules.de>
2006-06-21 23:32:54 +02:00
|
|
|
CATEGORIES= devel www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= rth
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= jsi@jules.de
|
2006-07-04 21:01:13 +02:00
|
|
|
COMMENT= Web-based requirement, test and bugtracking system
|
rth is a web-based tool designed to manage requirements, tests,
test results, and defects throughout the application life cycle.
The tool provides a structured approach to software testing and
increases the visibility of the testing process by creating a
common repository for all test assets including requirements,
test cases, test plans, and test results. Regardless of their
geographic location, rth allows testers, developers, business
analysts, and managers to monitor and gauge application
readiness. The tool includes modules for requirements management,
test planning, test execution, defect tracking, and reporting.
WWW: http://rth-is-quality.com/
PR: ports/99083
Submitted by: Jan Siml <jsi@jules.de>
2006-06-21 23:32:54 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PHP= mysql gd
|
|
|
|
USE_ZIP= yes
|
|
|
|
|
|
|
|
SUB_LIST= "PKGNAME=${PKGNAME}"
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
WANT_PHP_WEB= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${ECHO} "Installing in ${PREFIX}/www/rth"
|
|
|
|
${MKDIR} ${PREFIX}/www/rth
|
|
|
|
${MV} ${WRKSRC}/api/properties_inc.php ${WRKSRC}/api/properties_inc.php-dist
|
|
|
|
${CP} -R ${WRKSRC}/* ${PREFIX}/www/rth
|
|
|
|
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/rth
|
|
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|