diff options
author | danfe <danfe@FreeBSD.org> | 2004-10-12 20:16:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-10-12 20:16:42 +0800 |
commit | 45c7e94b668f0a811f648d350a9b8e2d68837f6c (patch) | |
tree | c594502de216694b3f7962df93b174d809a4f7be /games/qstat | |
parent | 710d23a0f530049c1c431157d54a09dc35eac5a2 (diff) | |
download | freebsd-ports-gnome-45c7e94b668f0a811f648d350a9b8e2d68837f6c.tar.gz freebsd-ports-gnome-45c7e94b668f0a811f648d350a9b8e2d68837f6c.tar.zst freebsd-ports-gnome-45c7e94b668f0a811f648d350a9b8e2d68837f6c.zip |
Update to version 2.6.
PR: ports/71140
Submitted by: myself
Approved by: maintainer (timeout after >40 days)
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/Makefile | 10 | ||||
-rw-r--r-- | games/qstat/distinfo | 4 | ||||
-rw-r--r-- | games/qstat/pkg-descr | 16 | ||||
-rw-r--r-- | games/qstat/pkg-plist | 3 |
4 files changed, 20 insertions, 13 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 31d7df7b0993..4359f7093d4c 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -6,10 +6,10 @@ # PORTNAME= qstat -PORTVERSION= 2.5.c +PORTVERSION= 2.6 CATEGORIES= games net -MASTER_SITES= http://www.qstat.org/ -DISTNAME= qstat${PORTVERSION:S/.//g} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org COMMENT= A command line program to query game servers on the net @@ -21,10 +21,10 @@ do-install: @${ECHO_MSG} "Installing documents and templates in: \ ${DOCSDIR}" @${ECHO_MSG} "" - @${MKDIR} ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/template + @${MKDIR} ${DOCSDIR}/info ${DOCSDIR}/template @${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/template/* ${DOCSDIR}/template + @${INSTALL_DATA} ${WRKSRC}/info/* ${DOCSDIR}/info .endif .include <bsd.port.mk> diff --git a/games/qstat/distinfo b/games/qstat/distinfo index 9c0a239d62fd..b2a6085ce010 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1,2 +1,2 @@ -MD5 (qstat25c.tar.gz) = a936dc3e15ece567378a026737fe45e2 -SIZE (qstat25c.tar.gz) = 111739 +MD5 (qstat-2.6.tar.gz) = 68e96ea9dd444ddd7759db02444d398a +SIZE (qstat-2.6.tar.gz) = 133834 diff --git a/games/qstat/pkg-descr b/games/qstat/pkg-descr index 2810a857fe63..97f37b2777d5 100644 --- a/games/qstat/pkg-descr +++ b/games/qstat/pkg-descr @@ -1,8 +1,10 @@ -QStat is a command-line program that displays information about -Internet game servers. The servers are either down, non-responsive, or -running a game. For servers running a game, the server name, map name, -current number of players, and response time are displayed. Server -rules and player information may also be displayed. +QStat is a command-line program that displays information about Internet +game servers. The servers are either down, non-responsive, or running a +a game. For servers running a game, the server name, map name, current +number of players, and response time are displayed. Server rules and +player information may also be displayed. Can output templates for +automatic HTML generation. Also has raw display mode for integration +with custom server browsers. It supports the following games: o old Quake (NetQuake) @@ -13,7 +15,9 @@ It supports the following games: o Unreal o Turok2 o Sin - o Half-Life + o Half-Life 2 + o Half-Life + o Doom III o and more... Author: Steve Jankowski <steve@qstat.org> diff --git a/games/qstat/pkg-plist b/games/qstat/pkg-plist index cc68c9eb996e..dcb42ffc5f9e 100644 --- a/games/qstat/pkg-plist +++ b/games/qstat/pkg-plist @@ -1,5 +1,7 @@ bin/qstat %%PORTDOCS%%share/doc/qstat/qstatdoc.html +%%PORTDOCS%%share/doc/qstat/info/UT2003.txt +%%PORTDOCS%%share/doc/qstat/info/GhostRecon.txt %%PORTDOCS%%share/doc/qstat/template/README.txt %%PORTDOCS%%share/doc/qstat/template/brocTh.html %%PORTDOCS%%share/doc/qstat/template/brocTp.html @@ -19,4 +21,5 @@ bin/qstat %%PORTDOCS%%share/doc/qstat/template/unrealTs.html %%PORTDOCS%%share/doc/qstat/template/unrealTt.html %%PORTDOCS%%@dirrm share/doc/qstat/template +%%PORTDOCS%%@dirrm share/doc/qstat/info %%PORTDOCS%%@dirrm share/doc/qstat |