From e4ceff6486a16802695146d7d40203e48d170d6c Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 18 Jan 2003 09:01:34 +0000 Subject: New port: MySQLMan - a web based MySQL database manager written in perl This port can be useful those, who have to manage MySQL remotely via web, but they don't want to install php for phpMyAdmin. Unfortunately the license is not complete free: You have to download yourself from the original distribution site then you can freely use it, but you cannot redistribute. PR: ports/38958 Submitted by: Janos Mohacsi --- databases/mysqlman/files/patch-mysql.cgi | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/mysqlman/files/patch-mysql.cgi (limited to 'databases/mysqlman/files') diff --git a/databases/mysqlman/files/patch-mysql.cgi b/databases/mysqlman/files/patch-mysql.cgi new file mode 100644 index 000000000000..6a75dad22dba --- /dev/null +++ b/databases/mysqlman/files/patch-mysql.cgi @@ -0,0 +1,13 @@ +*** mysql.cgi.orig Thu Jun 6 20:07:24 2002 +--- mysql.cgi Thu Jun 6 20:08:07 2002 +*************** +*** 1,4 **** +! #!/usr/bin/perl + # ================================================================== + # MySQLMan - web based MySQL manager. + # +--- 1,4 ---- +! #!%%PATHPERLBIN%% + # ================================================================== + # MySQLMan - web based MySQL manager. + # -- cgit v1.2.3