Date: Thu, 16 Aug 2007 19:37:28 GMT From: Petr Macek <pm@kostax.cz> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/115584: Update port: database/mywwwatcher (added charset wizard, better left menu, some bugs fixed, ...) Message-ID: <200708161937.l7GJbSkt085895@www.freebsd.org> Resent-Message-ID: <200708161940.l7GJe7KZ061711@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115584 >Category: ports >Synopsis: Update port: database/mywwwatcher (added charset wizard, better left menu, some bugs fixed, ...) >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 16 19:40:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Petr Macek >Release: >Organization: KOstax s. r. o. >Environment: >Description: >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: # # mywwwatcher # mywwwatcher/pkg-plist # mywwwatcher/pkg-message # mywwwatcher/pkg-descr # mywwwatcher/distinfo # mywwwatcher/Makefile # echo c - mywwwatcher mkdir -p mywwwatcher > /dev/null 2>&1 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%%/charset.php 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%%/style.css X%%INSTALLDIR%%/top.php X@dirrm %%INSTALLDIR%%/query_archive X@dirrm %%INSTALLDIR%%/lang X@dirrm %%INSTALLDIR%%/ini X@dirrm %%INSTALLDIR%%/include X@dirrm %%INSTALLDIR%%/graphics X@dirrm %%INSTALLDIR%% END-of-mywwwatcher/pkg-plist 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-descr sed 's/^X//' >mywwwatcher/pkg-descr << 'END-of-mywwwatcher/pkg-descr' Xmywwwatcher is php application intended to handle the administration Xof MySQL over the web interface. It is small, quick, easy to use Xalternative to phpMyAdmin. In comparison with with phpMyAdmin Xis this application more oriented to hand writing of SQL queries Xand their use for later use. XIt enables also other tasks like database dump, import, export (csv,html), Xinsert data, database scheme, index manager, history and reuse Xof SQL requests, etc. XInterface is either in English and/or in Czech languages, and it is very Xeasy to add other languages. X XWWW: http://www.the.cz/mywwwatcher X X- Petr Macek Xpm@kostax.cz END-of-mywwwatcher/pkg-descr echo x - mywwwatcher/distinfo sed 's/^X//' >mywwwatcher/distinfo << 'END-of-mywwwatcher/distinfo' XMD5 (mywwwatcher-3.1.tar.gz) = 93b2fb9e9183a1b2b91aadd7aa1834bd XSHA256 (mywwwatcher-3.1.tar.gz) = 3736fbe383c5d8a64d28599d3c31cc6935115965e34e14437b5871beeb583bb3 XSIZE (mywwwatcher-3.1.tar.gz) = 52729 END-of-mywwwatcher/distinfo echo x - mywwwatcher/Makefile sed 's/^X//' >mywwwatcher/Makefile << 'END-of-mywwwatcher/Makefile' X# New ports collection makefile for: mywwwatcher X# Date created: 16. August 2007 X# Whom: Petr Macek <pm@kostax.cz> X# X# $FreeBSD$ X# X XPORTNAME= mywwwatcher XPORTVERSION= 3.1 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= 5 XUSE_PHP= pcre session mysql X XNO_BUILD= yes X XPKGMESSAGE= ${PKGDIR}/pkg-message XPLIST_SUB+= INSTALLDIR=${INSTALLDIR} X XINSTALLDIR= www/data-dist/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 <bsd.port.mk> END-of-mywwwatcher/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708161937.l7GJbSkt085895>