From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 28 12:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FFEC1065683 for ; Thu, 28 Aug 2008 12:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20A368FC21 for ; Thu, 28 Aug 2008 12:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7SCA2uM083659 for ; Thu, 28 Aug 2008 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7SCA2pY083658; Thu, 28 Aug 2008 12:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Aug 2008 12:10:02 GMT Resent-Message-Id: <200808281210.m7SCA2pY083658@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF0B1065677 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126915: [NEW PORT]databases/phpMinAdmin:A MySQL Management Tool Written in PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 12:10:03 -0000 >Number: 126915 >Category: ports >Synopsis: [NEW PORT]databases/phpMinAdmin:A MySQL Management Tool Written in PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 28 12:10:02 UTC 2008 >Closed-Date: >Last-Modified: >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 X AllowOverride None X Order Allow,Deny X Allow from all X 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 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 END-of-phpMinAdmin/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: