aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/installwatch/pkg-descr
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2001-03-05 01:08:54 +0800
committerdannyboy <dannyboy@FreeBSD.org>2001-03-05 01:08:54 +0800
commit5918a438def4a8d0af10077df29562acf5e19bb6 (patch)
tree4c1f11bbcc488987ac132b9448eb06026328364f /sysutils/installwatch/pkg-descr
parent7771ed546a33e9b9f6b769fa534003a42da48117 (diff)
downloadfreebsd-ports-gnome-5918a438def4a8d0af10077df29562acf5e19bb6.tar.gz
freebsd-ports-gnome-5918a438def4a8d0af10077df29562acf5e19bb6.tar.zst
freebsd-ports-gnome-5918a438def4a8d0af10077df29562acf5e19bb6.zip
Add installwatch 0.5.6, a file creation/modification logger.
PR: 25504 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'sysutils/installwatch/pkg-descr')
-rw-r--r--sysutils/installwatch/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/installwatch/pkg-descr b/sysutils/installwatch/pkg-descr
new file mode 100644
index 000000000000..137a0317e635
--- /dev/null
+++ b/sysutils/installwatch/pkg-descr
@@ -0,0 +1,11 @@
+Installwatch is a simple utility which keeps track of which files are
+created and modified during the installation of a new program. It's
+fast and easy to use. It doesn't require a "pre-install" phase because
+it monitors processes while they run. Installwatch works with every
+dynamically linked ELF program, by intercepting system calls that
+cause file system alterations.
+
+WWW: http://mayams.net/~izto/installwatch.html
+
+- George Reid
+greid@ukug.uk.freebsd.org