From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 10 17:40:09 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E27D416A47B for ; Wed, 10 Jan 2007 17:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B64F213C45D for ; Wed, 10 Jan 2007 17:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0AHe97T088257 for ; Wed, 10 Jan 2007 17:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0AHe9RF088255; Wed, 10 Jan 2007 17:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 10 Jan 2007 17:40:09 GMT Resent-Message-Id: <200701101740.l0AHe9RF088255@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, Petr Macek Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77D0516A416 for ; Wed, 10 Jan 2007 17:30:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 41E9113C45E for ; Wed, 10 Jan 2007 17:30:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l0AHUsiW039069 for ; Wed, 10 Jan 2007 17:30:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l0AHUsRU039066; Wed, 10 Jan 2007 17:30:54 GMT (envelope-from nobody) Message-Id: <200701101730.l0AHUsRU039066@www.freebsd.org> Date: Wed, 10 Jan 2007 17:30:54 GMT From: Petr Macek To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/107762: New port: databases/mywwwatcher (and www/mywwwatcher ?) 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: Wed, 10 Jan 2007 17:40:10 -0000 >Number: 107762 >Category: ports >Synopsis: New port: databases/mywwwatcher (and www/mywwwatcher ?) >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: Wed Jan 10 17:40:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Petr Macek >Release: >Organization: KOstax s. r. o. >Environment: >Description: Simply web-based mysql client + tools (dump, import, scheme, ...) >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: # # mywwwatcher # mywwwatcher/Makefile # mywwwatcher/pkg-descr # mywwwatcher/pkg-message # mywwwatcher/pkg-plist # mywwwatcher/distinfo # echo c - mywwwatcher mkdir -p mywwwatcher > /dev/null 2>&1 echo x - mywwwatcher/Makefile sed 's/^X//' >mywwwatcher/Makefile << 'END-of-mywwwatcher/Makefile' X# New ports collection makefile for: mywwwatcher X# Date created: 10. January 2007 X# Whom: Petr Macek X# X# $FreeBSD$ X# X XPORTNAME= mywwwatcher XPORTVERSION= 3.0 XCATEGORIES= www databases XMASTER_SITES= http://www.the.cz/mywwwatcher/files/ XDISTNAME= mywwwatcher-${PORTVERSION} X XMAINTAINER= pm@kostax.cz XCOMMENT= Simply web-based mysql client + tools (dump, import, scheme, ...) X XWRKSRC= ${WRKDIR}/mywwwatcher X XDEFAULT_PHP_VER= 4 XUSE_PHP= pcre session mysql X XNO_BUILD= yes X XPKGMESSAGE= ${PKGDIR}/pkg-message XPLIST_SUB+= INSTALLDIR=${INSTALLDIR} X XINSTALLDIR= www/data/mywwwatcher X Xdo-install: X @${MKDIR} ${PREFIX}/${INSTALLDIR} X @${CP} -Rp ${WRKSRC}/* ${PREFIX}/${INSTALLDIR} X @${CHMOD} 775 ${PREFIX}/${INSTALLDIR}/ini X @${CHMOD} 775 ${PREFIX}/${INSTALLDIR}/query_archive X @${ECHO_CMD} "" X Xpost-install: X.if !defined(BATCH) X @${CAT} ${PKGMESSAGE} X.endif X X.include END-of-mywwwatcher/Makefile echo x - mywwwatcher/pkg-descr sed 's/^X//' >mywwwatcher/pkg-descr << 'END-of-mywwwatcher/pkg-descr' XMywwwatcher is web-based browser of MySQL database (similar to well known XPHPMyAdmin) writen in PHP. It should be used in those hosts Xwhere the command line MySQL client is not accessible (e.g. on webhostings Xsites). Currently it provides database table browsing, query entering, Xdata editing, ... over the WWW. It is replacement of the command Xline client and some other tools (mysqldump, import,..). X XWWW: http://www.the.cz/mywwwatcher X X- Petr Macek Xpm@kostax.cz END-of-mywwwatcher/pkg-descr echo x - mywwwatcher/pkg-message sed 's/^X//' >mywwwatcher/pkg-message << 'END-of-mywwwatcher/pkg-message' X*************************************************************** X Xfor czech language rename files with extension .cz X X*************************************************************** END-of-mywwwatcher/pkg-message echo x - mywwwatcher/pkg-plist sed 's/^X//' >mywwwatcher/pkg-plist << 'END-of-mywwwatcher/pkg-plist' X%%INSTALLDIR%%/README X%%INSTALLDIR%%/README.cz X%%INSTALLDIR%%/copying X%%INSTALLDIR%%/export.php X%%INSTALLDIR%%/function.php X%%INSTALLDIR%%/graphics/cursor_down.gif X%%INSTALLDIR%%/graphics/cursor_up.gif X%%INSTALLDIR%%/graphics/intro.gif X%%INSTALLDIR%%/graphics/intro.gif.cz X%%INSTALLDIR%%/graphics/outro.gif X%%INSTALLDIR%%/import.php X%%INSTALLDIR%%/include/compress.inc.php X%%INSTALLDIR%%/include/foot.inc.php X%%INSTALLDIR%%/include/frameset.inc.php X%%INSTALLDIR%%/include/headers.inc.php X%%INSTALLDIR%%/include/indexes.inc.php X%%INSTALLDIR%%/include/sqltips.inc.php X%%INSTALLDIR%%/include/sqltips.inc.php.cz X%%INSTALLDIR%%/include/words.inc.php X%%INSTALLDIR%%/index.php X%%INSTALLDIR%%/indexes.php X%%INSTALLDIR%%/ini/default.ini X%%INSTALLDIR%%/ini/default.ini.cz X%%INSTALLDIR%%/insert.php X%%INSTALLDIR%%/lang/cz.lng X%%INSTALLDIR%%/lang/en.lng X%%INSTALLDIR%%/logout.php X%%INSTALLDIR%%/menu.php X%%INSTALLDIR%%/output.php X%%INSTALLDIR%%/queries.php X%%INSTALLDIR%%/query_archive.php X%%INSTALLDIR%%/scheme.php X%%INSTALLDIR%%/scripts.js X%%INSTALLDIR%%/settings.php X%%INSTALLDIR%%/stat.php X%%INSTALLDIR%%/styly.css X%%INSTALLDIR%%/top.php X@dirrm %%INSTALLDIR%%/query_archive X@dirrm %%INSTALLDIR%%/lang X@dirrm %%INSTALLDIR%%/ini X@dirrm %%INSTALLDIR%%/graphics X@dirrm %%INSTALLDIR%%/include X@dirrm %%INSTALLDIR%% END-of-mywwwatcher/pkg-plist echo x - mywwwatcher/distinfo sed 's/^X//' >mywwwatcher/distinfo << 'END-of-mywwwatcher/distinfo' XMD5 (mywwwatcher-3.0.tar.gz) = 83926c6e2048a931d22ac16136aa3989 XSHA256 (mywwwatcher-3.0.tar.gz) = 60b1e170f9a78bc0536b3a46682c41b6eca3703d3acdb71a49431110a990c78a XSIZE (mywwwatcher-3.0.tar.gz) = 50575 END-of-mywwwatcher/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: