summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2016-03-25 14:17:50 +0100
committerFlorian Franzmann2016-03-25 14:17:50 +0100
commita61aeb13a5261a1050342dbca2fc10f7b63b697c (patch)
treeda2b212b66f9280fdb1250e9392a596460afded5
parent6f2b5f3a5ef16e523c2d86d9c66385fa1a7307d6 (diff)
utils/fatrace: new spell, a file access tracer
-rw-r--r--ChangeLog1
-rwxr-xr-xutils/fatrace/BUILD1
-rwxr-xr-xutils/fatrace/DETAILS16
-rw-r--r--utils/fatrace/HISTORY3
-rwxr-xr-xutils/fatrace/INSTALL1
5 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f09e18d42..88e28aba1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2016-03-25 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* libs/libcerf: new spell, a numeric library of error functions
+ * utils/fatrace: new spell, a file access tracer
2016-03-23 Treeve Jelbert <treeve@sourcemage.org>
* kde4-edu/libkdeedu: delete unneed spell
diff --git a/utils/fatrace/BUILD b/utils/fatrace/BUILD
new file mode 100755
index 0000000000..6dfecc1f8a
--- /dev/null
+++ b/utils/fatrace/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/utils/fatrace/DETAILS b/utils/fatrace/DETAILS
new file mode 100755
index 0000000000..8acb922144
--- /dev/null
+++ b/utils/fatrace/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=fatrace
+ VERSION=0.11
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=https://launchpad.net/${SPELL}/trunk/${VERSION}/+download/${SOURCE}
+ SOURCE_HASH=sha512:4849f5f2aff423f915caedb63323c3888146124f856e141090bdc8eeff812b473ed194116684edd7ca0f10239c7e765740f109f0da0d364cd231430f6f5da441
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/fatrace"
+ LICENSE[0]=GPL
+ ENTERED=20160325
+ SHORT="fatrace reports file access events from all running processes"
+cat << EOF
+fatrace reports file access events from all running processes.
+
+Its main purpose is to find processes which keep waking up the disk
+unnecessarily and thus prevent some power saving.
+EOF
diff --git a/utils/fatrace/HISTORY b/utils/fatrace/HISTORY
new file mode 100644
index 0000000000..4674de9764
--- /dev/null
+++ b/utils/fatrace/HISTORY
@@ -0,0 +1,3 @@
+2016-03-25 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DETAILS, INSTALL: spell created
+
diff --git a/utils/fatrace/INSTALL b/utils/fatrace/INSTALL
new file mode 100755
index 0000000000..e0074f3c5e
--- /dev/null
+++ b/utils/fatrace/INSTALL
@@ -0,0 +1 @@
+PREFIX=${INSTALL_ROOT}/usr default_install