diff options
author | alex <alex@FreeBSD.org> | 2001-01-06 14:28:05 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-06 14:28:05 +0000 |
commit | 4ec7e8c7282e7e01292c14b94cead3f4cbb5ace6 (patch) | |
tree | 728a2957a2fa271fe44ce547a6882737dd751977 /sysutils/ftrace/pkg-descr | |
parent | 3335cbb61d70dd6c479bc126dbb29f78de158f3d (diff) | |
download | FreeBSD-ports-4ec7e8c7282e7e01292c14b94cead3f4cbb5ace6.zip FreeBSD-ports-4ec7e8c7282e7e01292c14b94cead3f4cbb5ace6.tar.gz |
Add ftrace 0.9, a file modification/creation watcher.
(Note: This port can be used to easily create PLIST's!)
PR: 24105
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'sysutils/ftrace/pkg-descr')
-rw-r--r-- | sysutils/ftrace/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/ftrace/pkg-descr b/sysutils/ftrace/pkg-descr new file mode 100644 index 0000000..3603c5b --- /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 |