mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to version 2.6.
PR: ports/71140 Submitted by: myself Approved by: maintainer (timeout after >40 days)
This commit is contained in:
parent
23799d8de4
commit
f25bb89afb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118976
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user