From mi@video-collage.com  Tue Mar 14 12:35:45 2000
Return-Path: <mi@video-collage.com>
Received: from xxx.video-collage.com (xxx.video-collage.com [209.122.149.226])
	by hub.freebsd.org (Postfix) with ESMTP id 94A5037BF2C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Mar 2000 12:35:41 -0800 (PST)
	(envelope-from mi@video-collage.com)
Received: from dufus.video-collage.com (dufus [10.222.222.77])
	by xxx.video-collage.com (8.9.1a/8.9.1) with ESMTP id PAA05860
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Mar 2000 15:35:39 -0500 (EST)
Received: (from root@localhost)
	by dufus.video-collage.com (8.9.3/8.9.3) id PAA44039;
	Tue, 14 Mar 2000 15:35:35 -0500 (EST)
	(envelope-from mi@xxx)
Message-Id: <200003142035.PAA44039@dufus.video-collage.com>
Date: Tue, 14 Mar 2000 15:35:35 -0500 (EST)
From: Mikhail Teterin <mi@video-collage.com>
Reply-To: mi@video-collage.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port -- mysql-editor, web-based table editor
X-Send-Pr-Version: 3.2

>Number:         17376
>Category:       ports
>Synopsis:       new port: databases/mysql-editor - a web-based table editor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 14 12:40:02 PST 2000
>Closed-Date:    Sun Apr 30 19:45:07 PDT 2000
>Last-Modified:  Sun Apr 30 19:45:28 PDT 2000
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Video Collage, Inc.
>Environment:

>Description:

>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:
#
#	mysql-editor
#	mysql-editor/pkg
#	mysql-editor/pkg/COMMENT
#	mysql-editor/pkg/DESCR
#	mysql-editor/pkg/PLIST
#	mysql-editor/files
#	mysql-editor/files/md5
#	mysql-editor/Makefile
#
echo c - mysql-editor
mkdir -p mysql-editor > /dev/null 2>&1
echo c - mysql-editor/pkg
mkdir -p mysql-editor/pkg > /dev/null 2>&1
echo x - mysql-editor/pkg/COMMENT
sed 's/^X//' >mysql-editor/pkg/COMMENT << 'END-of-mysql-editor/pkg/COMMENT'
XCGI scripts in Perl to edit your MySQL tables
END-of-mysql-editor/pkg/COMMENT
echo x - mysql-editor/pkg/DESCR
sed 's/^X//' >mysql-editor/pkg/DESCR << 'END-of-mysql-editor/pkg/DESCR'
XThis cgi scripts in Perl enables  you to edit content of Mysql database.
XThis doesn't support editing of the entire database structure.
X
XThe software's web-page:
X
XWWW: http://www.binaryevolution.com/~tdarugar/
END-of-mysql-editor/pkg/DESCR
echo x - mysql-editor/pkg/PLIST
sed 's/^X//' >mysql-editor/pkg/PLIST << 'END-of-mysql-editor/pkg/PLIST'
Xwww/cgi-bin/mysql-editor/addi.cgi
Xwww/cgi-bin/mysql-editor/addu.cgi
Xwww/cgi-bin/mysql-editor/dat.conf.sample
Xwww/cgi-bin/mysql-editor/dell.cgi
Xwww/cgi-bin/mysql-editor/edit.cgi
Xwww/cgi-bin/mysql-editor/insert.cgi
Xwww/cgi-bin/mysql-editor/view.cgi
Xwww/cgi-bin/mysql-editor/index.html
X@dirrm www/cgi-bin/mysql-editor
Xshare/doc/mysql-editor/readme.html
X@dirrm share/doc/mysql-editor
END-of-mysql-editor/pkg/PLIST
echo c - mysql-editor/files
mkdir -p mysql-editor/files > /dev/null 2>&1
echo x - mysql-editor/files/md5
sed 's/^X//' >mysql-editor/files/md5 << 'END-of-mysql-editor/files/md5'
XMD5 (mysql-editor.tar.gz) = da5d8f73de3500806340a5cd9833c01d
END-of-mysql-editor/files/md5
echo x - mysql-editor/Makefile
sed 's/^X//' >mysql-editor/Makefile << 'END-of-mysql-editor/Makefile'
X# New ports collection makefile for:    mysql-editor
X# Version required:			0.2
X# Date created:				Mar 14, 2000
X# Whom:	      				Mikhail Teterin <mi@aldan.algebra.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	mysql-editor
XPKGNAME=	mysql-editor-0.2
XCATEGORIES=	databases www
XMASTER_SITES=	http://sorry.vse.cz/~xzemt02/mysql/ \
X		http://www.mysql.com/Contrib/
X
XMAINTAINER=	mi@aldan.algebra.com
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
X		${CGI_BIN}:${PORTSDIR}/www/apache13
X
XNO_BUILD=	True
X
XCGI_BIN=	${LOCALBASE}/www/cgi-bin
X
Xdo-install:
X	${MKDIR} ${CGI_BIN}/mysql-editor
X	${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${CGI_BIN}/mysql-editor/
X	${INSTALL_DATA} ${WRKSRC}/index.html ${CGI_BIN}/mysql-editor/
X	${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/mysql-editor
X	${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor
X.endif
X
X.include <bsd.port.mk>
END-of-mysql-editor/Makefile
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Apr 30 19:45:07 PDT 2000 
State-Changed-Why:  
New port committed, thanks! 
>Unformatted:
