diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-17 15:36:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-17 15:36:30 +0800 |
commit | 7790d5f0f7e687917621971068f1ca37090e0e5c (patch) | |
tree | ccefd68e76627405190801096ea7567737b57552 /databases | |
parent | 1810010b308312e9413a5ceded881608258c66a4 (diff) | |
download | freebsd-ports-gnome-7790d5f0f7e687917621971068f1ca37090e0e5c.tar.gz freebsd-ports-gnome-7790d5f0f7e687917621971068f1ca37090e0e5c.tar.zst freebsd-ports-gnome-7790d5f0f7e687917621971068f1ca37090e0e5c.zip |
New Port: databases/fireprofile
Library to help profiling where programs are using MySQL
PR: ports/38023
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Diffstat (limited to 'databases')
-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 3d89d8acaa94..eb5875bce637 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 000000000000..e08f83f71227 --- /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 000000000000..d0ce2d861c0b --- /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 000000000000..c9ac81fd5632 --- /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 000000000000..b76d07546da8 --- /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 000000000000..f6fbd647cd47 --- /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 000000000000..5bc920e745ba --- /dev/null +++ b/databases/fireprofile/pkg-plist @@ -0,0 +1 @@ +lib/libfireprofile.so |