1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

devel/rth: Remove expired port

2024-09-30 devel/rth: Abandonware, Unmaintained upstream as of 2013
This commit is contained in:
Rene Ladan 2024-09-30 21:24:02 +02:00
parent 091d672418
commit 6d738702fe
7 changed files with 1 additions and 3285 deletions

1
MOVED
View File

@ -3514,3 +3514,4 @@ www/sahi||2024-09-30|Has expired: Abandonware and outdated, newer versions requi
www/template_||2024-09-30|Has expired: Abandonware, outdated and last version released upstream was released in 2015
www/screego||2024-09-30|Has expired: Outdated, unmaintained in tree and marked broken over a year ago
archivers/py-borgbackup11||2024-09-30|Has expired: No longer supported upstream, use borgbackup 1.2 (oldstable) or 1.4 (stable) instead
devel/rth||2024-09-30|Has expired: Abandonware, Unmaintained upstream as of 2013

View File

@ -6302,7 +6302,6 @@
SUBDIR += rpc2
SUBDIR += rpclib
SUBDIR += rsvndump
SUBDIR += rth
SUBDIR += rttr
SUBDIR += ruby-bsearch
SUBDIR += ruby-build

View File

@ -1,30 +0,0 @@
PORTNAME= rth
PORTVERSION= 1.7.0
PORTREVISION= 2
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/Release%20${PORTVERSION}/Release%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web-based requirement, test, and bugtracking system
WWW= https://sourceforge.net/projects/rth/
DEPRECATED= Abandonware, Unmaintained upstream as of 2013
EXPIRATION_DATE=2024-09-30
USES= php:web zip
NO_BUILD= yes
USE_PHP= mysqli gd
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_LIST= "PKGNAME=${PKGNAME}"
SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
@${ECHO} "Installing in ${PREFIX}/www/rth"
${MKDIR} ${STAGEDIR}${PREFIX}/www/rth
${MV} ${WRKSRC}/api/properties_inc.php ${WRKSRC}/api/properties_inc.php.sample
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/rth
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (rth_1.7.0.zip) = 1cde939ad2ab9516b55a3bd3bb43ad005d6aa79ed26e2d9c4ff7295c8a6cc6d9
SIZE (rth_1.7.0.zip) = 5509502

View File

@ -1,38 +0,0 @@
[
{ type: install
message: <<EOM
%%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
If you are upgrading from a prior version of rth note
update instructions at %%PREFIX%%/www/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>
EOM
}
]

View File

@ -1,10 +0,0 @@
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.

File diff suppressed because it is too large Load Diff