Adding mysql-editor version 0.2.

A set of CGI scripts in Perl for editing your MySQL tables.

PR:		17376
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
Steve Price 2000-05-01 02:45:01 +00:00
parent f28f095ed7
commit 01de4f1c56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28201
6 changed files with 54 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += interbase4
SUBDIR += metakit
SUBDIR += msql
SUBDIR += mysql-editor
SUBDIR += mysql-jdbc-mm
SUBDIR += mysql322-client
SUBDIR += mysql322-server

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: mysql-editor
# Date created: Mar 14, 2000
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= mysql-editor
PORTVERSION= 0.2
CATEGORIES= databases www
MASTER_SITES= http://sorry.vse.cz/~xzemt02/mysql/ \
http://www.mysql.com/Contrib/
DISTNAME= ${PORTNAME}
MAINTAINER= mi@aldan.algebra.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${CGI_BIN}:${PORTSDIR}/www/apache13
NO_BUILD= True
CGI_BIN= ${LOCALBASE}/www/cgi-bin
do-install:
${MKDIR} ${CGI_BIN}/mysql-editor
${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${CGI_BIN}/mysql-editor/
${INSTALL_DATA} ${WRKSRC}/index.html ${CGI_BIN}/mysql-editor/
${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mysql-editor
${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (mysql-editor.tar.gz) = da5d8f73de3500806340a5cd9833c01d

View File

@ -0,0 +1 @@
CGI scripts in Perl to edit your MySQL tables

View File

@ -0,0 +1,6 @@
These cgi scripts in Perl enable you to edit the contents of Mysql databases.
They don't support editing of the entire database structure.
The software's web-page:
WWW: http://www.binaryevolution.com/~tdarugar/

View File

@ -0,0 +1,11 @@
share/doc/mysql-editor/readme.html
www/cgi-bin/mysql-editor/addi.cgi
www/cgi-bin/mysql-editor/addu.cgi
www/cgi-bin/mysql-editor/dat.conf.sample
www/cgi-bin/mysql-editor/dell.cgi
www/cgi-bin/mysql-editor/edit.cgi
www/cgi-bin/mysql-editor/index.html
www/cgi-bin/mysql-editor/insert.cgi
www/cgi-bin/mysql-editor/view.cgi
@dirrm share/doc/mysql-editor
@dirrm www/cgi-bin/mysql-editor