summaryrefslogtreecommitdiff
path: root/databases/fireprofile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 07:36:30 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 07:36:30 +0000
commit6f21bbfd7dc7c424b0f8ef1e5dff30a1e15f28b1 (patch)
treef1c7c078489c5f09fc6853fafe904c5c70679c0e /databases/fireprofile
parentNew port: mod_v2h mass vhosting module for Apache (diff)
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>
Notes
Notes: svn path=/head/; revision=73315
Diffstat (limited to 'databases/fireprofile')
-rw-r--r--databases/fireprofile/Makefile23
-rw-r--r--databases/fireprofile/distinfo1
-rw-r--r--databases/fireprofile/files/patch-Makefile14
-rw-r--r--databases/fireprofile/pkg-comment1
-rw-r--r--databases/fireprofile/pkg-descr12
-rw-r--r--databases/fireprofile/pkg-plist1
6 files changed, 52 insertions, 0 deletions
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