QSTAT 2.14 (for XQF), working on linux, needs some corrections

This commit is contained in:
andyb 2019-02-28 03:30:21 +01:00
parent d20016d6db
commit 36b8f3faa7
8 changed files with 66 additions and 1 deletions

1
qstat214/DESCR Normal file
View File

@ -0,0 +1 @@
QStat is a program displays information about game servers.

30
qstat214/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 0.3 2019/02/27 15:15:10 andyb Exp $
GITHUB_PROJECT= qstat
DISTNAME= v2.14
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=multiplay/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= pkgls@gmx.net
HOMEPAGE= https://github.com/multiplay/qstat/
COMMENT= QStat is a program displays information about game servers
LICENSE= artistic-2.0
DEPENDS+= automake-[0-9]*:../../devel/automake
DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake automake autoconf autoheader autom4te aclocal intltool pkg-config which
WRKSRC= ${WRKDIR}/qstat-2.14
pre-configure:
cd ${WRKSRC} && \
./autogen.sh
.include "../../mk/bsd.pkg.mk"

3
qstat214/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/qstat
etc/qstat.cfg

3
qstat214/PLIST.Linux Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/qstat
etc/qstat.cfg

2
qstat214/TODO Normal file
View File

@ -0,0 +1,2 @@
Works, tested on linux only.
Needs some corrections.

7
qstat214/distinfo Normal file
View File

@ -0,0 +1,7 @@
$NetBSD$
SHA1 (qstat/v2.14.tar.gz) = 6b18671939ba8a0afc9669e0e4069e4ef9d02a0e
RMD160 (qstat/v2.14.tar.gz) = e7222acd365b33c07636b9f10369ee7803b88f04
SHA512 (qstat/v2.14.tar.gz) = f2054d74399fe1773a19ca43629e10364fdd87e551459719685c11f38245a05906631b456848b1a3764b4e6843baf654af6a9b174c7b16908b6bcb97ac64c6d6
Size (qstat/v2.14.tar.gz) = 210440 bytes
SHA1 (patch-autogen.sh) = c5b5fbb739111ae0f83e66c72f4693ff1e9332a5

View File

@ -0,0 +1,19 @@
--- autogen.sh 2019-02-28 03:12:51.961531647 +0100
+++ autogen.sh 2019-02-28 03:11:36.870526291 +0100
@@ -1,11 +1,11 @@
#!/bin/sh
# Global variables...
-AUTOCONF="autoconf"
-AUTOHEADER="autoheader"
-AUTOM4TE="autom4te"
-AUTOMAKE="automake"
-ACLOCAL="aclocal"
+AUTOCONF="/usr/pkg/bin/autoconf"
+AUTOHEADER="/usr/pkg/bin/autoheader"
+AUTOM4TE="/usr/pkg/bin/autom4te"
+AUTOMAKE="/usr/pkg/bin/automake"
+ACLOCAL="/usr/pkg/bin/aclocal"
# Please add higher versions first. The last version number is the minimum
# needed to compile KDE. Do not forget to include the name/version #

View File

@ -8,7 +8,7 @@ CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=IgnorantGuru/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= andyb@m42.one
MAINTAINER= pkgls@gmx.net
HOMEPAGE= https://github.com/IgnorantGuru/spacefm/
COMMENT= SpaceFM Filemanager
LICENSE= gnu-gpl-v3