From nobody@FreeBSD.org  Fri Feb 20 06:17:36 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 000DC16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Feb 2004 06:17:35 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D882643D2F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Feb 2004 06:17:35 -0800 (PST)
	(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 i1KEHZ72056794
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Feb 2004 06:17:35 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i1KEHZ4M056793;
	Fri, 20 Feb 2004 06:17:35 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200402201417.i1KEHZ4M056793@www.freebsd.org>
Date: Fri, 20 Feb 2004 06:17:35 -0800 (PST)
From: Hideki Machida <hido@neojapangz.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: games/phpua-bf A Battlefield 1942 module for phpUA
X-Send-Pr-Version: www-2.3

>Number:         63143
>Category:       ports
>Synopsis:       New port: games/phpua-bf A Battlefield 1942 module 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:   Fri Feb 20 06:20:22 PST 2004
>Closed-Date:    Sat Mar 27 07:58:48 PST 2004
>Last-Modified:  Sat Mar 27 07:58:48 PST 2004
>Originator:     Hideki Machida
>Release:        
>Organization:
>Environment:
>Description:

>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-bf
#       phpua-bf/Makefile
#       phpua-bf/pkg-descr
#       phpua-bf/distinfo
#       phpua-bf/pkg-plist
#
echo c - phpua-bf
mkdir -p phpua-bf > /dev/null 2>&1
echo x - phpua-bf/Makefile
sed 's/^X//' >phpua-bf/Makefile << 'END-of-phpua-bf/Makefile'
X# New ports collection makefile for:   phpua-plugin_bf
X# Date created:        20 Feb 2003
X# Whom:                hideki
X#
X# $FreeBSD$
X#
X
XPORTNAME=       phpua-plugin_bf
XPORTVERSION=    1.0b
XCATEGORIES=     games www
XMASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=     phpua
X
XMAINTAINER=     hido@neojapangz.com
XCOMMENT=        A Battlefield 1942 plugin for phpUA
X
XRUN_DEPENDS=    ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua
X
XPHPUA?=         www/data/phpua
X
XNO_BUILD=       yes
X
Xdo-install:
X       @ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
X       @ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
X       @ ${CHOWN} -R www:www ${PREFIX}/${PHPUA}
X       @ ${ECHO_MSG} ""
X       @ ${ECHO_MSG} "* Files have been installed in"
X       @ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
X       @ ${ECHO_MSG} "*"
X
X.include <bsd.port.mk>
END-of-phpua-bf/Makefile
echo x - phpua-bf/pkg-descr
sed 's/^X//' >phpua-bf/pkg-descr << 'END-of-phpua-bf/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-bf/pkg-descr
echo x - phpua-bf/distinfo
sed 's/^X//' >phpua-bf/distinfo << 'END-of-phpua-bf/distinfo'
XMD5 (phpua-plugin_bf-1.0b.tar.gz) = 5ca3d21a6377c149d602d41df16f8ab5
XSIZE (phpua-plugin_bf-1.0b.tar.gz) = 9349
END-of-phpua-bf/distinfo
echo x - phpua-bf/pkg-plist
sed 's/^X//' >phpua-bf/pkg-plist << 'END-of-phpua-bf/pkg-plist'
Xwww/data/phpua/plugins/plugin_bf_mode_watch.inc
Xwww/data/phpua/plugins/plugin_bf_mode_rules.inc
Xwww/data/phpua/plugins/plugin_bf_mode_info.inc
Xwww/data/phpua/plugins/plugin_bf.class
Xwww/data/phpua/templates/default/plugin_bf/x.js
Xwww/data/phpua/templates/default/plugin_bf/watch.tpl
Xwww/data/phpua/templates/default/plugin_bf/watch.js
Xwww/data/phpua/templates/default/plugin_bf/rules.tpl
Xwww/data/phpua/templates/default/plugin_bf/info.tpl
X@dirrm www/data/phpua/templates/default/plugin_bf
END-of-phpua-bf/pkg-plist
exit

>Release-Note:
>Audit-Trail:

From: Hideki Machida <hido@neojapangz.com>
To: freebsd-gnats-submit@FreeBSD.org, hido@neojapangz.com
Cc:  
Subject: Re: ports/63143: New port: games/phpua-bf A Battlefield 1942 module
 for phpUA
Date: Fri, 26 Mar 2004 13:11:09 +0900

 I need to do a version bump for this so please cencel this bug report.
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Mar 27 07:58:37 PST 2004 
State-Changed-Why:  
Closed on submitter's request. 

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