From nobody@FreeBSD.org  Thu Aug 28 12:05:30 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ECF0B1065677
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Aug 2008 12:05:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DDD498FC29
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Aug 2008 12:05:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7SC5U05047363
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Aug 2008 12:05:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7SC5UoT047362;
	Thu, 28 Aug 2008 12:05:30 GMT
	(envelope-from nobody)
Message-Id: <200808281205.m7SC5UoT047362@www.freebsd.org>
Date: Thu, 28 Aug 2008 12:05:30 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]databases/phpMinAdmin:A MySQL Management Tool Written in PHP
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126915
>Category:       ports
>Synopsis:       [NEW PORT]databases/phpMinAdmin:A MySQL Management Tool Written in PHP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 28 12:10:02 UTC 2008
>Closed-Date:    Sat Aug 30 21:25:29 UTC 2008
>Last-Modified:  Sat Aug 30 21:30:04 UTC 2008
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
phpMinAdmin is a MySQL management tool written in PHP.
Currently it can create database, create/drop/alter
tables, create/drop/alter stored procedures, functions
and triggers, delete/edit/add fields, execute any SQL
statement, and manage keys on fields. The main difference
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
is light-weight.

WWW: http://phpminadmin.sourceforge.net
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	phpMinAdmin
#	phpMinAdmin/files
#	phpMinAdmin/files/pkg-message.in
#	phpMinAdmin/pkg-plist
#	phpMinAdmin/pkg-descr
#	phpMinAdmin/distinfo
#	phpMinAdmin/Makefile
#
echo c - phpMinAdmin
mkdir -p phpMinAdmin > /dev/null 2>&1
echo c - phpMinAdmin/files
mkdir -p phpMinAdmin/files > /dev/null 2>&1
echo x - phpMinAdmin/files/pkg-message.in
sed 's/^X//' >phpMinAdmin/files/pkg-message.in << 'END-of-phpMinAdmin/files/pkg-message.in'
X
XPOST-INSTALL CONFIGURATION FOR phpMinAdmin
X=====================================
X
XPlease add the following to your Apache configuration,
Xand restart the server:
X
X### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
X   Alias /phpMinAdmin %%WWWDIR%%
X   AcceptPathInfo On
X   <Directory %%WWWDIR%%>
X      AllowOverride None
X      Order Allow,Deny
X      Allow from all
X   </Directory>
X
XThen you can visit your phpMinAdmin site with a browser
X(i.e. http://your.server.com/elgg/)
X
X=====================================
END-of-phpMinAdmin/files/pkg-message.in
echo x - phpMinAdmin/pkg-plist
sed 's/^X//' >phpMinAdmin/pkg-plist << 'END-of-phpMinAdmin/pkg-plist'
X%%WWWDIR%%/_compile.php
X%%WWWDIR%%/_lang.php
X%%WWWDIR%%/abstraction.inc.php
X%%WWWDIR%%/auth.inc.php
X%%WWWDIR%%/call.inc.php
X%%WWWDIR%%/connect.inc.php
X%%WWWDIR%%/create.inc.php
X%%WWWDIR%%/createv.inc.php
X%%WWWDIR%%/database.inc.php
X%%WWWDIR%%/design.inc.php
X%%WWWDIR%%/download.inc.php
X%%WWWDIR%%/dump.inc.php
X%%WWWDIR%%/edit.inc.php
X%%WWWDIR%%/editing.inc.php
X%%WWWDIR%%/export.inc.php
X%%WWWDIR%%/foreign.inc.php
X%%WWWDIR%%/functions.inc.php
X%%WWWDIR%%/index.php
X%%WWWDIR%%/indexes.inc.php
X%%WWWDIR%%/lang.inc.php
X%%WWWDIR%%/privileges.inc.php
X%%WWWDIR%%/procedure.inc.php
X%%WWWDIR%%/processlist.inc.php
X%%WWWDIR%%/schema.inc.php
X%%WWWDIR%%/select.inc.php
X%%WWWDIR%%/sql.inc.php
X%%WWWDIR%%/table.inc.php
X%%WWWDIR%%/trigger.inc.php
X%%WWWDIR%%/user.inc.php
X%%WWWDIR%%/view.inc.php
X%%WWWDIR%%/arrow.gif
X%%WWWDIR%%/default.css
X%%WWWDIR%%/down.gif
X%%WWWDIR%%/favicon.ico
X%%WWWDIR%%/minus.gif
X%%WWWDIR%%/plus.gif
X%%WWWDIR%%/todo.txt
X%%WWWDIR%%/up.gif
X%%WWWDIR%%/lang/cs.inc.php
X%%WWWDIR%%/lang/de.inc.php
X%%WWWDIR%%/lang/en.inc.php
X%%WWWDIR%%/lang/es.inc.php
X%%WWWDIR%%/lang/fr.inc.php
X%%WWWDIR%%/lang/nl.inc.php
X%%WWWDIR%%/lang/sk.inc.php
X%%WWWDIR%%/lang/zh.inc.php
X@dirrm %%WWWDIR%%/lang
X@dirrm %%WWWDIR%%
END-of-phpMinAdmin/pkg-plist
echo x - phpMinAdmin/pkg-descr
sed 's/^X//' >phpMinAdmin/pkg-descr << 'END-of-phpMinAdmin/pkg-descr'
XphpMinAdmin is a MySQL management tool written in PHP.
XCurrently it can create database, create/drop/alter
Xtables, create/drop/alter stored procedures, functions
Xand triggers, delete/edit/add fields, execute any SQL
Xstatement, and manage keys on fields. The main difference
Xbetween phpMinAdmin and phpMyAdmin is that phpMinAdmin
Xis light-weight.
X
XWWW: http://phpminadmin.sourceforge.net
END-of-phpMinAdmin/pkg-descr
echo x - phpMinAdmin/distinfo
sed 's/^X//' >phpMinAdmin/distinfo << 'END-of-phpMinAdmin/distinfo'
XMD5 (phpMinAdmin-1.7.0.zip) = 86f98a65528bdb56c6072fdc7d8c77c2
XSHA256 (phpMinAdmin-1.7.0.zip) = 4ca1a6a8624507fe2c8cead4f4bba9abe0497d62e2b41fada54e06caa0e85856
XSIZE (phpMinAdmin-1.7.0.zip) = 71256
END-of-phpMinAdmin/distinfo
echo x - phpMinAdmin/Makefile
sed 's/^X//' >phpMinAdmin/Makefile << 'END-of-phpMinAdmin/Makefile'
X# New ports collection makefile for:   phpMinAdmin
X# Date created:			28 August 2008
X# Whom:				Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	phpMinAdmin
XDISTVERSION=	1.7.0
XCATEGORIES=	databases www
XMASTER_SITES=	SF
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	A MySQL Management Tool Written in PHP
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XUSE_PHP=	mysql session
XSUB_FILES=	pkg-message
X
XMM_SCRIPTS_FILES=	_compile.php _lang.php \
X		abstraction.inc.php auth.inc.php call.inc.php \
X		connect.inc.php create.inc.php createv.inc.php \
X		database.inc.php design.inc.php download.inc.php \
X		dump.inc.php edit.inc.php editing.inc.php \
X		export.inc.php foreign.inc.php functions.inc.php \
X		index.php indexes.inc.php lang.inc.php \
X		privileges.inc.php procedure.inc.php processlist.inc.php \
X		schema.inc.php select.inc.php sql.inc.php \
X		table.inc.php trigger.inc.php user.inc.php \
X		view.inc.php
XMM_DATA_FILES=	arrow.gif default.css down.gif \
X		favicon.ico minus.gif plus.gif \
X		todo.txt up.gif
XMM_DIR=		lang
X
Xdo-install:
X	${MKDIR} ${WWWDIR}
X.for i in ${MM_SCRIPTS_FILES}
X	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${WWWDIR}
X.endfor
X.for i in ${MM_DATA_FILES}
X	${INSTALL_DATA} ${WRKSRC}/${i} ${WWWDIR}
X.endfor
X.for i in ${MM_DIR}
X	@cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR}
X.endfor
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-phpMinAdmin/Makefile
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 28 12:10:18 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126915 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Aug 30 21:25:28 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126915 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126915: commit references a PR
Date: Sat, 30 Aug 2008 21:25:41 +0000 (UTC)

 miwi        2008-08-30 21:25:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases            Makefile 
   Added files:
     databases/phpminadmin Makefile distinfo pkg-descr pkg-plist 
     databases/phpminadmin/files pkg-message.in 
   Log:
   phpMinAdmin is a MySQL management tool written in PHP.
   Currently it can create database, create/drop/alter
   tables, create/drop/alter stored procedures, functions
   and triggers, delete/edit/add fields, execute any SQL
   statement, and manage keys on fields. The main difference
   between phpMinAdmin and phpMyAdmin is that phpMinAdmin
   is light-weight.
   
   WWW: http://phpminadmin.sourceforge.net
   
   PR:             ports/126915
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.705     +1 -0      ports/databases/Makefile
   1.1       +54 -0     ports/databases/phpminadmin/Makefile (new)
   1.1       +3 -0      ports/databases/phpminadmin/distinfo (new)
   1.1       +20 -0     ports/databases/phpminadmin/files/pkg-message.in (new)
   1.1       +9 -0      ports/databases/phpminadmin/pkg-descr (new)
   1.1       +48 -0     ports/databases/phpminadmin/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
