diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/fireprofile/Makefile | 23 | ||||
-rw-r--r-- | databases/fireprofile/distinfo | 1 | ||||
-rw-r--r-- | databases/fireprofile/files/patch-Makefile | 14 | ||||
-rw-r--r-- | databases/fireprofile/pkg-comment | 1 | ||||
-rw-r--r-- | databases/fireprofile/pkg-descr | 12 | ||||
-rw-r--r-- | databases/fireprofile/pkg-plist | 1 |
7 files changed, 53 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3d89d8a..eb5875b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -23,6 +23,7 @@ SUBDIR += fastdb SUBDIR += firebird SUBDIR += firebird-devel + SUBDIR += fireprofile SUBDIR += freetds SUBDIR += gadfly SUBDIR += gauche-gdbm diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile new file mode 100644 index 0000000..e08f83f --- /dev/null +++ b/databases/fireprofile/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fireprofile +# Date created: Mon 13 May 15:00:00 WST 2002 +# Whom: Dean Hollister <dean@odyssey.apana.org.au> +# +# $FreeBSD$ +# + +PORTNAME= fireprofile +PORTVERSION= 0.1.2 +CATEGORIES= databases +MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ + http://www.wa.apana.org.au/~dean/sources/ \ + ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ +DISTNAME= fireprofile +EXTRACT_SUFX= -0.1.2.tar.gz + +MAINTAINER= dean@odyssey.apana.org.au + +BUILD_DEPENDS= ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql323-server + +MAN3= libfireprofile.3 + +.include <bsd.port.mk> diff --git a/databases/fireprofile/distinfo b/databases/fireprofile/distinfo new file mode 100644 index 0000000..d0ce2d8 --- /dev/null +++ b/databases/fireprofile/distinfo @@ -0,0 +1 @@ +MD5 (fireprofile-0.1.2.tar.gz) = 7c7e59e7efe839116e7a0ce1fd245cee diff --git a/databases/fireprofile/files/patch-Makefile b/databases/fireprofile/files/patch-Makefile new file mode 100644 index 0000000..c9ac81f --- /dev/null +++ b/databases/fireprofile/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig Fri Apr 5 23:07:59 2002 ++++ Makefile Thu Jan 16 23:34:05 2003 +@@ -2,9 +2,9 @@ + INSTALL_USER ?= root + CFLAGS ?= -O + CC ?= cc +-INCFLAGS = ++INCFLAGS = -I${LOCALBASE}/include + INLDFLAGS = -nostdlib +-INLIBS = -ldl ++#INLIBS = -ldl + + .PHONY: all install shared clean distclean install-shared install-man3 + diff --git a/databases/fireprofile/pkg-comment b/databases/fireprofile/pkg-comment new file mode 100644 index 0000000..b76d075 --- /dev/null +++ b/databases/fireprofile/pkg-comment @@ -0,0 +1 @@ +Library to help profiling where programs are using MySQL diff --git a/databases/fireprofile/pkg-descr b/databases/fireprofile/pkg-descr new file mode 100644 index 0000000..f6fbd64 --- /dev/null +++ b/databases/fireprofile/pkg-descr @@ -0,0 +1,12 @@ +From libfireprofile(3): + +libfireprofile is a library to help profiling where programs +using MySQL are spending their time. It intercepts MySQL queries +and provides EXPLAIN data about each query, as well as total +time spent on each query. + +WWW: http://ares.penguinhosting.net/~ian/ + +- Dean + +dean@odyssey.apana.org.au diff --git a/databases/fireprofile/pkg-plist b/databases/fireprofile/pkg-plist new file mode 100644 index 0000000..5bc920e --- /dev/null +++ b/databases/fireprofile/pkg-plist @@ -0,0 +1 @@ +lib/libfireprofile.so |