Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 1999 23:47:48 -0600 (CST)
From:      stephen farrell <sfarrell@healthquiz.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9975: new port of xqf (find quake servers)
Message-ID:  <199902090547.XAA78320@couatl.uchicago.edu>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `non-critica' for the field `>Severity:'.
	It was set to the default value of `serious'.


>Number:         9975
>Category:       ports
>Synopsis:       new port of xqf (find quake servers)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb  8 21:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     stephen farrell
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
>Environment:


>Description:

	new port of xqf which helps to find quake servers.  not that
i play quake myself =)

>How-To-Repeat:


>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xqf
#	xqf/files
#	xqf/files/md5
#	xqf/Makefile
#	xqf/pkg
#	xqf/pkg/COMMENT
#	xqf/pkg/DESCR
#	xqf/pkg/PLIST
#	xqf/patches
#	xqf/patches/patch-aa
#
echo c - xqf
mkdir -p xqf > /dev/null 2>&1
echo c - xqf/files
mkdir -p xqf/files > /dev/null 2>&1
echo x - xqf/files/md5
sed 's/^X//' >xqf/files/md5 << 'END-of-xqf/files/md5'
XMD5 (xqf-0.8.7.2.tar.gz) = c99985cd49facbab0ae408a95cbcb027
END-of-xqf/files/md5
echo x - xqf/Makefile
sed 's/^X//' >xqf/Makefile << 'END-of-xqf/Makefile'
X# New ports collection makefile for:	xqf
X# Version required:			0.8.7.2
X# Date created:				08 February 1999
X# Whom:					steve farrell
X#
X# $Id: Makefile,v 1.4 1998/08/10 12:16:53 steve Exp $
X#
X
XDISTNAME=	xqf-0.8.7.2
XCATEGORIES=	games
XMASTER_SITES=	ftp://ftp.linuxgames.com/xqf/
X
XMAINTAINER=	steve@farrell.org
X
XUSE_GMAKE=	yes
X
XRUN_DEPENDS=	qstat:${PORTSDIR}/games/qstat
XLIB_DEPENDS=    gtk10:${PORTSDIR}/x11-toolkits/gtk10
X
X.include <bsd.port.mk>
END-of-xqf/Makefile
echo c - xqf/pkg
mkdir -p xqf/pkg > /dev/null 2>&1
echo x - xqf/pkg/COMMENT
sed 's/^X//' >xqf/pkg/COMMENT << 'END-of-xqf/pkg/COMMENT'
XFind quake servers
END-of-xqf/pkg/COMMENT
echo x - xqf/pkg/DESCR
sed 's/^X//' >xqf/pkg/DESCR << 'END-of-xqf/pkg/DESCR'
XXQF is Quake/QuakeWorld/Quake2 server browser and launcher for Unix/X11.
XIt's a front-end to QStat, a program by Steve Jankowski. XQF uses the GTK+
Xtoolkit. 
END-of-xqf/pkg/DESCR
echo x - xqf/pkg/PLIST
sed 's/^X//' >xqf/pkg/PLIST << 'END-of-xqf/pkg/PLIST'
Xbin/xqf
END-of-xqf/pkg/PLIST
echo c - xqf/patches
mkdir -p xqf/patches > /dev/null 2>&1
echo x - xqf/patches/patch-aa
sed 's/^X//' >xqf/patches/patch-aa << 'END-of-xqf/patches/patch-aa'
X--- Makefile.orig	Mon Feb  8 23:32:47 1999
X+++ Makefile	Mon Feb  8 23:35:33 1999
X@@ -1,7 +1,7 @@
X CC	= gcc
X 
X-CFLAGS	= -O2 -g -Wall `gtk-config --cflags` # -DDEBUG
X-LDFLAGS	= `gtk-config --libs`
X+CFLAGS	= -O2 -g -Wall `gtk10-config --cflags` # -DDEBUG
X+LDFLAGS	= `gtk10-config --libs`
X 
X INSTALL_ROOT = /usr/local
X 
X@@ -26,7 +26,7 @@
X 	    $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile
X 
X install:
X-	install -s -m 755 -g root -o root $(TARGET) $(INSTALL_ROOT)/bin
X+	install -s -m 755 -g wheel -o root $(TARGET) $(INSTALL_ROOT)/bin
X 
X clean:
X 	rm -f *.[oasi] *~ core $(TARGET) Makefile.old
END-of-xqf/patches/patch-aa
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902090547.XAA78320>