summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/ftrace/Makefile18
-rw-r--r--sysutils/ftrace/distinfo1
-rw-r--r--sysutils/ftrace/files/patch-aa16
-rw-r--r--sysutils/ftrace/files/patch-ab8
-rw-r--r--sysutils/ftrace/pkg-comment1
-rw-r--r--sysutils/ftrace/pkg-descr7
-rw-r--r--sysutils/ftrace/pkg-plist2
8 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 8a73a35a549e..686b28dc14bf 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -37,6 +37,7 @@
SUBDIR += fontedit
SUBDIR += fortunelock
SUBDIR += fsck_ext2fs
+ SUBDIR += ftrace
SUBDIR += gcombust
SUBDIR += gkrellm
SUBDIR += glload
diff --git a/sysutils/ftrace/Makefile b/sysutils/ftrace/Makefile
new file mode 100644
index 000000000000..7c52883ebaa6
--- /dev/null
+++ b/sysutils/ftrace/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ftrace
+# Date created: 06 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ftrace
+PORTVERSION= 0.9
+CATEGORIES= sysutils
+MASTER_SITES= http://software.senko.net/pub/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
+
+.include <bsd.port.mk>
diff --git a/sysutils/ftrace/distinfo b/sysutils/ftrace/distinfo
new file mode 100644
index 000000000000..471230eeee4f
--- /dev/null
+++ b/sysutils/ftrace/distinfo
@@ -0,0 +1 @@
+MD5 (ftrace_0.9.tar.gz) = b2a479f2eec86ec24fd02a6723afe303
diff --git a/sysutils/ftrace/files/patch-aa b/sysutils/ftrace/files/patch-aa
new file mode 100644
index 000000000000..fac013c89704
--- /dev/null
+++ b/sysutils/ftrace/files/patch-aa
@@ -0,0 +1,16 @@
+--- Makefile.orig Fri Jan 5 18:40:20 2001
++++ Makefile Sat Jan 6 14:11:10 2001
+@@ -1,11 +1,10 @@
+-PREFIX = /usr/local
+ BINDIR = $(PREFIX)/bin
+ LIBDIR = $(PREFIX)/lib
+
+ CC = gcc
+ LD = ld
+-CFLAGS = -Wall -O3 -DPIC -fPIC -D_REENTRANT
+-LDFLAGS = -shared -ldl
++CFLAGS += -Wall -O3 -DPIC -fPIC -D_REENTRANT
++LDFLAGS = -shared
+ OBJS = ftrace.o
+
+ .PHONY: all clean install
diff --git a/sysutils/ftrace/files/patch-ab b/sysutils/ftrace/files/patch-ab
new file mode 100644
index 000000000000..39ce06b0fba6
--- /dev/null
+++ b/sysutils/ftrace/files/patch-ab
@@ -0,0 +1,8 @@
+--- ftrace.orig Sat Jan 6 14:11:37 2001
++++ ftrace Sat Jan 6 14:11:24 2001
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ if [ "$1" = "-i" ]; then
+ export FTRACEIGNOREME=1
diff --git a/sysutils/ftrace/pkg-comment b/sysutils/ftrace/pkg-comment
new file mode 100644
index 000000000000..ba8ddec8955f
--- /dev/null
+++ b/sysutils/ftrace/pkg-comment
@@ -0,0 +1 @@
+A file modification/creation watcher
diff --git a/sysutils/ftrace/pkg-descr b/sysutils/ftrace/pkg-descr
new file mode 100644
index 000000000000..3603c5b99022
--- /dev/null
+++ b/sysutils/ftrace/pkg-descr
@@ -0,0 +1,7 @@
+Ftrace logs files created and/or modified by some process (typically
+`make install') and its children. It consists of a shell wrapper and
+library that is preloaded to the target program. Ftrace is basically
+an 'installwatch' clone, but has some additional features.
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/sysutils/ftrace/pkg-plist b/sysutils/ftrace/pkg-plist
new file mode 100644
index 000000000000..a5ae407a19ae
--- /dev/null
+++ b/sysutils/ftrace/pkg-plist
@@ -0,0 +1,2 @@
+bin/ftrace
+lib/libftrace.so