diff -ruNd databases/mysqltutor/Makefile databases/mysqltutor/Makefile --- databases/mysqltutor/Makefile Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/Makefile Wed Aug 25 09:21:22 1999 @@ -0,0 +1,28 @@ +# New ports collection makefile for: mysqltutor +# Version required: 1.2b2 +# Date created: 09 Jan 1999 +# Whom: Scott Barron +# +# $FreeBSD: ports/databases/mysqltutor/Makefile,v 1.5 1999/08/25 05:21:22 obrien Exp $ +# + +DISTNAME= mysqltutor-1.2b2 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.abalonesoft.com/pub/sbarron/mysqltutor/ + +MAINTAINER= sbarron@abalonesoft.com + +LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client + +BROKEN= linker problems + +USE_QT= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-qt-include=${X11BASE}/include/X11/qt \ + --with-qt-lib=${X11BASE}/lib \ + --with-mysql-include=${PREFIX}/include/mysql \ + --with-mysql-lib=${PREFIX}/lib/mysql +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" + +.include diff -ruNd databases/mysqltutor/README.html databases/mysqltutor/README.html --- databases/mysqltutor/README.html Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/README.html Fri Sep 17 01:07:17 1999 @@ -0,0 +1,30 @@ + + The FreeBSD Ports Collection (databases/mysqltutor) +

The FreeBSD Ports Collection ("databases/mysqltutor")


+ + +

You are now in the directory for the port "databases/mysqltutor" (package name "mysqltutor-1.2b2"). + +

This is the one-line description for this port: + +


+A graphical tutorial on using the MySQL database package +


+ +

Please read the file "pkg/DESCR" for a +longer description. + +

Go to the top of the ports tree for +a summary on how to use the ports collection. + +

+This port requires package(s) "Mesa-3.0 XFree86-3.3.5 gmake-3.77 mysql-client-3.22.25 qt-1.42" to build. +

+This port requires package(s) "Mesa-3.0 XFree86-3.3.5 mysql-client-3.22.25 qt-1.42" to run. + +


+ Go up one level +| + Go to top of ports tree + + diff -ruNd databases/mysqltutor/files/md5 databases/mysqltutor/files/md5 --- databases/mysqltutor/files/md5 Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/files/md5 Thu Mar 18 01:09:15 1999 @@ -0,0 +1 @@ +MD5 (mysqltutor-1.2b2.tar.gz) = 80ce3759833e590458d79252bacc10e7 diff -ruNd databases/mysqltutor/patches/patch-aa databases/mysqltutor/patches/patch-aa --- databases/mysqltutor/patches/patch-aa Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/patches/patch-aa Thu Mar 18 01:09:15 1999 @@ -0,0 +1,11 @@ +--- configure.orig Sun Jan 10 04:46:20 1999 ++++ configure Thu Jan 14 01:39:05 1999 +@@ -1920,7 +1920,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" ++ X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE -lXext" + else + echo "$ac_t""no" 1>&6 + fi diff -ruNd databases/mysqltutor/pkg/COMMENT databases/mysqltutor/pkg/COMMENT --- databases/mysqltutor/pkg/COMMENT Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/pkg/COMMENT Sat Jun 26 21:05:32 1999 @@ -0,0 +1 @@ +A graphical tutorial on using the MySQL database package diff -ruNd databases/mysqltutor/pkg/DESCR databases/mysqltutor/pkg/DESCR --- databases/mysqltutor/pkg/DESCR Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/pkg/DESCR Mon May 3 01:50:00 1999 @@ -0,0 +1,10 @@ +MySQLTutor teaches the MySQL database's SQL syntax in an interactive way. + +The program interacts with a running MySQL database and runs example +queries which are editable by the user. The results are then dynamically +shown in the GUI. + +WWW: http://www.abalonesoft.com/mysqltutor + +-Scott Barron + diff -ruNd databases/mysqltutor/pkg/PLIST databases/mysqltutor/pkg/PLIST --- databases/mysqltutor/pkg/PLIST Thu Jan 1 03:00:00 1970 +++ databases/mysqltutor/pkg/PLIST Thu Mar 18 01:09:15 1999 @@ -0,0 +1,19 @@ +bin/mysqltutor +share/mysqltutor/lesson0.exp +share/mysqltutor/lesson0.les +share/mysqltutor/lesson1.exp +share/mysqltutor/lesson1.les +share/mysqltutor/lesson2.exp +share/mysqltutor/lesson2.les +share/mysqltutor/lesson3.exp +share/mysqltutor/lesson3.les +share/mysqltutor/lesson4.exp +share/mysqltutor/lesson4.les +share/mysqltutor/lesson5.exp +share/mysqltutor/lesson5.les +share/mysqltutor/lesson6.exp +share/mysqltutor/lesson6.les +share/mysqltutor/lesson7.exp +share/mysqltutor/lesson7.les +share/mysqltutor/mysqltutor.conf +@dirrm share/mysqltutor