mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to version 2.2b.
PR: 10292 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Reviewed by: maintainer
This commit is contained in:
parent
88c2d2969c
commit
b50dc5c75c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17196
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: qstat
|
||||
# Version required: 2.0b
|
||||
# Version required: 2.2b
|
||||
# Date created: 28 May 1998
|
||||
# Whom: Daniel O'Connor <darius@dons.net.au>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/08/09 01:04:55 steve Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1998/08/17 00:28:24 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qstat20b
|
||||
PKGNAME= qstat-2.0b
|
||||
DISTNAME= qstat22b
|
||||
PKGNAME= qstat-2.2b
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.activesw.com/pub/quake/
|
||||
|
||||
@ -15,5 +15,13 @@ MAINTAINER= darius@dons.net.au
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Installing documents in ${PREFIX}/share/doc/qstat"
|
||||
@${ECHO_MSG} ""
|
||||
${MKDIR} ${PREFIX}/share/doc/qstat
|
||||
${INSTALL_DATA} ${WRKSRC}/qstat.txt ${PREFIX}/share/doc/qstat
|
||||
${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/qstat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qstat20b.tar.gz) = 3d3760e3003aff58059f0e4b35f58457
|
||||
MD5 (qstat22b.tar.gz) = 368d42a6a92ad749c51a6906973a47ac
|
||||
|
@ -1 +1 @@
|
||||
A command line program to query Quake 1 & 2, and Hexen 2 servers
|
||||
A command line program to query game servers on the net
|
||||
|
@ -1,6 +1,20 @@
|
||||
QStat is a command-line program that displays information about
|
||||
Internet Quake servers. The servers are either down, non-responsive, or
|
||||
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.
|
||||
|
||||
Version 2.2b supports the following games:
|
||||
old Quake (NetQuake)
|
||||
QuakeWorld
|
||||
Hexen II
|
||||
HexenWorld
|
||||
Quake II
|
||||
Unreal
|
||||
Turok2
|
||||
Sin
|
||||
Half-Life
|
||||
|
||||
Distfile: qstat22b.tar.gz (110kb)
|
||||
Author : Steve Jankowski <steve@activesw.com>
|
||||
Home page - http://www.activesw.com/people/steve/qstat.html
|
||||
|
@ -1 +1,4 @@
|
||||
bin/qstat
|
||||
share/doc/qstat/qstat.txt
|
||||
share/doc/qstat/qstatdoc.html
|
||||
@dirrm share/doc/qstat
|
||||
|
Loading…
Reference in New Issue
Block a user