From nobody@FreeBSD.org  Sun Apr  4 20:35:50 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9262416A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  4 Apr 2004 20:35:50 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 78A7B43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  4 Apr 2004 20:35:50 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i353Zo72087402
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 4 Apr 2004 20:35:50 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i353ZoAE087400;
	Sun, 4 Apr 2004 20:35:50 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200404050335.i353ZoAE087400@www.freebsd.org>
Date: Sun, 4 Apr 2004 20:35:50 -0700 (PDT)
From: Hideki Machida <hido@neojapangz.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: games/phpua-plugin_bf A Unreal Tournament 2003 plugin for phpUA
X-Send-Pr-Version: www-2.3

>Number:         65191
>Category:       ports
>Synopsis:       New port: games/phpua-plugin_bf A Unreal Tournament 2003 plugin for phpUA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 04 20:40:25 PDT 2004
>Closed-Date:    Sun Apr 04 21:00:26 PDT 2004
>Last-Modified:  Sun Apr 04 21:00:26 PDT 2004
>Originator:     Hideki Machida
>Release:        
>Organization:
>Environment:
>Description:
This is a plugin for phpUA which provides functionality for working with Unreal Tournament 2003.
>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:
#
#	phpua-ut2003
#	phpua-ut2003/distinfo
#	phpua-ut2003/Makefile
#	phpua-ut2003/pkg-descr
#	phpua-ut2003/pkg-plist
#	phpua-ut2003/files
#	phpua-ut2003/files/pkg-opts
#
echo c - phpua-ut2003
mkdir -p phpua-ut2003 > /dev/null 2>&1
echo x - phpua-ut2003/distinfo
sed 's/^X//' >phpua-ut2003/distinfo << 'END-of-phpua-ut2003/distinfo'
XMD5 (phpua-plugin_ut2003-1.1.0b.tar.gz) = 306d20384154dce98d13dc8147bddd74
XSIZE (phpua-plugin_ut2003-1.1.0b.tar.gz) = 7646
END-of-phpua-ut2003/distinfo
echo x - phpua-ut2003/Makefile
sed 's/^X//' >phpua-ut2003/Makefile << 'END-of-phpua-ut2003/Makefile'
X# New ports collection makefile for:   phpua-plugin_ut2003
X# Date created:        29 March 2003
X# Whom:                hideki
X#
X# $FreeBSD$
X#
X
XPORTNAME=       phpua-plugin_ut2003
XPORTVERSION=    1.1.0b
XCATEGORIES=     games www
XMASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=     phpua
X
XMAINTAINER=     hido@neojapangz.com
XCOMMENT=        A Unreal Tournament 2003 plugin for phpUA
X
XRUN_DEPENDS=    ${PKG_DBDIR}/phpua-engine-1.1.0b:${PORTSDIR}/games/phpua-engine
X
X# Some variables you can change
XPHPUA?=         www/data/phpua
XUSER?=          www
XGROUP?=         www
X
X# Static Variables
XPKGOPTS=        ${FILESDIR}/pkg-opts
X
XNO_BUILD=       yes
X
XPLIST_SUB+=     PHPUA=${PHPUA}
X
Xoptions:
X	@ ${ECHO_MSG} "===>  Build options for ${PKGNAME}:"
X	@ ${CAT} ${PKGOPTS}
X
Xpre-everything::
X.if !defined(BATCH)
X	@ ${TEST} -r ${PKGOPTS} && \
X	(${ECHO_MSG} '-------------------------------------------------------------------------'; \
X	${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \
X	${ECHO_MSG} '-------------------------------------------------------------------------')
X.endif
X
Xdo-install:
X	@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
X	@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
X	@ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
X	@ ${ECHO_MSG} ""
X	@ ${ECHO_MSG} "* Files have been installed in"
X	@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
X	@ ${ECHO_MSG} "*"
X.include <bsd.port.mk>
END-of-phpua-ut2003/Makefile
echo x - phpua-ut2003/pkg-descr
sed 's/^X//' >phpua-ut2003/pkg-descr << 'END-of-phpua-ut2003/pkg-descr'
XA Revolution in Server Administration
X
XphpUA is a PHP script that enables gaming server administrators 
Xto manage their servers via a website interface and to display 
Xserver information including live statistics to the public. 
XPlug-ins allow for game, language and website design compatibility.
X
XWWW: http://phpua.sourceforge.net/
X
X- Hideki
Xhido@neojapangz.com
END-of-phpua-ut2003/pkg-descr
echo x - phpua-ut2003/pkg-plist
sed 's/^X//' >phpua-ut2003/pkg-plist << 'END-of-phpua-ut2003/pkg-plist'
X%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003.inc
X%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_info.inc
X%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_rules.inc
X%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_watch.inc
X%%PHPUA%%/templates/default/plugin_ut2003/info.tpl
X%%PHPUA%%/templates/default/plugin_ut2003/rules.tpl
X%%PHPUA%%/templates/default/plugin_ut2003/watch.js
X%%PHPUA%%/templates/default/plugin_ut2003/watch.tpl
X%%PHPUA%%/templates/default/plugin_ut2003/x.js
X%%PHPUA%%/templates/javascript/plugin_ut2003/info.tpl
X%%PHPUA%%/templates/wap/plugin_ut2003/info.tpl
X@dirrm %%PHPUA%%/templates/wap/plugin_ut2003
X@dirrm %%PHPUA%%/templates/javascript/plugin_ut2003
X@dirrm %%PHPUA%%/templates/default/plugin_ut2003
X@dirrm %%PHPUA%%/plugins/plugin_ut2003
END-of-phpua-ut2003/pkg-plist
echo c - phpua-ut2003/files
mkdir -p phpua-ut2003/files > /dev/null 2>&1
echo x - phpua-ut2003/files/pkg-opts
sed 's/^X//' >phpua-ut2003/files/pkg-opts << 'END-of-phpua-ut2003/files/pkg-opts'
X
X> PHPUA		[www/data/phpua]
X  The DocumentRoot for your webserver under ${PREFIX}
X
X> USER		[www]
X  The user ID under which your webserver runs
X
X> GROUP		[www]
X  The group ID under which your webserver runs
X
END-of-phpua-ut2003/files/pkg-opts
exit
>Release-Note:
>Audit-Trail:

From: Hideki Machida <hido@neojapangz.com>
To: freebsd-gnats-submit@FreeBSD.org, hido@neojapangz.com
Cc:  
Subject: Re: ports/65191: New port: games/phpua-plugin_bf A Unreal Tournament
 2003 plugin for phpUA
Date: Mon, 05 Apr 2004 12:46:04 +0900

 The case will be resubmited so please close this case.
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 4 21:00:14 PDT 2004 
State-Changed-Why:  
Closed at maintainer's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65191 
>Unformatted:
