pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/qstat Initial import of qstat-2.6 into the NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d453944eb6b6
branches:  trunk
changeset: 487691:d453944eb6b6
user:      peter <peter%pkgsrc.org@localhost>
date:      Tue Jan 18 17:51:19 2005 +0000

description:
Initial import of qstat-2.6 into the NetBSD Packages Collection.

QStat is a command-line program that gathers real-time statistics from
Internet game servers.

A summary of its features:

 * Supports Windows 95, NT, Linux, and most Unixes.
 * Comes with C source code and a binary for Windows.
 * Supports old Quake (NetQuake), QuakeWorld, Hexen II, HexenWorld, Quake II,
   Unreal/UT, Turok2, Sin, Half-Life, Shogo, Tribes, Tribes 2, Quake III,
   BFRIS, Kingpin, Heretic II servers, Soldier of Fortune, and lots more.
 * Can display all available statistics, including player info & server rules.
 * Output templates for automatic HTML generation.
 * Raw display mode for integration with custom server browsers.
 * Built-in host name cache.
 * Sort by ping time, game, or both.
 * More options than you can wiggle a mouse at.

diffstat:

 games/qstat/DESCR            |  16 ++++++++++++++++
 games/qstat/Makefile         |  23 +++++++++++++++++++++++
 games/qstat/PLIST            |  26 ++++++++++++++++++++++++++
 games/qstat/distinfo         |   5 +++++
 games/qstat/patches/patch-aa |  11 +++++++++++
 5 files changed, 81 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r c39848152685 -r d453944eb6b6 games/qstat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/qstat/DESCR Tue Jan 18 17:51:19 2005 +0000
@@ -0,0 +1,16 @@
+QStat is a command-line program that gathers real-time statistics from
+Internet game servers.
+
+A summary of its features:
+
+ * Supports Windows 95, NT, Linux, and most Unixes.
+ * Comes with C source code and a binary for Windows.
+ * Supports old Quake (NetQuake), QuakeWorld, Hexen II, HexenWorld, Quake II,
+   Unreal/UT, Turok2, Sin, Half-Life, Shogo, Tribes, Tribes 2, Quake III,
+   BFRIS, Kingpin, Heretic II servers, Soldier of Fortune, and lots more.
+ * Can display all available statistics, including player info & server rules.
+ * Output templates for automatic HTML generation.
+ * Raw display mode for integration with custom server browsers.
+ * Built-in host name cache.
+ * Sort by ping time, game, or both.
+ * More options than you can wiggle a mouse at.
diff -r c39848152685 -r d453944eb6b6 games/qstat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/qstat/Makefile      Tue Jan 18 17:51:19 2005 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/18 17:51:19 peter Exp $
+
+DISTNAME=      qstat-2.6
+CATEGORIES=    games
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qstat/}
+
+MAINTAINER=    peter%pointless.nl@localhost
+HOMEPAGE=      http://www.qstat.org/
+COMMENT=       Program that gathers real-time statistics from game servers
+
+NO_CONFIGURE=  yes
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PKGBASE}
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}/template
+       ${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/${PKGBASE}
+       ${INSTALL_DATA} ${WRKSRC}/template/* ${PREFIX}/share/doc/${PKGBASE}/template
+       ${INSTALL_DATA} ${WRKSRC}/contrib.cfg ${PREFIX}/share/examples/${PKGBASE}
+       ${INSTALL_DATA} ${WRKSRC}/qstat.cfg ${PREFIX}/share/examples/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"
diff -r c39848152685 -r d453944eb6b6 games/qstat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/qstat/PLIST Tue Jan 18 17:51:19 2005 +0000
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/18 17:51:19 peter Exp $
+bin/qstat
+share/doc/${PKGBASE}/qstatdoc.html
+share/doc/${PKGBASE}/template/README.txt
+share/doc/${PKGBASE}/template/brocTh.html
+share/doc/${PKGBASE}/template/brocTp.html
+share/doc/${PKGBASE}/template/brocTs.html
+share/doc/${PKGBASE}/template/brocTt.html
+share/doc/${PKGBASE}/template/ghostrecon.lst
+share/doc/${PKGBASE}/template/ghostreconTh.html
+share/doc/${PKGBASE}/template/ghostreconTp.html
+share/doc/${PKGBASE}/template/ghostreconTs.html
+share/doc/${PKGBASE}/template/ghostreconTt.html
+share/doc/${PKGBASE}/template/tribes2th.html
+share/doc/${PKGBASE}/template/tribes2tp.html
+share/doc/${PKGBASE}/template/tribes2ts.html
+share/doc/${PKGBASE}/template/tribes2tt.html
+share/doc/${PKGBASE}/template/unrealTh.html
+share/doc/${PKGBASE}/template/unrealTp.html
+share/doc/${PKGBASE}/template/unrealTs.html
+share/doc/${PKGBASE}/template/unrealTt.html
+share/examples/${PKGBASE}/contrib.cfg
+share/examples/${PKGBASE}/qstat.cfg
+@dirrm share/doc/${PKGBASE}/template
+@dirrm share/doc/${PKGBASE}
+@dirrm share/examples/${PKGBASE}
diff -r c39848152685 -r d453944eb6b6 games/qstat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/qstat/distinfo      Tue Jan 18 17:51:19 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/18 17:51:19 peter Exp $
+
+SHA1 (qstat-2.6.tar.gz) = 5ecd1533f22cc47d6f9d66928534707d9f413800
+Size (qstat-2.6.tar.gz) = 133834 bytes
+SHA1 (patch-aa) = 94fb56068f48941448287610269a463433ae477b
diff -r c39848152685 -r d453944eb6b6 games/qstat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/qstat/patches/patch-aa      Tue Jan 18 17:51:19 2005 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/18 17:51:19 peter Exp $
+
+--- Makefile.orig      2002-10-11 05:55:07.000000000 +0200
++++ Makefile   2004-06-11 13:45:56.000000000 +0200
+@@ -1,6 +1,4 @@
+ 
+-CFLAGS =
+-
+ # Uncomment if you have gcc
+ # CC = gcc
+ 



Home | Main Index | Thread Index | Old Index