This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 1fc643684a25cac48de05722b47d76874b51fbe2 (commit) from 4fec525d81f9fbb94d12990823a1d063c1e96681 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1fc643684a25cac48de05722b47d76874b51fbe2 Author: Erik Kapfer erik.kapfer@ipfire.org Date: Sat Oct 6 19:10:16 2012 +0200
libstatgrab: New package.
-----------------------------------------------------------------------
Summary of changes: libstatgrab/libstatgrab.nm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) create mode 100644 libstatgrab/libstatgrab.nm
Difference in files: diff --git a/libstatgrab/libstatgrab.nm b/libstatgrab/libstatgrab.nm new file mode 100644 index 0000000..5116b5d --- /dev/null +++ b/libstatgrab/libstatgrab.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = libstatgrab +version = 0.17 +release = 1 + +groups = System/Libraries +url = http://www.i-scream.org/libstatgrab/ +license = GNUv2 +summary = Provides access to statistics about the system. + +description + libstatgrab is a library that provides statistics about the system on + which it's run. It's written in C and presents a selection of useful + interfaces which can be used to access key system statistics. + The current list of statistics includes CPU usage, memory utilisation, + disk usage, process counts, network traffic, disk I/O, and more. +end + +source_dl = ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ + +build + requires + ncurses-devel + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree