From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 11 14:30:01 2009 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 CC600106567B for ; Sat, 11 Jul 2009 14:30:01 +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 A56318FC1E for ; Sat, 11 Jul 2009 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6BEU1rQ077950 for ; Sat, 11 Jul 2009 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6BEU1Cx077949; Sat, 11 Jul 2009 14:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 11 Jul 2009 14:30:01 GMT Resent-Message-Id: <200907111430.n6BEU1Cx077949@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 81CEA106566C for ; Sat, 11 Jul 2009 14:24:46 +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 6F2138FC14 for ; Sat, 11 Jul 2009 14:24:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6BEOkwc093016 for ; Sat, 11 Jul 2009 14:24:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6BEOkK9092986; Sat, 11 Jul 2009 14:24:46 GMT (envelope-from nobody) Message-Id: <200907111424.n6BEOkK9092986@www.freebsd.org> Date: Sat, 11 Jul 2009 14:24:46 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136663: [REPOCOPY]databases/phpminadmin --> databases/adminer 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: Sat, 11 Jul 2009 14:30:02 -0000 >Number: 136663 >Category: ports >Synopsis: [REPOCOPY]databases/phpminadmin --> databases/adminer >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: Sat Jul 11 14:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1 previous phpminadmin rename to adminer now 2 it update to 1.11.1 from 1.10.0 >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: # # adminer # adminer/files # adminer/files/pkg-message.in # adminer/Makefile # adminer/distinfo # adminer/pkg-descr # adminer/pkg-plist # echo c - adminer mkdir -p adminer > /dev/null 2>&1 echo c - adminer/files mkdir -p adminer/files > /dev/null 2>&1 echo x - adminer/files/pkg-message.in sed 's/^X//' >adminer/files/pkg-message.in << '1f301edf54878c425c456791cd455ae4' X XPOST-INSTALL CONFIGURATION FOR Adminer 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 /adminer %%WWWDIR%% X AcceptPathInfo On X X AllowOverride None X Order Allow,Deny X Allow from all X X XThen you can visit your Adminer site with a browser X(i.e. http://your.server.com/adminer/) X X===================================== 1f301edf54878c425c456791cd455ae4 echo x - adminer/Makefile sed 's/^X//' >adminer/Makefile << '2912b06dcfc5fe19ee7c6716888c56ca' X# New ports collection makefile for: adminer X# Date created: 11 July, 2009 X# Whom: Wen Heping X# X# $FreeBSD$ X# X XPORTNAME= adminer XPORTVERSION= 1.11.1 XCATEGORIES= databases www XMASTER_SITES= SF X XMAINTAINER= wenheping@gmail.com XCOMMENT= A full-featured MySQL management tool written in PHP X XUSE_ZIP= yes XNO_BUILD= yes XUSE_PHP= mysql session XSUB_FILES= pkg-message X Xdo-install: X @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${CHMOD} -R 755 ${WWWDIR} X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ X >> ${TMPPLIST} X @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ X >> ${TMPPLIST} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 2912b06dcfc5fe19ee7c6716888c56ca echo x - adminer/distinfo sed 's/^X//' >adminer/distinfo << '7190e65c53cbf9c7c111eeadc226b6e9' XMD5 (adminer-1.11.1.zip) = 2373f4c87849d2a04930f8036fae4218 XSHA256 (adminer-1.11.1.zip) = ed46f7fa6d5e8eb977aa470c9fdbe8c50a87baec9ae93d3429f6d37a62c7cf95 XSIZE (adminer-1.11.1.zip) = 98384 7190e65c53cbf9c7c111eeadc226b6e9 echo x - adminer/pkg-descr sed 's/^X//' >adminer/pkg-descr << '4bb0ae62e77e460d1d64fd6796a1aaa6' 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 4bb0ae62e77e460d1d64fd6796a1aaa6 echo x - adminer/pkg-plist sed 's/^X//' >adminer/pkg-plist << 'a2b28e1213ecd6c067f279230e7120cd' X%%WWWDIR%%/SciTEAbbrev.properties X%%WWWDIR%%/SciTEDirectory.properties X%%WWWDIR%%/arrow.gif X%%WWWDIR%%/call.inc.php X%%WWWDIR%%/coverage.inc.php X%%WWWDIR%%/create.inc.php X%%WWWDIR%%/createv.inc.php X%%WWWDIR%%/cross.gif X%%WWWDIR%%/database.inc.php X%%WWWDIR%%/db.inc.php X%%WWWDIR%%/default.css X%%WWWDIR%%/down.gif X%%WWWDIR%%/download.inc.php X%%WWWDIR%%/dump.inc.php X%%WWWDIR%%/edit.inc.php X%%WWWDIR%%/event.inc.php X%%WWWDIR%%/favicon.ico X%%WWWDIR%%/foreign.inc.php X%%WWWDIR%%/functions.js X%%WWWDIR%%/include/auth.inc.php X%%WWWDIR%%/include/connect.inc.php X%%WWWDIR%%/include/design.inc.php X%%WWWDIR%%/include/editing.inc.php X%%WWWDIR%%/include/export.inc.php X%%WWWDIR%%/include/functions.inc.php X%%WWWDIR%%/include/lang.inc.php X%%WWWDIR%%/include/mysql.inc.php X%%WWWDIR%%/include/pdo.inc.php X%%WWWDIR%%/include/version.inc.php X%%WWWDIR%%/index.php X%%WWWDIR%%/indexes.inc.php 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/et.inc.php X%%WWWDIR%%/lang/fr.inc.php X%%WWWDIR%%/lang/it.inc.php X%%WWWDIR%%/lang/nl.inc.php X%%WWWDIR%%/lang/ru.inc.php X%%WWWDIR%%/lang/sk.inc.php X%%WWWDIR%%/lang/zh.inc.php X%%WWWDIR%%/plus.gif 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%%/up.gif X%%WWWDIR%%/user.inc.php X%%WWWDIR%%/variables.inc.php X%%WWWDIR%%/view.inc.php X@dirrm %%WWWDIR%%/include X@dirrm %%WWWDIR%%/lang X@dirrm %%WWWDIR%% a2b28e1213ecd6c067f279230e7120cd exit >Release-Note: >Audit-Trail: >Unformatted: