ports/71140: PORT UPDATE: games/qstat to most recent version (2.5c -> 2.6)

Alexey Dokuchaev danfe at FreeBSD.org
Mon Aug 30 07:30:30 UTC 2004


>Number:         71140
>Category:       ports
>Synopsis:       PORT UPDATE: games/qstat to most recent version (2.5c -> 2.6)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 07:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.9-STABLE FreeBSD 4.9-STABLE #1: Wed Mar 3 13:17:54 NOVT 2004 root at regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
Update games/qstat to most recent version, 2.6.  Features include Doom
III and Half-Life 2 support among others.

Diff also includes some tweaks for pkg-descr.
>How-To-Repeat:
N/A
%%%
Index: Makefile
===================================================================
RCS file: /net/cartman/usr/local/cvs/FreeBSD-CVS/ports/games/qstat/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	7 Mar 2003 06:02:52 -0000	1.18
+++ Makefile	30 Aug 2004 07:05:32 -0000
@@ -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 at FreeBSD.org
 COMMENT=	A command line program to query game servers on the net
@@ -21,10 +21,10 @@
 	@${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>
Index: distinfo
===================================================================
RCS file: /net/cartman/usr/local/cvs/FreeBSD-CVS/ports/games/qstat/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	18 Mar 2004 02:27:37 -0000	1.13
+++ distinfo	30 Aug 2004 06:52:10 -0000
@@ -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
Index: pkg-descr
===================================================================
RCS file: /net/cartman/usr/local/cvs/FreeBSD-CVS/ports/games/qstat/pkg-descr,v
retrieving revision 1.5
diff -u -r1.5 pkg-descr
--- pkg-descr	2 Jul 2001 16:11:12 -0000	1.5
+++ pkg-descr	30 Aug 2004 07:10:26 -0000
@@ -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 @@
  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 at qstat.org>
Index: pkg-plist
===================================================================
RCS file: /net/cartman/usr/local/cvs/FreeBSD-CVS/ports/games/qstat/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	14 Feb 2003 20:44:23 -0000	1.6
+++ pkg-plist	30 Aug 2004 07:14:27 -0000
@@ -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 @@
 %%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
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list