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:
parent
86a8822091
commit
6f21bbfd7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73315
@ -23,6 +23,7 @@
|
||||
SUBDIR += fastdb
|
||||
SUBDIR += firebird
|
||||
SUBDIR += firebird-devel
|
||||
SUBDIR += fireprofile
|
||||
SUBDIR += freetds
|
||||
SUBDIR += gadfly
|
||||
SUBDIR += gauche-gdbm
|
||||
|
23
databases/fireprofile/Makefile
Normal file
23
databases/fireprofile/Makefile
Normal 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>
|
1
databases/fireprofile/distinfo
Normal file
1
databases/fireprofile/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fireprofile-0.1.2.tar.gz) = 7c7e59e7efe839116e7a0ce1fd245cee
|
14
databases/fireprofile/files/patch-Makefile
Normal file
14
databases/fireprofile/files/patch-Makefile
Normal 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
|
||||
|
1
databases/fireprofile/pkg-comment
Normal file
1
databases/fireprofile/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Library to help profiling where programs are using MySQL
|
12
databases/fireprofile/pkg-descr
Normal file
12
databases/fireprofile/pkg-descr
Normal 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
|
1
databases/fireprofile/pkg-plist
Normal file
1
databases/fireprofile/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/libfireprofile.so
|
Loading…
Reference in New Issue
Block a user