1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Edwin Groothuis 2003-01-17 07:36:30 +00:00
parent 86a8822091
commit 6f21bbfd7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73315
7 changed files with 53 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += fastdb
SUBDIR += firebird
SUBDIR += firebird-devel
SUBDIR += fireprofile
SUBDIR += freetds
SUBDIR += gadfly
SUBDIR += gauche-gdbm

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (fireprofile-0.1.2.tar.gz) = 7c7e59e7efe839116e7a0ce1fd245cee

View File

@ -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

View File

@ -0,0 +1 @@
Library to help profiling where programs are using MySQL

View File

@ -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

View File

@ -0,0 +1 @@
lib/libfireprofile.so