Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 15:35:35 -0500 (EST)
From:      Mikhail Teterin <mi@video-collage.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17376: New port -- mysql-editor, web-based table editor
Message-ID:  <200003142035.PAA44039@dufus.video-collage.com>

next in thread | raw e-mail | index | archive | help

>Number:         17376
>Category:       ports
>Synopsis:       New port -- mysql-editor, web-based table editor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 14 12:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003142035.PAA44039>