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>
This commit is contained in:
Ion-Mihai Tetcu 2006-06-21 21:32:54 +00:00
parent c97fbf4228
commit fdd1d55013
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165995
6 changed files with 3389 additions and 0 deletions

View File

@ -1623,6 +1623,7 @@
SUBDIR += rote
SUBDIR += rpc2
SUBDIR += rpm-spec-mode.el
SUBDIR += rth
SUBDIR += rtplib
SUBDIR += ruby-amstd
SUBDIR += ruby-aspectr

35
devel/rth/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: rth
# Date created: 2006-06-06
# Whom: Jan Siml <jsi@jules.de>
#
# $FreeBSD$
#
PORTNAME= rth
PORTVERSION= 1.5.4
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rth
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jsi@jules.de
COMMENT= Web-based tool to manage requirements and tests
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>

3
devel/rth/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (rth_1.5.4.zip) = 0e7dfa4f5dacd492b74839c37f54e502
SHA256 (rth_1.5.4.zip) = f12cec8f5c66ff27d9ec01a197707a63d11984ceb5d31912967fad8ee0b29c6d
SIZE (rth_1.5.4.zip) = 5420072

View File

@ -0,0 +1,31 @@
%%PKGNAME%% has been installed into:
%%PREFIX%%/www/rth
Please edit api/properties_inc.php to suit your needs.
If you use MySQL as your database go to the directory
%%PREFIX%%/www/rth/sql and do the following to create
a demo database:
mysql -u [username] -p [db_name] < rth.sql
To make rth available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /rth/ "%%PREFIX%%/www/rth"
<Directory "%%PREFIX%%/www/rth/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
<IfModule dir_module>
DirectoryIndex home_page.php
</IfModule>
</Directory>

12
devel/rth/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
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/

3307
devel/rth/pkg-plist Normal file

File diff suppressed because it is too large Load Diff