Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ad284c3206e99f981e33461c64af3974c56afd64)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ad284c3206e99f981e33461c64af3974c56afd64)
  • Date: Tue, 9 Jun 2015 20:39:33 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/atop/BUILD | 6 +++---
utils/atop/DETAILS | 29 +++++++++++++++--------------
utils/atop/HISTORY | 3 +++
utils/atop/atop-2.1-1.tar.gz.sig |binary
4 files changed, 21 insertions(+), 17 deletions(-)

New commits:
commit ad284c3206e99f981e33461c64af3974c56afd64
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

atop: Updated to 2.1-1

commit 3bf15270d65a10c23122dced66891f977e188813
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

atop: Cleanup formatting

diff --git a/utils/atop/BUILD b/utils/atop/BUILD
index 2418d6e..6709de4 100755
--- a/utils/atop/BUILD
+++ b/utils/atop/BUILD
@@ -1,4 +1,4 @@
- sedit "s/-O./$CFLAGS/" Makefile &&
- sedit "s/-z/-n/" Makefile &&
+sedit "s/-O./$CFLAGS/" Makefile &&
+sedit "s/-z/-n/" Makefile &&

- make
+make
diff --git a/utils/atop/DETAILS b/utils/atop/DETAILS
index cafe49e..2c674ab 100755
--- a/utils/atop/DETAILS
+++ b/utils/atop/DETAILS
@@ -1,25 +1,26 @@
SPELL=atop
- VERSION=2.0.2
+ VERSION=2.1-1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/-1/}
SOURCE_URL[0]=http://www.atoptool.nl/download/$SOURCE
-
SOURCE_HASH=sha512:c02b1c2ebf5c49fb0ad17bbcf0b86af8e5623c8d0b6ba8b1096d9b592cbb358e011933142cdebc90f619221785e859aaa009a338f3682d8bfa4340a50b308471
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:c02b1c2ebf5c49fb0ad17bbcf0b86af8e5623c8d0b6ba8b1096d9b592cbb358e011933142cdebc90f619221785e859aaa009a338f3682d8bfa4340a50b308471
WEB_SITE=http://www.atconsultancy.nl/atop/home.html
ENTERED=20020725
LICENSE=GPL
KEYWORDS="utils"
SHORT="atop - system and process monitor"
cat << EOF
-Atop is an ASCII full-screen performance monitor similar to the command
-top. For every interval (default 10 seconds), it shows system-level
-activity related to the CPU, memory, swap, disks and network layers, and
-it shows for every active process the CPU utilization in system and user
-mode, the virtual and resident memory growth, priority, username, state,
-and exit code. The process level activity is also shown for processes
-which finished during the last interval (for this reason process
-accounting is switched on), to get a complete overview about the
-consumers of things such as CPU time. Atop only shows the active
-system-resources and processes, and only shows the deviations since the
-previous interval (e.g., the memory growth rather than total memory usage
+Atop is an ASCII full-screen performance monitor similar to the command
+top. For every interval (default 10 seconds), it shows system-level
+activity related to the CPU, memory, swap, disks and network layers, and
+it shows for every active process the CPU utilization in system and user
+mode, the virtual and resident memory growth, priority, username, state,
+and exit code. The process level activity is also shown for processes
+which finished during the last interval (for this reason process
+accounting is switched on), to get a complete overview about the
+consumers of things such as CPU time. Atop only shows the active
+system-resources and processes, and only shows the deviations since the
+previous interval (e.g., the memory growth rather than total memory usage
per process).
EOF
diff --git a/utils/atop/HISTORY b/utils/atop/HISTORY
index 9182bc6..d68d994 100644
--- a/utils/atop/HISTORY
+++ b/utils/atop/HISTORY
@@ -1,3 +1,6 @@
+2015-06-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.1-1
+
2012-12-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.2
* DEPENDS: added dependencies on ncurses and zlib
diff --git a/utils/atop/atop-2.1-1.tar.gz.sig
b/utils/atop/atop-2.1-1.tar.gz.sig
new file mode 100644
index 0000000..f72f477
Binary files /dev/null and b/utils/atop/atop-2.1-1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ad284c3206e99f981e33461c64af3974c56afd64), Eric Sandall, 06/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page