pkgsrc-WIP-changes archive

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

qstat/xqf-DESCR



Module Name:	pkgsrc-wip
Committed By:	shozp <shozp>
Pushed By:	shozp
Date:		Thu Jan 13 22:32:02 2022 +0100
Changeset:	cf7662b20ddd2be0da502bc91f069ef6f813edf0

Added Files:
	qstat/DESCR
	qstat/Makefile
	qstat/PLIST
	qstat/TODO
	qstat/distinfo
	qstat/patches/patch-autogen.sh

Log Message:
qstat/xqf-DESCR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf7662b20ddd2be0da502bc91f069ef6f813edf0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qstat/DESCR                    |  5 ++++
 qstat/Makefile                 | 28 ++++++++++++++++++++++
 qstat/PLIST                    |  3 +++
 qstat/TODO                     |  2 ++
 qstat/distinfo                 |  6 +++++
 qstat/patches/patch-autogen.sh | 54 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 98 insertions(+)

diffs:
diff --git a/qstat/DESCR b/qstat/DESCR
new file mode 100644
index 0000000000..15b8279511
--- /dev/null
+++ b/qstat/DESCR
@@ -0,0 +1,5 @@
+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.
diff --git a/qstat/Makefile b/qstat/Makefile
new file mode 100644
index 0000000000..0f422af4e8
--- /dev/null
+++ b/qstat/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+DISTNAME=	qstat-2.17
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=multiplay/}
+
+MAINTAINER=	shozp%directbox.com@localhost
+HOMEPAGE=	https://github.com/multiplay/qstat/
+COMMENT=	QStat is a command-line program that displays information about Internet game servers
+LICENSE=	artistic-2.0
+
+DEPENDS+=	autoconf-[0-9]*:../../devel/autoconf
+DEPENDS+=	automake-[0-9]*:../../devel/automake
+DEPENDS+=       m4-[0-9]*:../../devel/m4
+DEPENDS+=       libtool-base-[0-9]*:../../devel/libtool-base
+DEPENDS+=	autogen-[0-9]*:../../devel/autogen
+
+WRKSRC=		${WRKDIR}/qstat-2.17
+GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c
+USE_TOOLS=	gmake perl automake autoconf autogen shtool m4 libtool
+
+pre-configure:
+	cd ${WRKSRC} && ./autogen.sh
+
+.include "../../devel/autogen/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qstat/PLIST b/qstat/PLIST
new file mode 100644
index 0000000000..6698efadc8
--- /dev/null
+++ b/qstat/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/qstat
+etc/qstat.cfg
diff --git a/qstat/TODO b/qstat/TODO
new file mode 100644
index 0000000000..0ed1f48a58
--- /dev/null
+++ b/qstat/TODO
@@ -0,0 +1,2 @@
+builds und install on netbsd,
+more testings, eventually a better autogen.sh patch
diff --git a/qstat/distinfo b/qstat/distinfo
new file mode 100644
index 0000000000..427201bfbb
--- /dev/null
+++ b/qstat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (qstat-2.17.tar.gz) = b03a8ecaed7e0c49d7297305f9c9b7b1699ebe7a4724c1a99b1cdf47295b3f2b
+SHA512 (qstat-2.17.tar.gz) = 880549d220a9a9046910bc2e5564b09349870110c77249b66d2ca77143327c83473da31c00e7b70df45f48e6a5bcb3310487f73983d745a69e6aa6278a125278
+Size (qstat-2.17.tar.gz) = 233981 bytes
+SHA1 (patch-autogen.sh) = 7df805173ff46fadb167e5b099253b0dd37e517e
diff --git a/qstat/patches/patch-autogen.sh b/qstat/patches/patch-autogen.sh
new file mode 100644
index 0000000000..1d52c75b72
--- /dev/null
+++ b/qstat/patches/patch-autogen.sh
@@ -0,0 +1,54 @@
+--- autogen.sh~	2021-09-28 13:17:51.000000000 +0200
++++ autogen.sh	2022-01-13 17:59:48.399336996 +0100
+@@ -13,51 +13,6 @@
+ AUTOCONF_VERS="-2.61 261 -2.59 259 -2.58 258 -2.57 257 -2.54 254 -2.53 253"
+ AUTOMAKE_VERS="-1.9 19 -1.8 18 -1.7 17 -1.6 16 -1.5 15"
+ 
+-# We don't use variable here for remembering the type ... strings. Local 
+-# variables are not that portable, but we fear namespace issues with our
+-# includer.
+-check_autoconf()
+-{
+-	echo "Checking autoconf version..."
+-	for ver in $AUTOCONF_VERS; do
+-		if test -x "`$WHICH $AUTOCONF$ver 2>/dev/null`"; then
+-			AUTOCONF="`$WHICH $AUTOCONF$ver`"
+-			AUTOHEADER="`$WHICH $AUTOHEADER$ver`"
+-			AUTOM4TE="`$WHICH $AUTOM4TE$ver`"
+-			break
+-		fi
+-	done
+-}
+-
+-check_automake()
+-{
+-	echo "Checking automake version..."
+-	for ver in $AUTOMAKE_VERS; do
+-		if test -x "`$WHICH $AUTOMAKE$ver 2>/dev/null`"; then
+-			AUTOMAKE="`$WHICH $AUTOMAKE$ver`"
+-			ACLOCAL="`$WHICH $ACLOCAL$ver`"
+-			break
+-		fi
+-	done
+-
+-	if test -n "$UNSERMAKE"; then 
+-		AUTOMAKE="$UNSERMAKE"
+-	fi
+-}
+-
+-check_which()
+-{
+-	WHICH=""
+-	for i in "type -p" "which" "type" ; do
+-		T=`$i sh 2> /dev/null`
+-		test -x "$T" && WHICH="$i" && break
+-	done
+-}
+-
+-check_which
+-check_autoconf
+-check_automake
+-
+ export AUTOCONF AUTOHEADER AUTOM4TE AUTOMAKE ACLOCAL
+ 
+ set -e


Home | Main Index | Thread Index | Old Index