From nobody@FreeBSD.org  Wed Jan 10 17:30:55 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 77D0516A416
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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<pm@kostax.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: databases/mywwwatcher  (and www/mywwwatcher ?)
X-Send-Pr-Version: www-3.0

>Number:         107762
>Category:       ports
>Synopsis:       New port: databases/mywwwatcher  (and www/mywwwatcher ?)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 17:40:04 GMT 2007
>Closed-Date:    Fri Jan 12 10:16:14 GMT 2007
>Last-Modified:  Fri Jan 12 10:20:14 GMT 2007
>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 <pm@kostax.cz>
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 <bsd.port.mk>
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:
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Wed Jan 10 19:00:54 UTC 2007 
State-Changed-Why:  
First of all thanks for your work. Do we really need this port ? What 
are the advantages over phpMyAdmin ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107762 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Wed Jan 10 19:01:18 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107762 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Fri Jan 12 10:16:11 UTC 2007 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107762: commit references a PR
Date: Fri, 12 Jan 2007 10:15:57 +0000 (UTC)

 itetcu      2007-01-12 10:15:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases            Makefile 
   Added files:
     databases/mywwwatcher Makefile distinfo pkg-descr pkg-message 
                           pkg-plist 
   Log:
   mywwwatcher is php application intended to handle the administration
   of MySQL over the web interface. It is small, quick, easy to use
   alternative to phpMyAdmin. In  comparison with with phpMyAdmin
   is this application more oriented to hand writing of SQL queries
   and their use for later use.
   It enables also other tasks like database dump, import, export (csv,html),
   insert data, database scheme, index manager, history and reuse
   of SQL requests, etc.
   Interface is either in English and/or in Czech languages, and it is very
   easy to add other languages.
   
   WWW: http://www.the.cz/mywwwatcher
   
   - Petr Macek
   pm@kostax.cz
   
   PR:             ports/107762
   Submitted by:   Petr Macek <pm at kostax.cz>
   
   Revision  Changes    Path
   1.574     +1 -0      ports/databases/Makefile
   1.1       +41 -0     ports/databases/mywwwatcher/Makefile (new)
   1.1       +3 -0      ports/databases/mywwwatcher/distinfo (new)
   1.1       +15 -0     ports/databases/mywwwatcher/pkg-descr (new)
   1.1       +5 -0      ports/databases/mywwwatcher/pkg-message (new)
   1.1       +44 -0     ports/databases/mywwwatcher/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:
