diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 10:45:01 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 10:45:01 +0800 |
commit | 71542b6108df544cb470834d8247a5aaa047edd2 (patch) | |
tree | f289bc80aecf0789118cef321ce53f8020b66c3f /databases | |
parent | 098a4a25c9fefd26755ff707879c060f8d7659fe (diff) | |
download | freebsd-ports-gnome-71542b6108df544cb470834d8247a5aaa047edd2.tar.gz freebsd-ports-gnome-71542b6108df544cb470834d8247a5aaa047edd2.tar.zst freebsd-ports-gnome-71542b6108df544cb470834d8247a5aaa047edd2.zip |
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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/mysql-editor/Makefile | 34 | ||||
-rw-r--r-- | databases/mysql-editor/distinfo | 1 | ||||
-rw-r--r-- | databases/mysql-editor/pkg-comment | 1 | ||||
-rw-r--r-- | databases/mysql-editor/pkg-descr | 6 | ||||
-rw-r--r-- | databases/mysql-editor/pkg-plist | 11 |
6 files changed, 54 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 09beeb907ee4..2c4fc7ba5567 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -14,6 +14,7 @@ SUBDIR += interbase4 SUBDIR += metakit SUBDIR += msql + SUBDIR += mysql-editor SUBDIR += mysql-jdbc-mm SUBDIR += mysql322-client SUBDIR += mysql322-server diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile new file mode 100644 index 000000000000..71eb053dcede --- /dev/null +++ b/databases/mysql-editor/Makefile @@ -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> diff --git a/databases/mysql-editor/distinfo b/databases/mysql-editor/distinfo new file mode 100644 index 000000000000..3498ec2ed3ac --- /dev/null +++ b/databases/mysql-editor/distinfo @@ -0,0 +1 @@ +MD5 (mysql-editor.tar.gz) = da5d8f73de3500806340a5cd9833c01d diff --git a/databases/mysql-editor/pkg-comment b/databases/mysql-editor/pkg-comment new file mode 100644 index 000000000000..458f119e62fd --- /dev/null +++ b/databases/mysql-editor/pkg-comment @@ -0,0 +1 @@ +CGI scripts in Perl to edit your MySQL tables diff --git a/databases/mysql-editor/pkg-descr b/databases/mysql-editor/pkg-descr new file mode 100644 index 000000000000..151853bf73ae --- /dev/null +++ b/databases/mysql-editor/pkg-descr @@ -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/ diff --git a/databases/mysql-editor/pkg-plist b/databases/mysql-editor/pkg-plist new file mode 100644 index 000000000000..532bc2210ac7 --- /dev/null +++ b/databases/mysql-editor/pkg-plist @@ -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 |